Searched refs:bpf_filter (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-13-stable/tools/regression/bpf/
H A DMakefile3 SUBDIR= bpf_filter
/freebsd-13-stable/sys/modules/netgraph/bpf/
H A DMakefile7 SRCS= opt_bpf.h ng_bpf.c bpf_filter.c
/freebsd-13-stable/contrib/libpcap/msdos/
H A Dmakefile.wc28 $(OBJDIR)\bpf_filter.obj $(OBJDIR)\bpf_imag.obj $(OBJDIR)\bpf_dump.obj &
55 $(OBJDIR)\bpf_filter.obj: bpf\net\bpf_filter.c
56 *$(CC) $(CFLAGS) bpf\net\bpf_filter.c -fo=$@
97 $(OBJDIR)\bpf_filter.obj: bpf\net\bpf_filter.c pcap-int.h pcap.h pcap-bpf.h
H A Dmakefile.dj25 SOURCES = grammar.c scanner.c bpf/net/bpf_filter.c bpf_image.c bpf_dump.c \
/freebsd-13-stable/sbin/ipf/ipf/
H A DMakefile5 SRCS= ${GENHDRS} ipf.c ipfcomp.c ipf_y.c ipf_l.c bpf_filter.c
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-enet.c78 if (bpf_filter(fcode, (char *)ph->packet,
92 if (bpf_filter(fcode, buf.hdr.packet, cc, caplen)) {
H A Dpcap-septel.c129 if ((p->fcode.bf_insns == NULL) || bpf_filter(p->fcode.bf_insns, dp, packet_len, caplen)) {
H A Ddlpisubs.c179 if (bpf_filter(p->fcode.bf_insns, pk, origlen, caplen)) {
H A Dpcap-bt-monitor-linux.c142 bpf_filter(handle->fcode.bf_insns, pktd, pkth.len, pkth.caplen)) {
H A Dpcap-dbus.c94 bpf_filter(handle->fcode.bf_insns, (u_char *)raw_msg, pkth.len, pkth.caplen)) {
H A Dpcap-netmap.c85 if (pc == NULL || bpf_filter(pc, buf, h->len, h->caplen))
H A Dpcap-nit.c182 if (bpf_filter(p->fcode.bf_insns, cp, nh->nh_wirelen, caplen)) {
H A Dbpf_filter.c408 bpf_filter(const struct bpf_insn *pc, const u_char *p, u_int wirelen, function
H A Dpcap-bt-linux.c373 bpf_filter(handle->fcode.bf_insns, pktd, pkth.len, pkth.caplen)) {
H A Dpcap-snit.c193 if (bpf_filter(p->fcode.bf_insns, cp, nlp->nh_pktlen, caplen)) {
H A Dpcap-snoop.c129 bpf_filter(p->fcode.bf_insns, cp, datalen, caplen)) {
H A Dsavefile.c534 bpf_filter(fcode, data, h.len, h.caplen)) {
H A Dpcap-usb-linux.c1013 bpf_filter(handle->fcode.bf_insns, handle->buffer,
1215 bpf_filter(handle->fcode.bf_insns, handle->buffer,
1330 bpf_filter(handle->fcode.bf_insns, (u_char*) hdr,
/freebsd-13-stable/tools/regression/bpf/bpf_filter/
H A Dbpf_test.c93 u_int bpf_filter(const struct bpf_insn *, u_char *, u_int, u_int);
121 * XXX Copied from sys/net/bpf_filter.c and modified.
230 ret = bpf_filter(nins != 0 ? pc : NULL, pkt, wirelen, buflen);
H A DMakefile50 SRCS+= ${SYSDIR}/net/bpf_filter.c
/freebsd-13-stable/contrib/libpcap/pcap/
H A Dbpf.h248 PCAP_API u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
/freebsd-13-stable/sys/netgraph/
H A Dng_bpf.c434 /* Don't call bpf_filter() with totlen == 0! */
474 len = bpf_filter(hip->prog->bpf_prog, data, totlen, totlen);
476 len = bpf_filter(hip->prog->bpf_prog, (u_char *)m, totlen, 0);
/freebsd-13-stable/lib/libpcap/
H A DMakefile11 bpf_filter.c \
/freebsd-13-stable/contrib/ipfilter/
H A Dbpf-ipf.h429 extern u_int bpf_filter(struct bpf_insn *, u_char *, u_int, u_int);
/freebsd-13-stable/sys/net/
H A Dbpf.h433 u_int bpf_filter(const struct bpf_insn *, u_char *, u_int, u_int);

Completed in 259 milliseconds

12