netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
libxtc.h File Reference
Include dependency graph for libxtc.h:
This graph shows which files directly or indirectly include this file:

Macros

#define XT_MIN_ALIGN   (__alignof__(struct xt_entry))
 
#define XT_ALIGN(s)   (((s) + ((XT_MIN_ALIGN)-1)) & ~((XT_MIN_ALIGN)-1))
 
#define XTC_LABEL_ACCEPT   "ACCEPT"
 
#define XTC_LABEL_DROP   "DROP"
 
#define XTC_LABEL_QUEUE   "QUEUE"
 
#define XTC_LABEL_RETURN   "RETURN"
 

Macro Definition Documentation

#define XT_ALIGN (   s)    (((s) + ((XT_MIN_ALIGN)-1)) & ~((XT_MIN_ALIGN)-1))
#define XT_MIN_ALIGN   (__alignof__(struct xt_entry))
#define XTC_LABEL_ACCEPT   "ACCEPT"

Referenced by add_action(), and xtables_find_target().

#define XTC_LABEL_DROP   "DROP"

Referenced by add_action(), and xtables_find_target().

#define XTC_LABEL_QUEUE   "QUEUE"

Referenced by xtables_find_target().

#define XTC_LABEL_RETURN   "RETURN"

Referenced by add_action(), and xtables_find_target().