Searched refs:pcap_compile (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/lib/libpcap/
H A Dpcap.h159 * Value to pass to pcap_compile() as the netmask if you don't know what
203 int pcap_compile(pcap_t *, struct bpf_program *, const char *, int,
H A Dgencode.c275 pcap_compile(pcap_t *p, struct bpf_program *program, function
/openbsd-current/usr.sbin/tcpdump/
H A Dprivsep_pcap.c78 if (pcap_compile(&hpcap, &fcode, filter, oflag, netmask))
/openbsd-current/libexec/spamlogd/
H A Dspamlogd.c222 if (pcap_compile(hpcap, &bpfp, filter, PCAPOPTZ, 0) == -1 ||
/openbsd-current/usr.sbin/pppd/
H A Doptions.c1111 if (pcap_compile(&pc, &pass_filter, *argv, 1, netmask) == 0)
1127 if (pcap_compile(&pc, &active_filter, *argv, 1, netmask) == 0)
/openbsd-current/sbin/pflogd/
H A Dpflogd.c186 if (pcap_compile(hpcap, &bprog, filter, PCAP_OPT_FIL, 0) < 0)

Completed in 93 milliseconds