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

#include <ebtables.h>

Public Member Functions

unsigned char elems[0] __attribute__ ((aligned(__alignof__(struct ebt_replace))))
 

Data Fields

unsigned int bitmask
 
unsigned int invflags
 
uint16_t ethproto
 
char in [IFNAMSIZ]
 
char logical_in [IFNAMSIZ]
 
char out [IFNAMSIZ]
 
char logical_out [IFNAMSIZ]
 
unsigned char sourcemac [ETH_ALEN]
 
unsigned char sourcemsk [ETH_ALEN]
 
unsigned char destmac [ETH_ALEN]
 
unsigned char destmsk [ETH_ALEN]
 
unsigned int watchers_offset
 
unsigned int target_offset
 
unsigned int next_offset
 

Member Function Documentation

unsigned char elems [0] ebt_entry::__attribute__ ( (aligned(__alignof__(struct ebt_replace)))  )

Field Documentation

unsigned int ebt_entry::bitmask
unsigned char ebt_entry::destmac[ETH_ALEN]
unsigned char ebt_entry::destmsk[ETH_ALEN]
uint16_t ebt_entry::ethproto
char ebt_entry::in[IFNAMSIZ]
unsigned int ebt_entry::invflags
char ebt_entry::logical_in[IFNAMSIZ]
char ebt_entry::logical_out[IFNAMSIZ]
unsigned int ebt_entry::next_offset
char ebt_entry::out[IFNAMSIZ]
unsigned char ebt_entry::sourcemac[ETH_ALEN]
unsigned char ebt_entry::sourcemsk[ETH_ALEN]
unsigned int ebt_entry::target_offset
unsigned int ebt_entry::watchers_offset

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