Home
last modified time | relevance | path

Searched refs:DLT_CHAOS (Results 1 – 4 of 4) sorted by relevance

/external/libpcap/
Dpcap-common.c124 #define LINKTYPE_CHAOS DLT_CHAOS
1046 { DLT_CHAOS, LINKTYPE_CHAOS },
Dpcap-linux.c2956 handle->linktype = DLT_CHAOS;
/external/libpcap/pcap/
Ddlt.h71 #define DLT_CHAOS 5 /* Chaos */ macro
/external/scapy/scapy/
Ddata.py49 DLT_CHAOS = 5 variable