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

#include <udp.h>

Collaboration diagram for udp_sock:

Data Fields

int fd
 
union {
   struct sockaddr_in   ipv4
 
   struct sockaddr_in6   ipv6
 
addr
 
socklen_t sockaddr_len
 
struct udp_stats stats
 

Field Documentation

union { ... } udp_sock::addr
struct sockaddr_in udp_sock::ipv4
struct sockaddr_in6 udp_sock::ipv6
socklen_t udp_sock::sockaddr_len
struct udp_stats udp_sock::stats

Referenced by udp_recv(), and udp_send().


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