Searched refs:ETHERTYPE_IPX (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/libpcap/ |
H A D | ethertype.h | 97 #ifndef ETHERTYPE_IPX 98 #define ETHERTYPE_IPX 0x8137 macro
|
H A D | gencode.c | 2031 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 D | ethertype.h | 131 #ifndef ETHERTYPE_IPX 132 #define ETHERTYPE_IPX 0x8137 macro
|
H A D | print-ether.c | 80 { ETHERTYPE_IPX, "IPX" }, 560 case ETHERTYPE_IPX: in ethertype_print()
|
H A D | print-gre.c | 211 case ETHERTYPE_IPX: in gre_print_0()
|
H A D | print-ppp.c | 1499 case ETHERTYPE_IPX: /*XXX*/ in handle_ppp()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | if_ether.h | 61 #define ETH_P_IPX ETHERTYPE_IPX
|
/freebsd/sys/netgraph/ |
H A D | ng_cisco.c | 377 h->protocol = htons(ETHERTYPE_IPX); in cisco_rcvdata() 549 case ETHERTYPE_IPX: in cisco_input()
|
/freebsd/sys/net/ |
H A D | ethernet.h | 286 #define ETHERTYPE_IPX 0x8137 /* Novell (old) NetWare IPX (ECONFIG E option) */ 287 #define ETHERTYPE_IPX global() macro
|
/freebsd/sys/net80211/ |
H A D | ieee80211_input.c | 337 llc->llc_snap.ether_type == htons(ETHERTYPE_IPX)) && in ieee80211_decap()
|
H A D | ieee80211_mesh.c | 1281 llc->llc_snap.ether_type == htons(ETHERTYPE_IPX))) { in mesh_decap()
|