Home
last modified time | relevance | path

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

/minix/sys/net/
H A Ddlt.h148 #define DLT_PFSYNC 18 macro
342 #define DLT_PFSYNC 121 macro
1115 #define DLT_PFSYNC 246 macro
/minix/external/bsd/libpcap/dist/pcap/
H A Dbpf.h212 #define DLT_PFSYNC 18 macro
406 #define DLT_PFSYNC 121 macro
1179 #define DLT_PFSYNC 246 macro
/minix/external/bsd/libpcap/dist/
H A Dpcap-common.c1087 if (dlt == DLT_PFSYNC) in dlt_to_linktype()
1127 return (DLT_PFSYNC); in linktype_to_dlt()
H A Dpcap.c1141 DLT_CHOICE(DLT_PFSYNC, "Packet filter state syncing"),
H A DCHANGES106 Handle DLT_PFSYNC in {FreeBSD, other *BSD+Mac OS X, other}.
H A Dgencode.c1465 case DLT_PFSYNC:
3284 case DLT_PFSYNC:
/minix/external/bsd/tcpdump/dist/
H A Dtcpdump.c391 #ifdef DLT_PFSYNC
392 { pfsync_if_print, DLT_PFSYNC },
H A DCHANGES125 Tried to include DLT_PFSYNC support, failed due to headers required.