Searched refs:ETH_P_8021Q (Results 1 - 8 of 8) sorted by relevance

/external/libnl/include/linux/
H A Dif_ether.h59 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
/external/iproute2/include/linux/
H A Dif_ether.h65 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
/external/kernel-headers/original/uapi/linux/
H A Dif_ether.h65 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
/external/iproute2/examples/bpf/
H A Dbpf_prog.c316 if (proto == htons(ETH_P_8021Q)) {
352 if (gre_proto == ETH_P_8021Q) {
/external/iproute2/tc/
H A Dm_vlan.c153 if (proto != htons(ETH_P_8021Q) &&
/external/libnl/lib/
H A Dutils.c595 #ifdef ETH_P_8021Q
596 __ADD(ETH_P_8021Q,802.1q)
/external/libpcap/
H A Dpcap-linux.c403 # define VLAN_TPID(hdr, hv) (((hv)->tp_vlan_tpid || ((hdr)->tp_status & TP_STATUS_VLAN_TPID_VALID)) ? (hv)->tp_vlan_tpid : ETH_P_8021Q)
405 # define VLAN_TPID(hdr, hv) ETH_P_8021Q
/external/toybox/toys/pending/
H A Dip.c526 if (!idx) proto = ETH_P_8021Q; // PROTO_8021Q - 0

Completed in 413 milliseconds