Searched refs:ETHERTYPE_AARP (Results 1 – 6 of 6) sorted by relevance
/external/libpcap/ |
D | ethertype.h | 91 #ifndef ETHERTYPE_AARP 92 #define ETHERTYPE_AARP 0x80f3 macro
|
D | nametoaddr.c | 593 { "aarp", ETHERTYPE_AARP },
|
D | gencode.c | 2057 case ETHERTYPE_AARP: in gen_ether_linktype() 2085 b1 = gen_snap(cstate, 0x000000, ETHERTYPE_AARP); in gen_ether_linktype() 2271 case ETHERTYPE_AARP: in gen_linux_sll_linktype() 2298 b1 = gen_snap(cstate, 0x000000, ETHERTYPE_AARP); in gen_linux_sll_linktype() 5388 b1 = gen_linktype(cstate, ETHERTYPE_AARP); in gen_proto_abbrev_internal()
|
/external/tcpdump/ |
D | ethertype.h | 98 #ifndef ETHERTYPE_AARP 99 #define ETHERTYPE_AARP 0x80f3 macro
|
D | print-ether.c | 64 { ETHERTYPE_AARP, "Appletalk ARP" }, 355 case ETHERTYPE_AARP: in ethertype_print()
|
D | addrtoname.c | 815 { "atalkarp", ETHERTYPE_AARP },
|