Home
last modified time | relevance | path

Searched refs:LLCSAP_IPX (Results 1 – 5 of 5) sorted by relevance

/src/contrib/libpcap/
H A Dllc.h90 #ifndef LLCSAP_IPX
91 #define LLCSAP_IPX 0xe0 macro
H A Dnametoaddr.c597 { "ipx", LLCSAP_IPX },
H A Dgencode.c2095 case LLCSAP_IPX: in gen_ether_linktype()
2128 b0 = gen_cmp(cstate, OR_LLC, 0, BPF_B, LLCSAP_IPX); in gen_ether_linktype()
2329 case LLCSAP_IPX: in gen_linux_sll_linktype()
2355 b0 = gen_cmp(cstate, OR_LLC, 0, BPF_B, LLCSAP_IPX); in gen_linux_sll_linktype()
3238 case LLCSAP_IPX: in ethertype_to_ppptype()
4070 case LLCSAP_IPX: in gen_llc_linktype()
4075 return gen_cmp(cstate, OR_LLC, 0, BPF_B, LLCSAP_IPX); in gen_llc_linktype()
5680 b1 = gen_linktype(cstate, LLCSAP_IPX); in gen_proto_abbrev_internal()
/src/contrib/tcpdump/
H A Dllc.h89 #ifndef LLCSAP_IPX
90 #define LLCSAP_IPX 0xe0 macro
H A Dprint-llc.c52 { LLCSAP_IPX, "IPX" },
293 if (ssap == LLCSAP_IPX && dsap == LLCSAP_IPX && in llc_print()