Searched refs:DLT_PFLOG (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/tcpdump/missing/ |
H A D | dlnames.c | 99 #ifdef DLT_PFLOG 100 DLT_CHOICE(DLT_PFLOG, "OpenBSD pflog file"),
|
/freebsd/contrib/tcpdump/ |
H A D | print.c | 186 #if defined(DLT_PFLOG) && defined(HAVE_NET_IF_PFLOG_H) 187 { pflog_if_print, DLT_PFLOG },
|
H A D | CHANGES | 182 PFLOG: handle LINKTYPE_PFLOG/DLT_PFLOG files from all OSes on all
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_bpf.c | 129 bpfattach(ifp, DLT_PFLOG, PFLOG_HDRLEN); in ipfwlog_clone_create()
|
/freebsd/contrib/libpcap/pcap/ |
H A D | dlt.h | 367 #define DLT_PFLOG 117 macro
|
/freebsd/sys/net/ |
H A D | dlt.h | 341 #define DLT_PFLOG 117 macro
|
/freebsd/sbin/ipf/ipf/ |
H A D | bpf-ipf.h | 301 * corresponding to OpenBSD DLT_PFLOG; DLT_PFLOG is 17 in OpenBSD, 305 #define DLT_PFLOG 117 macro
|
/freebsd/sys/netpfil/pf/ |
H A D | if_pflog.c | 165 bpfattach(ifp, DLT_PFLOG, PFLOG_HDRLEN); in pflog_clone_create()
|
/freebsd/contrib/libpcap/ |
H A D | pcap-util.c | 459 case DLT_PFLOG: in swap_pseudo_headers()
|
H A D | gencode.c | 1511 case DLT_PFLOG: in init_linktype() 2983 case DLT_PFLOG: in insert_compute_vloffsets() 3451 case DLT_PFLOG: in gen_linktype() 8593 case DLT_PFLOG: in gen_inbound() 8701 if (cstate->linktype != DLT_PFLOG) { in gen_pf_ifname() 8730 if (cstate->linktype != DLT_PFLOG) { in gen_pf_ruleset() 8759 if (cstate->linktype != DLT_PFLOG) { in gen_pf_rnr() 8782 if (cstate->linktype != DLT_PFLOG) { in gen_pf_srnr() 8805 if (cstate->linktype != DLT_PFLOG) { in gen_pf_reason() 8828 if (cstate->linktype != DLT_PFLOG) { in gen_pf_action()
|
H A D | INSTALL.md | 333 pflog.h - header for DLT_PFLOG handling in filter code
|
H A D | CHANGES | 1228 OpenBSD pf, DLT_PFLOG added
|
/freebsd/contrib/pf/pflogd/ |
H A D | pflogd.c | 277 if (pcap_datalink(hpcap) != DLT_PFLOG) { in init_pcap()
|