Home
last modified time | relevance | path

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

/external/libpcap/pcap/
Dbpf.h158 #define DLT_RAW 14 /* raw IP */ macro
160 #define DLT_RAW 12 /* raw IP */ macro
/external/iptables/utils/
Dnfbpf_compile.c19 int i, dlt = DLT_RAW; in main()
/external/tcpdump/missing/
Ddlnames.c68 DLT_CHOICE(DLT_RAW, "Raw IP"),
/external/libpcap/
Dpcap-snoop.c298 p->linktype = DLT_RAW; in pcap_activate_snoop()
304 p->linktype = DLT_RAW; in pcap_activate_snoop()
Dpcap-common.c971 { DLT_RAW, LINKTYPE_RAW },
Dpcap-dag.c1194 p->linktype = DLT_RAW;
Dpcap-linux.c2797 handle->linktype = DLT_RAW;
2832 handle->linktype = DLT_RAW;
2969 handle->linktype = DLT_RAW;
DCHANGES491 - Change Linux PPP and SLIP to use DLT_RAW since the kernel does not
497 - Change IRIX PPP to use DLT_RAW since the kernel does not supply any
Dpcap.c1109 DLT_CHOICE(DLT_RAW, "Raw IP"),
Dgencode.c1183 case DLT_RAW:
3053 case DLT_RAW:
/external/tcpdump/
Dtcpdump.c193 { raw_if_print, DLT_RAW },