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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dethertype.h90 #ifndef ETHERTYPE_ATALK
91 #define ETHERTYPE_ATALK 0x809b macro
H A Dnametoaddr.c301 { "atalk", ETHERTYPE_ATALK },
H A Dgencode.c1832 case ETHERTYPE_ATALK:
1848 * 802.2-encapsulated ETHERTYPE_ATALK packets are
1851 * type of ETHERTYPE_ATALK (Appletalk).
1858 if (proto == ETHERTYPE_ATALK)
1859 b1 = gen_snap(0x080007, ETHERTYPE_ATALK);
2019 case ETHERTYPE_ATALK:
2034 * 802.2-encapsulated ETHERTYPE_ATALK packets are
2037 * type of ETHERTYPE_ATALK (Appletalk).
2044 if (proto == ETHERTYPE_ATALK)
2045 b1 = gen_snap(0x080007, ETHERTYPE_ATALK);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dethertype.h97 #ifndef ETHERTYPE_ATALK
98 #define ETHERTYPE_ATALK 0x809b macro
H A Dprint-ether.c69 { ETHERTYPE_ATALK, "Appletalk" },
346 case ETHERTYPE_ATALK:
H A Dprint-gre.c222 case ETHERTYPE_ATALK:
H A Dprint-llc.c426 if (et == ETHERTYPE_ATALK) {
H A Dprint-atalk.c201 EXTRACT_16BITS(&ap->ptype) == ETHERTYPE_ATALK &&

Completed in 76 milliseconds