Home
last modified time | relevance | path

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

/external/libpcap/pcap/
Dbpf.h208 #define DLT_PFSYNC 18 macro
402 #define DLT_PFSYNC 121 macro
1175 #define DLT_PFSYNC 246 macro
/external/libpcap/
Dpcap-common.c1011 if (dlt == DLT_PFSYNC) in dlt_to_linktype()
1048 return (DLT_PFSYNC); in linktype_to_dlt()
Dpcap.c1124 DLT_CHOICE(DLT_PFSYNC, "Packet filter state syncing"),
DCHANGES71 Handle DLT_PFSYNC in {FreeBSD, other *BSD+Mac OS X, other}.
Dgencode.c1422 case DLT_PFSYNC:
3374 case DLT_PFSYNC:
/external/tcpdump/
DCHANGES76 Tried to include DLT_PFSYNC support, failed due to headers required.