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

Enumerations

enum  icmp_flags {
  ICMP_TYPE_BIT = 0,
  ICMP_TYPE = (1 << ICMP_TYPE_BIT),
  ICMP_CODE_BIT = 1,
  ICMP_CODE = (1 << ICMP_CODE_BIT),
  ICMP_ID_BIT = 2,
  ICMP_ID = (1 << ICMP_ID_BIT)
}
 

Enumeration Type Documentation

enum icmp_flags
Enumerator
ICMP_TYPE_BIT 
ICMP_TYPE 
ICMP_CODE_BIT 
ICMP_CODE 
ICMP_ID_BIT 
ICMP_ID