Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint.c96 #ifdef DLT_IPV4
97 { raw_if_print, DLT_IPV4 },
/external/libpcap/pcap/
Ddlt.h1041 #define DLT_IPV4 228 macro
/external/libpcap/
Ddlpisubs.c274 p->linktype = DLT_IPV4; in pcap_process_mactype()
Dpcap-netfilter-linux.c608 handle->dlt_list[1] = DLT_IPV4; in netfilter_activate()
613 handle->linktype = DLT_IPV4; in netfilter_activate()
Dpcap-dag.c621 (p->linktype != DLT_IPV4)) in dag_read()
1365 p->dlt_list[dlt_index++] = DLT_IPV4;
Dgencode.c1421 case DLT_IPV4: in init_linktype()
3254 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)