Home
last modified time | relevance | path

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

/external/libpcap/pcap/
Dbpf.h157 #define DLT_RAW 14 /* raw IP */ macro
159 #define DLT_RAW 12 /* raw IP */ macro
/external/iptables/utils/
Dnfbpf_compile.c19 int i, dlt = DLT_RAW; in main()
/external/tcpdump/missing/
Ddlnames.c63 DLT_CHOICE(DLT_RAW, "Raw IP"),
/external/libpcap/
Dpcap-snoop.c294 p->linktype = DLT_RAW; in pcap_activate_snoop()
300 p->linktype = DLT_RAW; in pcap_activate_snoop()
Dpcap-common.c1038 { DLT_RAW, LINKTYPE_RAW },
Dpcap-linux.c2731 handle->linktype = DLT_RAW;
2924 handle->linktype = DLT_RAW;
2959 handle->linktype = DLT_RAW;
3098 handle->linktype = DLT_RAW;
Dpcap-dag.c1234 p->linktype = DLT_RAW;
Dpcap.c1121 DLT_CHOICE(DLT_RAW, "Raw IP"),
DCHANGES542 - Change Linux PPP and SLIP to use DLT_RAW since the kernel does not
548 - Change IRIX PPP to use DLT_RAW since the kernel does not supply any
Dgencode.c1220 case DLT_RAW:
2957 case DLT_RAW:
/external/tcpdump/
Dtcpdump.c260 { raw_if_print, DLT_RAW },