Searched refs:DLT_PFLOG (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/tcpdump/missing/
H A Ddlnames.c101 #ifdef DLT_PFLOG
102 DLT_CHOICE(DLT_PFLOG, "OpenBSD pflog file"),
/freebsd-11-stable/contrib/tcpdump/
H A Dprint.c122 #if defined(DLT_PFLOG) && defined(HAVE_NET_IF_PFLOG_H)
123 { pflog_if_print, DLT_PFLOG },
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_bpf.c149 bpfattach(ifp, DLT_PFLOG, PFLOG_HDRLEN);
/freebsd-11-stable/sys/net/
H A Ddlt.h110 * 17 was used for DLT_PFLOG in OpenBSD; it no longer is.
115 * platforms other than OpenBSD, we defined DLT_PFLOG as 117,
116 * and we mapped between LINKTYPE_PFLOG and DLT_PFLOG.
118 * OpenBSD eventually switched to using 117 for DLT_PFLOG as well.
132 * DLT_PFLOG, is not only OS-dependent but OS-version-dependent,
271 * OpenBSD DLT_PFLOG.
273 #define DLT_PFLOG 117 macro
/freebsd-11-stable/contrib/libpcap/pcap/
H A Ddlt.h108 * 17 was used for DLT_PFLOG in OpenBSD; it no longer is.
113 * platforms other than OpenBSD, we defined DLT_PFLOG as 117,
114 * and we mapped between LINKTYPE_PFLOG and DLT_PFLOG.
116 * OpenBSD eventually switched to using 117 for DLT_PFLOG as well.
130 * DLT_PFLOG, is not only OS-dependent but OS-version-dependent,
269 * OpenBSD DLT_PFLOG.
271 #define DLT_PFLOG 117 macro
/freebsd-11-stable/sys/netpfil/pf/
H A Dif_pflog.c134 bpfattach(ifp, DLT_PFLOG, PFLOG_HDRLEN);
/freebsd-11-stable/contrib/ipfilter/
H A Dbpf-ipf.h306 * corresponding to OpenBSD DLT_PFLOG; DLT_PFLOG is 17 in OpenBSD,
310 #define DLT_PFLOG 117 macro
/freebsd-11-stable/contrib/pf/pflogd/
H A Dpflogd.c269 if (pcap_datalink(hpcap) != DLT_PFLOG) {
/freebsd-11-stable/contrib/libpcap/
H A Dgencode.c1508 case DLT_PFLOG:
3410 case DLT_PFLOG:
8249 case DLT_PFLOG:
8360 if (cstate->linktype != DLT_PFLOG) {
8389 if (cstate->linktype != DLT_PFLOG) {
8418 if (cstate->linktype != DLT_PFLOG) {
8441 if (cstate->linktype != DLT_PFLOG) {
8464 if (cstate->linktype != DLT_PFLOG) {
8487 if (cstate->linktype != DLT_PFLOG) {

Completed in 108 milliseconds