Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint.c96 #ifdef DLT_IPV4
97 { raw_if_print, DLT_IPV4 },
/external/libpcap/pcap/
Ddlt.h1009 #define DLT_IPV4 228 macro
/external/libpcap/
Dpcap-netfilter-linux.c506 handle->dlt_list[1] = DLT_IPV4; in netfilter_activate()
511 handle->linktype = DLT_IPV4; in netfilter_activate()
Ddlpisubs.c260 p->linktype = DLT_IPV4; in pcap_process_mactype()
Dgencode.c1307 case DLT_IPV4: in init_linktype()
3129 case DLT_IPV4: in gen_linktype()
/external/scapy/scapy/
Ddata.py92 DLT_IPV4 = 228 variable
/external/scapy/scapy/layers/
Dinet.py817 conf.l2types.register(DLT_IPV4, IP)