Home
last modified time | relevance | path

Searched refs:ETHERTYPE_AARP (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/libpcap/
H A Dethertype.h91 #ifndef ETHERTYPE_AARP
92 #define ETHERTYPE_AARP 0x80f3 macro
H A Dnametoaddr.c586 { "aarp", ETHERTYPE_AARP },
H A Dgencode.c2059 case ETHERTYPE_AARP: in gen_ether_linktype()
2087 b1 = gen_snap(cstate, 0x000000, ETHERTYPE_AARP); in gen_ether_linktype()
2273 case ETHERTYPE_AARP: in gen_linux_sll_linktype()
2300 b1 = gen_snap(cstate, 0x000000, ETHERTYPE_AARP); in gen_linux_sll_linktype()
5446 b1 = gen_linktype(cstate, ETHERTYPE_AARP); in gen_proto_abbrev_internal()
/freebsd/contrib/tcpdump/
H A Dethertype.h105 #ifndef ETHERTYPE_AARP
106 #define ETHERTYPE_AARP 0x80f3 macro
H A Dprint-ether.c79 { ETHERTYPE_AARP, "Appletalk ARP" },
556 case ETHERTYPE_AARP: in ethertype_print()
H A Daddrtoname.c844 { "aarp", ETHERTYPE_AARP },
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dif_ether.h62 #define ETH_P_AARP ETHERTYPE_AARP
/freebsd/sys/net/
H A Dethernet.h273 #define ETHERTYPE_AARP 0x80F3 /* AppleTalk AARP */
274 #define ETHERTYPE_AARP global() macro
/freebsd/sys/net80211/
H A Dieee80211_input.c336 !(llc->llc_snap.ether_type == htons(ETHERTYPE_AARP) || in ieee80211_decap()
H A Dieee80211_mesh.c1280 !(llc->llc_snap.ether_type == htons(ETHERTYPE_AARP) || in mesh_decap()