Home
last modified time | relevance | path

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

/external/libpcap/pcap/
Dbpf.h207 #define DLT_PFSYNC 18 macro
401 #define DLT_PFSYNC 121 macro
1174 #define DLT_PFSYNC 246 macro
/external/libpcap/
Dpcap-common.c1082 if (dlt == DLT_PFSYNC) in dlt_to_linktype()
1122 return (DLT_PFSYNC); in linktype_to_dlt()
Dpcap.c1136 DLT_CHOICE(DLT_PFSYNC, "Packet filter state syncing"),
DCHANGES122 Handle DLT_PFSYNC in {FreeBSD, other *BSD+Mac OS X, other}.
Dgencode.c1459 case DLT_PFSYNC:
3278 case DLT_PFSYNC:
/external/tcpdump/
DCHANGES131 Tried to include DLT_PFSYNC support, failed due to headers required.