Searched refs:ETHERTYPE_AARP (Results 1 - 5 of 5) sorted by relevance

/external/libpcap/
H A Dethertype.h93 #ifndef ETHERTYPE_AARP
94 #define ETHERTYPE_AARP 0x80f3 macro
H A Dnametoaddr.c303 { "atalkarp", ETHERTYPE_AARP },
H A Dgencode.c1628 case ETHERTYPE_AARP:
1648 * 802.2-encapsulated ETHERTYPE_AARP packets are
1651 * type of ETHERTYPE_AARP (Appletalk ARP).
1655 else /* proto == ETHERTYPE_AARP */
1656 b1 = gen_snap(0x000000, ETHERTYPE_AARP, 14);
1790 case ETHERTYPE_AARP:
1809 * 802.2-encapsulated ETHERTYPE_AARP packets are
1812 * type of ETHERTYPE_AARP (Appletalk ARP).
1817 else /* proto == ETHERTYPE_AARP */
1818 b1 = gen_snap(0x000000, ETHERTYPE_AARP,
[all...]
/external/tcpdump/
H A Dethertype.h97 #ifndef ETHERTYPE_AARP
98 #define ETHERTYPE_AARP 0x80f3 macro
H A Dprint-ether.c65 { ETHERTYPE_AARP, "Appletalk ARP" },
213 case ETHERTYPE_AARP:

Completed in 48 milliseconds