Searched refs:LLCSAP_IPX (Results 1 – 5 of 5) sorted by relevance
/external/libpcap/ |
D | llc.h | 90 #ifndef LLCSAP_IPX 91 #define LLCSAP_IPX 0xe0 macro
|
D | nametoaddr.c | 629 { "ipx", LLCSAP_IPX },
|
D | gencode.c | 1988 case LLCSAP_IPX: in gen_ether_linktype() 2021 b0 = gen_cmp(cstate, OR_LLC, 0, BPF_B, LLCSAP_IPX); in gen_ether_linktype() 2222 case LLCSAP_IPX: in gen_linux_sll_linktype() 2248 b0 = gen_cmp(cstate, OR_LLC, 0, BPF_B, LLCSAP_IPX); in gen_linux_sll_linktype() 3074 case LLCSAP_IPX: in ethertype_to_ppptype() 3907 case LLCSAP_IPX: in gen_llc_linktype() 3912 return gen_cmp(cstate, OR_LLC, 0, BPF_B, LLCSAP_IPX); in gen_llc_linktype() 5521 b1 = gen_linktype(cstate, LLCSAP_IPX); in gen_proto_abbrev_internal()
|
/external/tcpdump/ |
D | llc.h | 89 #ifndef LLCSAP_IPX 90 #define LLCSAP_IPX 0xe0 macro
|
D | print-llc.c | 54 { LLCSAP_IPX, "IPX" }, 294 if (ssap == LLCSAP_IPX && dsap == LLCSAP_IPX && in llc_print()
|