Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-common.c1238 #if DLT_PFSYNC != LINKTYPE_PFSYNC in dlt_to_linktype()
1248 if (dlt == DLT_PFSYNC) in dlt_to_linktype()
1392 #if LINKTYPE_PFSYNC != DLT_PFSYNC in linktype_to_dlt()
1404 return (DLT_PFSYNC); in linktype_to_dlt()
H A Dgencode.c1667 case DLT_PFSYNC: in init_linktype()
3613 case DLT_PFSYNC: in gen_linktype()
H A DCHANGES926 Handle DLT_PFSYNC in {FreeBSD, other *BSD+Mac OS X, other}.
/freebsd/contrib/libpcap/pcap/
H A Ddlt.h221 #define DLT_PFSYNC 18 macro
448 #define DLT_PFSYNC 121 macro
1273 #define DLT_PFSYNC 246 macro
/freebsd/sys/net/
H A Ddlt.h195 #define DLT_PFSYNC 18 macro
422 #define DLT_PFSYNC 121 macro
1247 #define DLT_PFSYNC 246 macro
/freebsd/contrib/tcpdump/
H A Dprint.c189 #if defined(DLT_PFSYNC) && defined(HAVE_NET_PFVAR_H)
190 { pfsync_if_print, DLT_PFSYNC},
H A DCHANGES857 Tried to include DLT_PFSYNC support, failed due to headers required.
/freebsd/sys/netpfil/pf/
H A Dif_pfsync.c416 bpfattach(ifp, DLT_PFSYNC, PFSYNC_HDRLEN); in pfsync_clone_create()