Home
last modified time | relevance | path

Searched refs:ALL_ONE_MAC (Results 1 – 1 of 1) sorted by relevance

/external/iptables/libxtables/
Dxtables.c2151 #define ALL_ONE_MAC {0xff, 0xff, 0xff, 0xff, 0xff, 0xff} macro
2152 static const unsigned char mac_type_broadcast[ETH_ALEN] = ALL_ONE_MAC;
2153 static const unsigned char msk_type_broadcast[ETH_ALEN] = ALL_ONE_MAC;
2155 static const unsigned char msk_type_bridge_group[ETH_ALEN] = ALL_ONE_MAC;
2156 #undef ALL_ONE_MAC