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

/freebsd-13-stable/contrib/tcpdump/
H A Dllc.h89 #ifndef LLCSAP_IPX
90 #define LLCSAP_IPX 0xe0 macro
H A Dprint-llc.c54 { LLCSAP_IPX, "IPX" },
294 if (ssap == LLCSAP_IPX && dsap == LLCSAP_IPX &&
/freebsd-13-stable/contrib/libpcap/
H A Dllc.h90 #ifndef LLCSAP_IPX
91 #define LLCSAP_IPX 0xe0 macro
H A Dnametoaddr.c616 { "ipx", LLCSAP_IPX },
H A Dgencode.c1987 case LLCSAP_IPX:
2013 * for tests for LLCSAP_IPX and for ETHERTYPE_IPX?
2020 b0 = gen_cmp(cstate, OR_LLC, 0, BPF_B, (bpf_int32)LLCSAP_IPX);
2224 case LLCSAP_IPX:
2250 b0 = gen_cmp(cstate, OR_LLC, 0, BPF_B, (bpf_int32)LLCSAP_IPX);
3076 case LLCSAP_IPX:
3924 case LLCSAP_IPX:
3930 (bpf_int32)LLCSAP_IPX);
5531 b1 = gen_linktype(cstate, LLCSAP_IPX);

Completed in 137 milliseconds