Home
last modified time | relevance | path

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

/external/libpcap/pcap/
Ddlt.h140 #define DLT_PFSYNC 18 macro
356 #define DLT_PFSYNC 121 macro
1145 #define DLT_PFSYNC 246 macro
/external/libpcap/
Dpcap-common.c1110 if (dlt == DLT_PFSYNC) in dlt_to_linktype()
1150 return (DLT_PFSYNC); in linktype_to_dlt()
DCHANGES168 Handle DLT_PFSYNC in {FreeBSD, other *BSD+Mac OS X, other}.
Dgencode.c1545 case DLT_PFSYNC: in init_linktype()
3439 case DLT_PFSYNC: in gen_linktype()
/external/tcpdump/
DCHANGES315 Tried to include DLT_PFSYNC support, failed due to headers required.