/freebsd-src/contrib/libpcap/msdos/ |
H A D | makefile.wc | 28 $(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 D | makefile.dj | 25 SOURCES = grammar.c scanner.c bpf_filter.c bpf_image.c bpf_dump.c \
|
/freebsd-src/tools/regression/bpf/bpf_filter/ |
H A D | bpf_test.c | 91 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 D | Makefile | 48 SRCS+= ${SYSDIR}/net/bpf_filter.c
|
/freebsd-src/tools/regression/bpf/ |
H A D | Makefile | 1 SUBDIR= bpf_filter
|
/freebsd-src/sys/modules/netgraph/bpf/ |
H A D | Makefile | 6 SRCS= opt_bpf.h ng_bpf.c bpf_filter.c
|
/freebsd-src/sbin/ipf/ipf/ |
H A D | Makefile | 3 SRCS= ${GENHDRS} ipf.c ipfcomp.c ipf_y.c ipf_l.c bpf_filter.c
|
H A D | bpf-ipf.h | 424 extern u_int bpf_filter(struct bpf_insn *, u_char *, u_int, u_int);
|
H A D | bpf_filter.c | 176 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 D | bpf.h | 287 PCAP_API u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
|
/freebsd-src/sys/netgraph/ |
H A D | ng_bpf.c | 471 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 D | Makefile | 10 bpf_filter.c \
|
/freebsd-src/sys/net/ |
H A D | bpf.h | 434 u_int bpf_filter(const struct bpf_insn *, u_char *, u_int, u_int);
|
H A D | bpf.c | 661 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 D | bpf_filter.c | 174 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 D | bpf_filter.c | 534 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 D | INSTALL.md | 220 bpf_filter.c - BPF filtering routines
|
H A D | Makefile.in | 95 bpf_image.c bpf_filter.c bpf_dump.c
|
H A D | CMakeLists.txt | 1750 bpf_filter.c
|
/freebsd-src/sys/dev/cxgbe/tom/ |
H A D | t4_tom.c | 1725 matched = bpf_filter(r->bpf_prog.bf_insns, pkt, pktlen, buflen); in lookup_offload_policy()
|
/freebsd-src/contrib/netbsd-tests/lib/libbpfjit/ |
H A D | t_bpfjit.c | 2962 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 D | Makefile | 658 bpf.9 bpf_filter.9 \
|
/freebsd-src/sys/netpfil/ipfilter/netinet/ |
H A D | fil.c | 2420 if (!bpf_filter(fr->fr_data, mc, wlen, 0)) in ipf_scanlist()
|
/freebsd-src/sys/conf/ |
H A D | files | 4132 net/bpf_filter.c optional bpf | netgraph_bpf
|