Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libpcap/
HDllc.h90 #ifndef LLCSAP_IPX
91 #define LLCSAP_IPX 0xe0 macro
HDnametoaddr.c622 { "ipx", LLCSAP_IPX },
HDgencode.c1990 case LLCSAP_IPX: in gen_ether_linktype()
2023 b0 = gen_cmp(cstate, OR_LLC, 0, BPF_B, LLCSAP_IPX); in gen_ether_linktype()
2224 case LLCSAP_IPX: in gen_linux_sll_linktype()
2250 b0 = gen_cmp(cstate, OR_LLC, 0, BPF_B, LLCSAP_IPX); in gen_linux_sll_linktype()
3133 case LLCSAP_IPX: in ethertype_to_ppptype()
3965 case LLCSAP_IPX: in gen_llc_linktype()
3970 return gen_cmp(cstate, OR_LLC, 0, BPF_B, LLCSAP_IPX); in gen_llc_linktype()
5575 b1 = gen_linktype(cstate, LLCSAP_IPX); in gen_proto_abbrev_internal()
/freebsd-14-stable/contrib/tcpdump/
HDllc.h89 #ifndef LLCSAP_IPX
90 #define LLCSAP_IPX 0xe0 macro
HDprint-llc.c52 { LLCSAP_IPX, "IPX" },
293 if (ssap == LLCSAP_IPX && dsap == LLCSAP_IPX && in llc_print()