netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
libnetfilter_conntrack_udp.h File Reference

Enumerations

enum  udp_flags {
  UDP_ORIG_SPORT_BIT = 0,
  UDP_ORIG_SPORT = (1 << UDP_ORIG_SPORT_BIT),
  UDP_ORIG_DPORT_BIT = 1,
  UDP_ORIG_DPORT = (1 << UDP_ORIG_DPORT_BIT),
  UDP_REPL_SPORT_BIT = 2,
  UDP_REPL_SPORT = (1 << UDP_REPL_SPORT_BIT),
  UDP_REPL_DPORT_BIT = 3,
  UDP_REPL_DPORT = (1 << UDP_REPL_DPORT_BIT),
  UDP_MASK_SPORT_BIT = 4,
  UDP_MASK_SPORT = (1 << UDP_MASK_SPORT_BIT),
  UDP_MASK_DPORT_BIT = 5,
  UDP_MASK_DPORT = (1 << UDP_MASK_DPORT_BIT),
  UDP_EXPTUPLE_SPORT_BIT = 6,
  UDP_EXPTUPLE_SPORT = (1 << UDP_EXPTUPLE_SPORT_BIT),
  UDP_EXPTUPLE_DPORT_BIT = 7,
  UDP_EXPTUPLE_DPORT = (1 << UDP_EXPTUPLE_DPORT_BIT)
}
 

Enumeration Type Documentation

enum udp_flags
Enumerator
UDP_ORIG_SPORT_BIT 
UDP_ORIG_SPORT 
UDP_ORIG_DPORT_BIT 
UDP_ORIG_DPORT 
UDP_REPL_SPORT_BIT 
UDP_REPL_SPORT 
UDP_REPL_DPORT_BIT 
UDP_REPL_DPORT 
UDP_MASK_SPORT_BIT 
UDP_MASK_SPORT 
UDP_MASK_DPORT_BIT 
UDP_MASK_DPORT 
UDP_EXPTUPLE_SPORT_BIT 
UDP_EXPTUPLE_SPORT 
UDP_EXPTUPLE_DPORT_BIT 
UDP_EXPTUPLE_DPORT