Home
last modified time | relevance | path

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

/netbsd/external/bsd/libpcap/dist/pcap/
H A Ddlt.h136 #define DLT_PFSYNC 18 macro
352 #define DLT_PFSYNC 121 macro
1174 #define DLT_PFSYNC 246 macro
/netbsd/sys/net/
H A Ddlt.h142 #define DLT_PFSYNC 18 macro
358 #define DLT_PFSYNC 121 macro
1180 #define DLT_PFSYNC 246 macro
/netbsd/external/bsd/tcpdump/dist/
H A Dprint.c228 #ifdef DLT_PFSYNC
229 { pfsync_if_print, DLT_PFSYNC },
H A DCHANGES474 Tried to include DLT_PFSYNC support, failed due to headers required.
/netbsd/external/bsd/libpcap/dist/
H A Dpcap-common.c1211 if (dlt == DLT_PFSYNC) in dlt_to_linktype()
1251 return (DLT_PFSYNC); in linktype_to_dlt()
H A DCHANGES319 Handle DLT_PFSYNC in {FreeBSD, other *BSD+Mac OS X, other}.
H A Dgencode.c1669 case DLT_PFSYNC: in init_linktype()
3578 case DLT_PFSYNC: in gen_linktype()
/netbsd/sys/dist/pf/net/
H A Dif_pfsync.c195 bpf_attach(&pfsyncif->sc_if, DLT_PFSYNC, PFSYNC_HDRLEN); in pfsync_clone_create()