OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ETHERTYPE_8021Q
(Results
1 - 5
of
5
) sorted by null
/external/libpcap/
ethertype.h
96
#ifndef
ETHERTYPE_8021Q
97
#define
ETHERTYPE_8021Q
0x8100
gencode.c
[
all
...]
/external/tcpdump/
ethertype.h
106
#ifndef
ETHERTYPE_8021Q
107
#define
ETHERTYPE_8021Q
0x8100
print-sll.c
191
} else if (ether_type ==
ETHERTYPE_8021Q
) {
print-ether.c
47
{
ETHERTYPE_8021Q
, "802.1Q" },
178
} else if (ether_type ==
ETHERTYPE_8021Q
||
Completed in 877 milliseconds