FD.io VPP
v16.06
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | ethernet_header_t |
struct | ethernet_vlan_header_t |
struct | ethernet_vlan_header_tv_t |
Macros | |
#define | ethernet_type(n, s) ETHERNET_TYPE_##s = n, |
#define | ETHERNET_ADDRESS_UNICAST 0 |
#define | ETHERNET_ADDRESS_MULTICAST 1 |
#define | ETHERNET_N_VLAN (1 << 12) |
Enumerations | |
enum | ethernet_type_t |
Functions | |
always_inline uword | ethernet_address_cast (u8 *a) |
always_inline uword | ethernet_address_is_locally_administered (u8 *a) |
always_inline void | ethernet_address_set_locally_administered (u8 *a) |
enum ethernet_type_t |
always_inline uword ethernet_address_cast | ( | u8 * | a | ) |
always_inline uword ethernet_address_is_locally_administered | ( | u8 * | a | ) |
always_inline void ethernet_address_set_locally_administered | ( | u8 * | a | ) |