40 #ifndef included_ethernet_packet_h 41 #define included_ethernet_packet_h 45 #define ethernet_type(n,s) ETHERNET_TYPE_##s = n, 60 #define ETHERNET_ADDRESS_UNICAST 0 61 #define ETHERNET_ADDRESS_MULTICAST 1 67 return (a[0] >> 0) & 1;
73 return (a[0] >> 1) & 1;
88 #define ETHERNET_N_VLAN (1 << 12)
static uword ethernet_address_is_locally_administered(u8 *a)
static uword ethernet_address_cast(u8 *a)
static void ethernet_address_set_locally_administered(u8 *a)