Home
last modified time | relevance | path

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

/external/libpcap/
Dethertype.h99 #ifndef ETHERTYPE_IPX
100 #define ETHERTYPE_IPX 0x8137 macro
Dgencode.c1808 b0 = gen_snap(0x000000, ETHERTYPE_IPX);
1832 (bpf_int32)ETHERTYPE_IPX);
2001 b1 = gen_snap(0x000000, ETHERTYPE_IPX);
2019 (bpf_int32)ETHERTYPE_IPX);
/external/tcpdump/
Dethertype.h123 #ifndef ETHERTYPE_IPX
124 #define ETHERTYPE_IPX 0x8137 macro
Dprint-ether.c71 { ETHERTYPE_IPX, "IPX" },
359 case ETHERTYPE_IPX: in ethertype_print()
Dprint-gre.c219 case ETHERTYPE_IPX: in gre_print_0()
Dprint-ppp.c1374 case ETHERTYPE_IPX: /*XXX*/ in handle_ppp()