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

/freebsd-10.0-release/contrib/tcpdump/missing/
H A Ddlnames.c105 #ifdef DLT_PFLOG
106 DLT_CHOICE(DLT_PFLOG, "OpenBSD pflog file"),
/freebsd-10.0-release/contrib/ipfilter/
H A Dpcap-bpf.h178 * OBSOLETE: DLT_PFLOG is 117 in OpenBSD now as well. See below.
297 * OpenBSD DLT_PFLOG; DLT_PFLOG is 17 in OpenBSD, but that's DLT_LANE8023
306 #define DLT_PFLOG 117 macro
H A Dbpf-ipf.h306 * corresponding to OpenBSD DLT_PFLOG; DLT_PFLOG is 17 in OpenBSD,
310 #define DLT_PFLOG 117 macro
/freebsd-10.0-release/contrib/libpcap/pcap/
H A Dbpf.h180 * 17 was used for DLT_PFLOG in OpenBSD; it no longer is.
185 * platforms other than OpenBSD, we defined DLT_PFLOG as 117,
186 * and we mapped between LINKTYPE_PFLOG and DLT_PFLOG.
188 * OpenBSD eventually switched to using 117 for DLT_PFLOG as well.
202 * DLT_PFLOG, is not only OS-dependent but OS-version-dependent,
341 * OpenBSD DLT_PFLOG.
343 #define DLT_PFLOG 117 macro
/freebsd-10.0-release/sys/netpfil/pf/
H A Dif_pflog.c129 bpfattach(ifp, DLT_PFLOG, PFLOG_HDRLEN);
/freebsd-10.0-release/sys/net/
H A Dbpf.h380 * corresponding to OpenBSD DLT_PFLOG; DLT_PFLOG is 17 in OpenBSD,
384 #define DLT_PFLOG 117 macro
/freebsd-10.0-release/contrib/libpcap/
H A Dgencode.c1274 case DLT_PFLOG:
3206 case DLT_PFLOG:
7482 case DLT_PFLOG:
7577 if (linktype != DLT_PFLOG) {
7598 if (linktype != DLT_PFLOG) {
7620 if (linktype != DLT_PFLOG) {
7636 if (linktype != DLT_PFLOG) {
7652 if (linktype != DLT_PFLOG) {
7668 if (linktype != DLT_PFLOG) {
H A Dpcap.c983 DLT_CHOICE(DLT_PFLOG, "OpenBSD pflog file"),
/freebsd-10.0-release/contrib/pf/pflogd/
H A Dpflogd.c269 if (pcap_datalink(hpcap) != DLT_PFLOG) {
/freebsd-10.0-release/contrib/tcpdump/
H A Dtcpdump.c224 #if defined(DLT_PFLOG) && defined(HAVE_NET_PFVAR_H)
225 { pflog_if_print, DLT_PFLOG },

Completed in 259 milliseconds