
Data Fields | |
| int | fd |
| enum tcp_client_state | state |
| union { | |
| struct sockaddr_in ipv4 | |
| struct sockaddr_in6 ipv6 | |
| } | addr |
| socklen_t | socklen |
| struct nft_timer | timer |
| void * | data |
| union { ... } tcp_client::addr |
Referenced by tcp_client_recv(), and tcp_client_send().
| void* tcp_client::data |
Referenced by tcp_client_get_data(), and tcp_client_set_data().
| int tcp_client::fd |
Referenced by tcp_client_destroy(), tcp_client_get_fd(), tcp_client_recv(), and tcp_client_send().
| struct sockaddr_in tcp_client::ipv4 |
| struct sockaddr_in6 tcp_client::ipv6 |
| socklen_t tcp_client::socklen |
Referenced by tcp_client_recv(), and tcp_client_send().
| enum tcp_client_state tcp_client::state |
Referenced by tcp_client_recv(), and tcp_client_send().