#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 |
| unsigned char elems [0] ebt_entry::__attribute__ | ( | (aligned(__alignof__(struct ebt_replace))) | ) |
| unsigned int ebt_entry::bitmask |
| 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 int ebt_entry::target_offset |
| unsigned int ebt_entry::watchers_offset |