Home
last modified time | relevance | path

Searched refs:bpf_filter (Results 1 – 24 of 24) sorted by relevance

/freebsd-src/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_filter.c
56 *$(CC) $(CFLAGS) bpf_filter.c -fo=$@
97 $(OBJDIR)\bpf_filter.obj: bpf_filter.c pcap-int.h pcap.h pcap-bpf.h
H A Dmakefile.dj25 SOURCES = grammar.c scanner.c bpf_filter.c bpf_image.c bpf_dump.c \
/freebsd-src/tools/regression/bpf/bpf_filter/
H A Dbpf_test.c91 u_int bpf_filter(const struct bpf_insn *, u_char *, u_int, u_int);
228 ret = bpf_filter(nins != 0 ? pc : NULL, pkt, wirelen, buflen); in main()
H A DMakefile48 SRCS+= ${SYSDIR}/net/bpf_filter.c
/freebsd-src/tools/regression/bpf/
H A DMakefile1 SUBDIR= bpf_filter
/freebsd-src/sys/modules/netgraph/bpf/
H A DMakefile6 SRCS= opt_bpf.h ng_bpf.c bpf_filter.c
/freebsd-src/sbin/ipf/ipf/
H A DMakefile3 SRCS= ${GENHDRS} ipf.c ipfcomp.c ipf_y.c ipf_l.c bpf_filter.c
H A Dbpf-ipf.h424 extern u_int bpf_filter(struct bpf_insn *, u_char *, u_int, u_int);
H A Dbpf_filter.c176 bpf_filter(struct bpf_insn *pc, u_char *p, u_int wirelen, u_int buflen) in bpf_filter() function
/freebsd-src/contrib/libpcap/pcap/
H A Dbpf.h287 PCAP_API u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
/freebsd-src/sys/netgraph/
H A Dng_bpf.c471 len = bpf_filter(hip->prog->bpf_prog, data, totlen, totlen); in ng_bpf_rcvdata()
473 len = bpf_filter(hip->prog->bpf_prog, (u_char *)m, totlen, 0); in ng_bpf_rcvdata()
/freebsd-src/lib/libpcap/
H A DMakefile10 bpf_filter.c \
/freebsd-src/sys/net/
H A Dbpf.h434 u_int bpf_filter(const struct bpf_insn *, u_char *, u_int, u_int);
H A Dbpf.c661 slen = bpf_filter(d->bd_wfilter, mtod(m, u_char *), len, len); in bpf_movein()
2327 slen = bpf_filter(d->bd_rfilter, pkt, pktlen, pktlen); in bpf_tap()
2397 slen = bpf_filter(d->bd_rfilter, (u_char *)m, pktlen, 0); in bpf_mtap()
2446 * Craft on-stack mbuf suitable for passing to bpf_filter. in bpf_mtap2()
2463 slen = bpf_filter(d->bd_rfilter, (u_char *)&mb, pktlen, 0); in bpf_mtap2()
3176 bpf_filter(const struct bpf_insn *pc, u_char *p, u_int wirelen, u_int buflen) in bpf_filter() function
H A Dbpf_filter.c174 bpf_filter(const struct bpf_insn *pc, u_char *p, u_int wirelen, u_int buflen) in bpf_filter() function
/freebsd-src/contrib/libpcap/
H A Dbpf_filter.c534 bpf_filter(const struct bpf_insn *pc, const u_char *p, u_int wirelen,
536 bpf_filter(const struct bpf_insn *pc, const u_char *p, u_int wirelen, bpf_filter() function
H A DINSTALL.md220 bpf_filter.c - BPF filtering routines
H A DMakefile.in95 bpf_image.c bpf_filter.c bpf_dump.c
H A DCMakeLists.txt1750 bpf_filter.c
/freebsd-src/sys/dev/cxgbe/tom/
H A Dt4_tom.c1725 matched = bpf_filter(r->bpf_prog.bf_insns, pkt, pktlen, buflen); in lookup_offload_policy()
/freebsd-src/contrib/netbsd-tests/lib/libbpfjit/
H A Dt_bpfjit.c2962 ATF_CHECK(bpf_filter(insns, pkt, i, i) == 10 * i); in ATF_TC_BODY()
2999 ATF_CHECK(bpf_filter(insns, pkt, i, i) == 10 * i); in ATF_TC_BODY()
/freebsd-src/share/man/man9/
H A DMakefile658 bpf.9 bpf_filter.9 \
/freebsd-src/sys/netpfil/ipfilter/netinet/
H A Dfil.c2420 if (!bpf_filter(fr->fr_data, mc, wlen, 0)) in ipf_scanlist()
/freebsd-src/sys/conf/
H A Dfiles4132 net/bpf_filter.c optional bpf | netgraph_bpf