Home
last modified time | relevance | path

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

/external/libnl/include/linux/
Dif_ether.h59 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
/external/iproute2/include/linux/
Dif_ether.h63 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
/external/kernel-headers/original/uapi/linux/
Dif_ether.h64 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
/external/libnl/lib/
Dutils.c595 #ifdef ETH_P_8021Q
596 __ADD(ETH_P_8021Q,802.1q)
/external/libpcap/
Dpcap-linux.c1661 tag->vlan_tpid = htons(ETH_P_8021Q);
4278 tag->vlan_tpid = htons(ETH_P_8021Q);
/external/toybox/toys/pending/
Dip.c532 if (!idx) proto = ETH_P_8021Q; // PROTO_8021Q - 0 in vlan_parse_opt()