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

/freebsd-current/contrib/tcpdump/missing/
H A Ddlnames.c101 #ifdef DLT_PFLOG
102 DLT_CHOICE(DLT_PFLOG, "OpenBSD pflog file"),
/freebsd-current/contrib/libpcap/pcap/
H A Ddlt.h169 * 17 was used for DLT_PFLOG in OpenBSD; it no longer is.
174 * platforms other than OpenBSD, we defined DLT_PFLOG as 117,
175 * and we mapped between LINKTYPE_PFLOG and DLT_PFLOG.
177 * OpenBSD eventually switched to using 117 for DLT_PFLOG as well.
191 * DLT_PFLOG, is not only OS-dependent but OS-version-dependent,
341 * OpenBSD DLT_PFLOG.
343 #define DLT_PFLOG 117 macro
/freebsd-current/sys/net/
H A Ddlt.h167 * 17 was used for DLT_PFLOG in OpenBSD; it no longer is.
172 * platforms other than OpenBSD, we defined DLT_PFLOG as 117,
173 * and we mapped between LINKTYPE_PFLOG and DLT_PFLOG.
175 * OpenBSD eventually switched to using 117 for DLT_PFLOG as well.
189 * DLT_PFLOG, is not only OS-dependent but OS-version-dependent,
339 * OpenBSD DLT_PFLOG.
341 #define DLT_PFLOG 117 macro
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_bpf.c133 bpfattach(ifp, DLT_PFLOG, PFLOG_HDRLEN);
/freebsd-current/contrib/tcpdump/
H A Dprint.c188 #if defined(DLT_PFLOG) && defined(HAVE_NET_IF_PFLOG_H)
189 { pflog_if_print, DLT_PFLOG },
/freebsd-current/sbin/ipf/ipf/
H A Dbpf-ipf.h301 * corresponding to OpenBSD DLT_PFLOG; DLT_PFLOG is 17 in OpenBSD,
305 #define DLT_PFLOG 117 macro
/freebsd-current/contrib/libpcap/
H A Dpcap-util.c43 * Most versions of the DLT_PFLOG pseudo-header have UID and PID fields
46 * When reading a DLT_PFLOG packet, we need to convert those fields from
405 case DLT_PFLOG:
H A Dgencode.c1509 case DLT_PFLOG:
2981 case DLT_PFLOG:
3449 case DLT_PFLOG:
8325 case DLT_PFLOG:
8433 if (cstate->linktype != DLT_PFLOG) {
8462 if (cstate->linktype != DLT_PFLOG) {
8491 if (cstate->linktype != DLT_PFLOG) {
8514 if (cstate->linktype != DLT_PFLOG) {
8537 if (cstate->linktype != DLT_PFLOG) {
8560 if (cstate->linktype != DLT_PFLOG) {
[all...]
/freebsd-current/sys/netpfil/pf/
H A Dif_pflog.c144 bpfattach(ifp, DLT_PFLOG, PFLOG_HDRLEN);
/freebsd-current/contrib/pf/pflogd/
H A Dpflogd.c266 if (pcap_datalink(hpcap) != DLT_PFLOG) {

Completed in 686 milliseconds