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

/darwin-on-arm/xnu/bsd/net/
H A Dbpf.h484 extern u_int bpf_filter(const struct bpf_insn *, u_char *, u_int, u_int);
H A Dbpf_filter.c65 * @(#)bpf_filter.c 8.1 (Berkeley) 6/10/93
67 * $FreeBSD: src/sys/net/bpf_filter.c,v 1.17 1999/12/29 04:38:31 peter Exp $
211 bpf_filter(const struct bpf_insn *pc, u_char *p, u_int wirelen, u_int buflen) function
H A Dbpf.c2022 * that bpf_filter and catchpacket will not look at anything
2043 slen = bpf_filter(d->bd_filter, (u_char *)m, pktlen, 0);
/darwin-on-arm/xnu/bsd/conf/
H A DMakefile.template133 bpf_filter.o \
H A Dfiles200 bsd/net/bpf_filter.c optional bpfilter

Completed in 65 milliseconds