Searched refs:LLCSAP_IPX (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/contrib/libpcap/ |
| HD | llc.h | 90 #ifndef LLCSAP_IPX 91 #define LLCSAP_IPX 0xe0 macro
|
| HD | nametoaddr.c | 622 { "ipx", LLCSAP_IPX },
|
| HD | gencode.c | 1990 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/ |
| HD | llc.h | 89 #ifndef LLCSAP_IPX 90 #define LLCSAP_IPX 0xe0 macro
|
| HD | print-llc.c | 52 { LLCSAP_IPX, "IPX" }, 293 if (ssap == LLCSAP_IPX && dsap == LLCSAP_IPX && in llc_print()
|