Home
last modified time | relevance | path

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

/freebsd-head/contrib/libpcap/msdos/
HDmakefile.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
HDmakefile.dj25 SOURCES = grammar.c scanner.c bpf_filter.c bpf_image.c bpf_dump.c \
/freebsd-head/tools/regression/bpf/bpf_filter/
HDbpf_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()
HDMakefile48 SRCS+= ${SYSDIR}/net/bpf_filter.c
/freebsd-head/tools/regression/bpf/
HDMakefile1 SUBDIR= bpf_filter
/freebsd-head/sys/modules/netgraph/bpf/
HDMakefile6 SRCS= opt_bpf.h ng_bpf.c bpf_filter.c
/freebsd-head/sbin/ipf/ipf/
HDMakefile3 SRCS= ${GENHDRS} ipf.c ipfcomp.c ipf_y.c ipf_l.c bpf_filter.c
HDbpf-ipf.h424 extern u_int bpf_filter(struct bpf_insn *, u_char *, u_int, u_int);
HDbpf_filter.c176 bpf_filter(struct bpf_insn *pc, u_char *p, u_int wirelen, u_int buflen) in bpf_filter() function
/freebsd-head/contrib/libpcap/pcap/
HDbpf.h287 PCAP_API u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
/freebsd-head/sys/netgraph/
HDng_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-head/lib/libpcap/
HDMakefile10 bpf_filter.c \
/freebsd-head/sys/net/
HDbpf.h436 u_int bpf_filter(const struct bpf_insn *, u_char *, u_int, u_int);
HDbpf.c661 slen = bpf_filter(d->bd_wfilter, mtod(m, u_char *), len, len); in bpf_movein()
2339 slen = bpf_filter(d->bd_rfilter, pkt, pktlen, pktlen); in bpf_tap()
2409 slen = bpf_filter(d->bd_rfilter, (u_char *)m, pktlen, 0); in bpf_mtap()
2475 slen = bpf_filter(d->bd_rfilter, (u_char *)&mb, pktlen, 0); in bpf_mtap2()
3213 bpf_filter(const struct bpf_insn *pc, u_char *p, u_int wirelen, u_int buflen) in bpf_filter() function
HDbpf_filter.c174 bpf_filter(const struct bpf_insn *pc, u_char *p, u_int wirelen, u_int buflen) in bpf_filter() function
/freebsd-head/contrib/libpcap/
HDbpf_filter.c534 bpf_filter(const struct bpf_insn *pc, const u_char *p, u_int wirelen, in bpf_filter() function
HDINSTALL.md220 bpf_filter.c - BPF filtering routines
HDMakefile.in95 bpf_image.c bpf_filter.c bpf_dump.c
HDCHANGES6 Finalize moving of bpf_filter.c. (GH #1166)
HDCMakeLists.txt1750 bpf_filter.c
/freebsd-head/sys/dev/cxgbe/tom/
HDt4_tom.c1725 matched = bpf_filter(r->bpf_prog.bf_insns, pkt, pktlen, buflen); in lookup_offload_policy()
/freebsd-head/contrib/netbsd-tests/lib/libbpfjit/
HDt_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-head/share/man/man9/
HDMakefile657 bpf.9 bpf_filter.9 \
/freebsd-head/sys/netpfil/ipfilter/netinet/
HDfil.c2420 if (!bpf_filter(fr->fr_data, mc, wlen, 0)) in ipf_scanlist()
/freebsd-head/sys/conf/
HDfiles4140 net/bpf_filter.c optional bpf | netgraph_bpf