Home
last modified time | relevance | path

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

/third_party/libnl/include/linux-private/linux/
Dif_ether.h71 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dif_ether.h41 #define ETH_P_8021Q 0x8100 macro
/third_party/musl/include/netinet/
Dif_ether.h41 #define ETH_P_8021Q 0x8100 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dif_ether.h41 #define ETH_P_8021Q 0x8100 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dif_ether.h41 #define ETH_P_8021Q 0x8100 macro
/third_party/musl/ndk_musl_include/netinet/
Dif_ether.h41 #define ETH_P_8021Q 0x8100 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dif_ether.h41 #define ETH_P_8021Q 0x8100 macro
/third_party/libnl/lib/route/link/
Dsriov.c316 vlans->vlans[cur].vf_vlan_proto = ETH_P_8021Q; in rtnl_link_vf_vlan_info()
406 proto = ETH_P_8021Q; in sriov_fill_vfinfo()
408 if ((vlan_list->size == 1) && (proto == ETH_P_8021Q)) in sriov_fill_vfinfo()
604 vf_vlans->vlans[0].vf_vlan_proto = ETH_P_8021Q; in rtnl_link_sriov_parse_vflist()
1413 __ADD(ETH_P_8021Q, 8021Q),
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dcommon.h348 #ifndef ETH_P_8021Q
349 #define ETH_P_8021Q 0x8100 macro
/third_party/libnl/lib/
Dutils.c800 #ifdef ETH_P_8021Q
801 __ADD(ETH_P_8021Q,802.1q),
/third_party/iptables/iptables/
Dnft-bridge.c853 case ETH_P_8021Q: in nft_bridge_xlate()
/third_party/toybox/toys/pending/
Dip.c575 if (!idx) proto = ETH_P_8021Q; // PROTO_8021Q - 0 in vlan_parse_opt()