Home
last modified time | relevance | path

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

/external/libpcap/
Dllc.h61 #ifndef LLCSAP_IPX
62 #define LLCSAP_IPX 0xe0 macro
Dnametoaddr.c329 { "ipx", LLCSAP_IPX },
Dwlan_filtering.patch263 + case LLCSAP_IPX:
269 + (bpf_int32)LLCSAP_IPX);
Dgencode.c1556 case LLCSAP_IPX:
1590 (bpf_int32)LLCSAP_IPX);
1738 case LLCSAP_IPX:
1765 (bpf_int32)LLCSAP_IPX);
2310 case LLCSAP_IPX:
2363 case LLCSAP_IPX:
2674 case LLCSAP_IPX:
2680 (bpf_int32)LLCSAP_IPX);
3944 b1 = gen_linktype(LLCSAP_IPX);
/external/tcpdump/
Dllc.h91 #ifndef LLCSAP_IPX
92 #define LLCSAP_IPX 0xe0 macro
Dprint-llc.c60 { LLCSAP_IPX, "IPX" },
251 if (ssap == LLCSAP_IPX && dsap == LLCSAP_IPX && in llc_print()