OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ETH_P_8021Q
(Results
51 - 53
of
53
) sorted by null
1
2
3
/external/iproute2/include/linux/
if_ether.h
63
#define
ETH_P_8021Q
0x8100 /* 802.1Q VLAN Extended Header */
/external/kernel-headers/original/linux/
if_vlan.h
222
veth->h_vlan_proto = htons(
ETH_P_8021Q
);
227
skb->protocol = htons(
ETH_P_8021Q
);
276
if (veth->h_vlan_proto != htons(
ETH_P_8021Q
)) {
if_ether.h
63
#define
ETH_P_8021Q
0x8100 /* 802.1Q VLAN Extended Header */
Completed in 47 milliseconds
1
2
3