Home
last modified time | relevance | path

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

/external/libpcap/
Dllc.h90 #ifndef LLCSAP_IPX
91 #define LLCSAP_IPX 0xe0 macro
Dnametoaddr.c601 { "ipx", LLCSAP_IPX },
Dgencode.c1875 case LLCSAP_IPX: in gen_ether_linktype()
1908 b0 = gen_cmp(cstate, OR_LLC, 0, BPF_B, (bpf_int32)LLCSAP_IPX); in gen_ether_linktype()
2112 case LLCSAP_IPX: in gen_linux_sll_linktype()
2138 b0 = gen_cmp(cstate, OR_LLC, 0, BPF_B, (bpf_int32)LLCSAP_IPX); in gen_linux_sll_linktype()
2964 case LLCSAP_IPX: in ethertype_to_ppptype()
3784 case LLCSAP_IPX: in gen_llc_linktype()
3790 (bpf_int32)LLCSAP_IPX); in gen_llc_linktype()
5322 b1 = gen_linktype(cstate, LLCSAP_IPX); in gen_proto_abbrev()
/external/tcpdump/
Dllc.h89 #ifndef LLCSAP_IPX
90 #define LLCSAP_IPX 0xe0 macro
Dprint-llc.c54 { LLCSAP_IPX, "IPX" },
294 if (ssap == LLCSAP_IPX && dsap == LLCSAP_IPX && in llc_print()