Home
last modified time | relevance | path

Searched refs:DLT_IPV4 (Results 1 – 5 of 5) sorted by relevance

/external/libpcap/pcap/
Dbpf.h1039 #define DLT_IPV4 228 macro
/external/libpcap/
Dpcap-netfilter-linux.c501 handle->dlt_list[1] = DLT_IPV4; in netfilter_activate()
506 handle->linktype = DLT_IPV4; in netfilter_activate()
Dpcap.c1193 DLT_CHOICE(DLT_IPV4, "Raw IPv4"),
Dgencode.c1184 case DLT_IPV4:
3077 case DLT_IPV4:
/external/tcpdump/
Dtcpdump.c308 #ifdef DLT_IPV4
309 { raw_if_print, DLT_IPV4 },