Definition at line 40 of file sockbuf.c.
Data Fields | |
| int | sock |
| int | flags |
| char * | peer_ip |
| int | peer_port |
| char * | my_ip |
| int | my_port |
| sockbuf_stats_t * | stats |
| char * | data |
| int | len |
| sockbuf_filter_t ** | filters |
| void ** | filter_client_data |
| int | nfilters |
| sockbuf_handler_t * | handler |
| void * | client_data |
| event_owner_t * | owner |
| int sockbuf_t::sock |
Definition at line 41 of file sockbuf.c.
Referenced by sockbuf_close(), sockbuf_delete(), sockbuf_got_eof(), sockbuf_got_readable(), sockbuf_got_readable_server(), sockbuf_got_writable(), sockbuf_got_writable_client(), sockbuf_new(), sockbuf_on_connect(), sockbuf_on_newclient(), sockbuf_real_write(), and sockbuf_set_sock().
| int sockbuf_t::flags |
Definition at line 42 of file sockbuf.c.
Referenced by sockbuf_block(), sockbuf_delete(), sockbuf_got_writable_client(), sockbuf_new(), sockbuf_real_write(), sockbuf_set_sock(), sockbuf_unblock(), and sockbuf_update_all().
| char* sockbuf_t::peer_ip |
Definition at line 44 of file sockbuf.c.
Referenced by sockbuf_delete(), sockbuf_get_peer(), sockbuf_on_connect(), sockbuf_on_newclient(), and sockbuf_shutdown().
Definition at line 45 of file sockbuf.c.
Referenced by sockbuf_get_peer(), sockbuf_on_connect(), sockbuf_on_newclient(), and sockbuf_shutdown().
| char* sockbuf_t::my_ip |
Definition at line 46 of file sockbuf.c.
Referenced by sockbuf_delete(), sockbuf_get_self(), sockbuf_on_connect(), sockbuf_on_newclient(), and sockbuf_shutdown().
Definition at line 47 of file sockbuf.c.
Referenced by sockbuf_get_self(), sockbuf_on_connect(), sockbuf_on_newclient(), and sockbuf_shutdown().
Definition at line 50 of file sockbuf.c.
Referenced by sockbuf_delete(), sockbuf_get_stats(), sockbuf_got_readable(), sockbuf_got_writable(), sockbuf_new(), sockbuf_on_connect(), sockbuf_on_newclient(), sockbuf_on_read(), sockbuf_real_write(), and sockbuf_write().
| char* sockbuf_t::data |
Definition at line 52 of file sockbuf.c.
Referenced by sockbuf_delete(), sockbuf_got_writable(), and sockbuf_real_write().
| int sockbuf_t::len |
Definition at line 53 of file sockbuf.c.
Referenced by sockbuf_got_writable(), sockbuf_got_writable_client(), and sockbuf_real_write().
Definition at line 55 of file sockbuf.c.
Referenced by sockbuf_attach_filter(), sockbuf_delete(), sockbuf_detach_filter(), sockbuf_get_filter_data(), sockbuf_on_connect(), sockbuf_on_eof(), sockbuf_on_newclient(), sockbuf_on_read(), sockbuf_on_write(), and sockbuf_on_written().
Definition at line 56 of file sockbuf.c.
Referenced by sockbuf_attach_filter(), sockbuf_delete(), sockbuf_detach_filter(), sockbuf_get_filter_data(), sockbuf_on_connect(), sockbuf_on_eof(), sockbuf_on_newclient(), sockbuf_on_read(), sockbuf_on_write(), and sockbuf_on_written().
Definition at line 57 of file sockbuf.c.
Referenced by sockbuf_attach_filter(), sockbuf_delete(), sockbuf_detach_filter(), sockbuf_get_filter_data(), sockbuf_on_connect(), sockbuf_on_eof(), sockbuf_on_newclient(), sockbuf_on_read(), sockbuf_on_write(), and sockbuf_on_written().
Definition at line 59 of file sockbuf.c.
Referenced by sockbuf_delete(), sockbuf_get_handler(), sockbuf_new(), sockbuf_on_connect(), sockbuf_on_eof(), sockbuf_on_newclient(), sockbuf_on_read(), sockbuf_on_written(), and sockbuf_set_handler().
| void* sockbuf_t::client_data |
Definition at line 60 of file sockbuf.c.
Referenced by sockbuf_delete(), sockbuf_on_connect(), sockbuf_on_eof(), sockbuf_on_newclient(), sockbuf_on_read(), sockbuf_on_written(), and sockbuf_set_handler().
1.5.6