netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
tcp_client Struct Reference
Collaboration diagram for tcp_client:

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
 

Field Documentation

union { ... } tcp_client::addr

Referenced by tcp_client_recv(), and tcp_client_send().

void* tcp_client::data
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().

struct nft_timer tcp_client::timer

The documentation for this struct was generated from the following file: