| /freebsd-head/contrib/libpcap/msdos/ |
| HD | 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
|
| HD | makefile.dj | 25 SOURCES = grammar.c scanner.c bpf_filter.c bpf_image.c bpf_dump.c \
|
| /freebsd-head/tools/regression/bpf/bpf_filter/ |
| HD | 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()
|
| HD | Makefile | 48 SRCS+= ${SYSDIR}/net/bpf_filter.c
|
| /freebsd-head/tools/regression/bpf/ |
| HD | Makefile | 1 SUBDIR= bpf_filter
|
| /freebsd-head/sys/modules/netgraph/bpf/ |
| HD | Makefile | 6 SRCS= opt_bpf.h ng_bpf.c bpf_filter.c
|
| /freebsd-head/sbin/ipf/ipf/ |
| HD | Makefile | 3 SRCS= ${GENHDRS} ipf.c ipfcomp.c ipf_y.c ipf_l.c bpf_filter.c
|
| HD | bpf-ipf.h | 424 extern u_int bpf_filter(struct bpf_insn *, u_char *, u_int, u_int);
|
| HD | bpf_filter.c | 176 bpf_filter(struct bpf_insn *pc, u_char *p, u_int wirelen, u_int buflen) in bpf_filter() function
|
| /freebsd-head/contrib/libpcap/pcap/ |
| HD | bpf.h | 287 PCAP_API u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
|
| /freebsd-head/sys/netgraph/ |
| HD | 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-head/lib/libpcap/ |
| HD | Makefile | 10 bpf_filter.c \
|
| /freebsd-head/sys/net/ |
| HD | bpf.h | 436 u_int bpf_filter(const struct bpf_insn *, u_char *, u_int, u_int);
|
| HD | bpf.c | 661 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
|
| HD | 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-head/contrib/libpcap/ |
| HD | bpf_filter.c | 534 bpf_filter(const struct bpf_insn *pc, const u_char *p, u_int wirelen, in bpf_filter() function
|
| HD | INSTALL.md | 220 bpf_filter.c - BPF filtering routines
|
| HD | Makefile.in | 95 bpf_image.c bpf_filter.c bpf_dump.c
|
| HD | CHANGES | 6 Finalize moving of bpf_filter.c. (GH #1166)
|
| HD | CMakeLists.txt | 1750 bpf_filter.c
|
| /freebsd-head/sys/dev/cxgbe/tom/ |
| HD | t4_tom.c | 1725 matched = bpf_filter(r->bpf_prog.bf_insns, pkt, pktlen, buflen); in lookup_offload_policy()
|
| /freebsd-head/contrib/netbsd-tests/lib/libbpfjit/ |
| HD | 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-head/share/man/man9/ |
| HD | Makefile | 657 bpf.9 bpf_filter.9 \
|
| /freebsd-head/sys/netpfil/ipfilter/netinet/ |
| HD | fil.c | 2420 if (!bpf_filter(fr->fr_data, mc, wlen, 0)) in ipf_scanlist()
|
| /freebsd-head/sys/conf/ |
| HD | files | 4140 net/bpf_filter.c optional bpf | netgraph_bpf
|