Searched refs:ETHERTYPE_VLAN (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/net/ | ||
D | ethertypes.h | 221 #define ETHERTYPE_VLAN 0x8100 /* IEEE 802.1Q VLAN tagging (XXX conflicts) */ macro |
D | if_ether.h | 94 (((etype) == ETHERTYPE_VLAN) ? ETHER_VLAN_ENCAP_LEN : 0)) |