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

#include <udp.h>

Data Fields

int ipproto
 
int reuseaddr
 
int checksum
 
unsigned short port
 
union {
   struct {
      struct in_addr   inet_addr
 
   }   ipv4
 
   struct {
      struct in6_addr   inet_addr6
 
      int   scope_id
 
   }   ipv6
 
server
 
union {
   struct in_addr   inet_addr
 
   struct in6_addr   inet_addr6
 
client
 
int sndbuf
 
int rcvbuf
 

Field Documentation

int udp_conf::checksum

Referenced by udp_client_create().

union { ... } udp_conf::client

Referenced by udp_client_create().

struct in_addr udp_conf::inet_addr

Referenced by udp_client_create().

struct in6_addr udp_conf::inet_addr6

Referenced by udp_client_create().

int udp_conf::ipproto
struct { ... } udp_conf::ipv4

Referenced by udp_server_create().

struct { ... } udp_conf::ipv6
unsigned short udp_conf::port
int udp_conf::rcvbuf

Referenced by udp_server_create().

int udp_conf::reuseaddr
int udp_conf::scope_id
union { ... } udp_conf::server
int udp_conf::sndbuf

Referenced by udp_client_create().


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