Home
last modified time | relevance | path

Searched refs:ETHERTYPE_IPX (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/libpcap/
H A Dethertype.h97 #ifndef ETHERTYPE_IPX
98 #define ETHERTYPE_IPX 0x8137 macro
H A Dgencode.c2031 b0 = gen_snap(cstate, 0x000000, ETHERTYPE_IPX); in gen_ether_linktype()
2054 b0 = gen_cmp(cstate, OR_LINKTYPE, 0, BPF_H, ETHERTYPE_IPX); in gen_ether_linktype()
2251 b1 = gen_snap(cstate, 0x000000, ETHERTYPE_IPX); in gen_linux_sll_linktype()
2268 b0 = gen_cmp(cstate, OR_LINKTYPE, 0, BPF_H, ETHERTYPE_IPX); in gen_linux_sll_linktype()
/freebsd/contrib/tcpdump/
H A Dethertype.h131 #ifndef ETHERTYPE_IPX
132 #define ETHERTYPE_IPX 0x8137 macro
H A Dprint-ether.c80 { ETHERTYPE_IPX, "IPX" },
560 case ETHERTYPE_IPX: in ethertype_print()
H A Dprint-gre.c211 case ETHERTYPE_IPX: in gre_print_0()
H A Dprint-ppp.c1499 case ETHERTYPE_IPX: /*XXX*/ in handle_ppp()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dif_ether.h61 #define ETH_P_IPX ETHERTYPE_IPX
/freebsd/sys/netgraph/
H A Dng_cisco.c377 h->protocol = htons(ETHERTYPE_IPX); in cisco_rcvdata()
549 case ETHERTYPE_IPX: in cisco_input()
/freebsd/sys/net/
H A Dethernet.h286 #define ETHERTYPE_IPX 0x8137 /* Novell (old) NetWare IPX (ECONFIG E option) */
287 #define ETHERTYPE_IPX global() macro
/freebsd/sys/net80211/
H A Dieee80211_input.c337 llc->llc_snap.ether_type == htons(ETHERTYPE_IPX)) && in ieee80211_decap()
H A Dieee80211_mesh.c1281 llc->llc_snap.ether_type == htons(ETHERTYPE_IPX))) { in mesh_decap()