Home
last modified time | relevance | path

Searched refs:DLT_RAW (Results 1 – 10 of 10) sorted by relevance

/external/libpcap/pcap/
Ddlt.h90 #define DLT_RAW 14 /* raw IP */ macro
92 #define DLT_RAW 12 /* raw IP */ macro
/external/iptables/utils/
Dnfbpf_compile.c19 int i, dlt = DLT_RAW; in main()
/external/libpcap/
Dpcap-snoop.c301 p->linktype = DLT_RAW; in pcap_activate_snoop()
307 p->linktype = DLT_RAW; in pcap_activate_snoop()
Dpcap-common.c1066 { DLT_RAW, LINKTYPE_RAW },
Dpcap-linux.c2899 handle->linktype = DLT_RAW;
3099 handle->linktype = DLT_RAW;
3134 handle->linktype = DLT_RAW;
3273 handle->linktype = DLT_RAW;
Dpcap-dag.c1323 p->linktype = DLT_RAW;
DCHANGES588 - Change Linux PPP and SLIP to use DLT_RAW since the kernel does not
594 - Change IRIX PPP to use DLT_RAW since the kernel does not supply any
Dgencode.c1306 case DLT_RAW: in init_linktype()
3105 case DLT_RAW: in gen_linktype()
/external/tcpdump/missing/
Ddlnames.c64 DLT_CHOICE(DLT_RAW, "Raw IP"),
/external/tcpdump/
Dprint.c95 { raw_if_print, DLT_RAW },