Searched refs:LLCSAP_IPX (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/libpcap/ |
| HD | llc.h | 90 #ifndef LLCSAP_IPX 91 #define LLCSAP_IPX 0xe0 macro
|
| HD | nametoaddr.c | 334 { "ipx", LLCSAP_IPX },
|
| HD | gencode.c | 1770 case LLCSAP_IPX: 1803 b0 = gen_cmp(OR_MACPL, 0, BPF_B, (bpf_int32)LLCSAP_IPX); 1977 case LLCSAP_IPX: 2003 b0 = gen_cmp(OR_MACPL, 0, BPF_B, (bpf_int32)LLCSAP_IPX); 2888 case LLCSAP_IPX: 3686 case LLCSAP_IPX: 3692 (bpf_int32)LLCSAP_IPX); 5176 b1 = gen_linktype(LLCSAP_IPX);
|
| /NextBSD/contrib/tcpdump/ |
| HD | llc.h | 89 #ifndef LLCSAP_IPX 90 #define LLCSAP_IPX 0xe0 macro
|
| HD | print-llc.c | 55 { LLCSAP_IPX, "IPX" }, 254 if (ssap == LLCSAP_IPX && dsap == LLCSAP_IPX && in llc_print()
|