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.c365 { "ipx", LLCSAP_IPX },
Dgencode.c1856 case LLCSAP_IPX: in gen_ether_linktype()
1889 b0 = gen_cmp(cstate, OR_LLC, 0, BPF_B, (bpf_int32)LLCSAP_IPX); in gen_ether_linktype()
2093 case LLCSAP_IPX: in gen_linux_sll_linktype()
2119 b0 = gen_cmp(cstate, OR_LLC, 0, BPF_B, (bpf_int32)LLCSAP_IPX); in gen_linux_sll_linktype()
2924 case LLCSAP_IPX:
3744 case LLCSAP_IPX: in gen_llc_linktype()
3750 (bpf_int32)LLCSAP_IPX); in gen_llc_linktype()
5199 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()