#include <tcp_int.h>
Collaboration diagram for tcp_fd:

Data Fields | |
| unsigned long | tf_flags |
| tcp_port_t * | tf_port |
| int | tf_srfd |
| ioreq_t | tf_ioreq |
| nwio_tcpconf_t | tf_tcpconf |
| nwio_tcpopt_t | tf_tcpopt |
| get_userdata_t | tf_get_userdata |
| put_userdata_t | tf_put_userdata |
| select_res_t | tf_select_res |
| tcp_conn * | tf_conn |
| tcp_conn * | tf_listenq [TFL_LISTEN_MAX] |
| size_t | tf_write_offset |
| size_t | tf_write_count |
| size_t | tf_read_offset |
| size_t | tf_read_count |
| int | tf_error |
| tcp_cookie_t | tf_cookie |
Definition at line 47 of file tcp_int.h.
|
|
|
|
|
|
|
|
|
|
|
Definition at line 49 of file tcp_int.h. Referenced by tcp_frag2conn(), tcp_open(), tcp_send_timeout(), and tcp_setconf(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 50 of file tcp_int.h. Referenced by tcp_setconf(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 53 of file tcp_int.h. Referenced by tcp_setconf(). |
|
|
|
|
|
|
|
|
|
1.4.6