Home
last modified time | relevance | path

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

/external/libnl/include/linux-private/linux/
Dif_ether.h63 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
/external/strace/xlat/
Dethernet_protocols.in24 ETH_P_8021Q
Dethernet_protocols.h75 #if defined(ETH_P_8021Q) || (defined(HAVE_DECL_ETH_P_8021Q) && HAVE_DECL_ETH_P_8021Q)
76 XLAT(ETH_P_8021Q),
/external/kernel-headers/original/uapi/linux/
Dif_ether.h68 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
/external/iproute2/include/linux/
Dif_ether.h65 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
/external/iproute2/examples/bpf/
Dbpf_prog.c316 if (proto == htons(ETH_P_8021Q)) { in flow_dissector()
352 if (gre_proto == ETH_P_8021Q) { in flow_dissector()
/external/iproute2/tc/
Dm_vlan.c153 if (proto != htons(ETH_P_8021Q) && in parse_vlan()
/external/libnl/lib/
Dutils.c769 #ifdef ETH_P_8021Q
770 __ADD(ETH_P_8021Q,802.1q)
/external/libpcap/
Dpcap-linux.c414 …tp_vlan_tpid || ((hdr)->tp_status & TP_STATUS_VLAN_TPID_VALID)) ? (hv)->tp_vlan_tpid : ETH_P_8021Q)
416 # define VLAN_TPID(hdr, hv) ETH_P_8021Q
/external/toybox/toys/pending/
Dip.c526 if (!idx) proto = ETH_P_8021Q; // PROTO_8021Q - 0 in vlan_parse_opt()