Home
last modified time | relevance | path

Searched refs:DLT_PFSYNC (Results 1 – 6 of 6) sorted by relevance

/external/libpcap/pcap/
Ddlt.h136 #define DLT_PFSYNC 18 macro
352 #define DLT_PFSYNC 121 macro
1177 #define DLT_PFSYNC 246 macro
/external/scapy/scapy/
Ddata.py67 DLT_PFSYNC = 121 variable
69 DLT_PFSYNC = 18 variable
/external/libpcap/
Dpcap-common.c1282 if (dlt == DLT_PFSYNC) in dlt_to_linktype()
1322 return (DLT_PFSYNC); in linktype_to_dlt()
Dgencode.c1666 case DLT_PFSYNC: in init_linktype()
3555 case DLT_PFSYNC: in gen_linktype()
DCHANGES427 Handle DLT_PFSYNC in {FreeBSD, other *BSD+Mac OS X, other}.
/external/tcpdump/
DCHANGES441 Tried to include DLT_PFSYNC support, failed due to headers required.