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