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

/xnu-2422.115.4/bsd/net/
H A Dbpf.h1290 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.c2131 * that bpf_filter and catchpacket will not look at anything
2152 slen = bpf_filter(d->bd_filter, (u_char *)m, pktlen, 0);
/xnu-2422.115.4/bsd/conf/
H A Dfiles226 bsd/net/bpf_filter.c optional bpfilter

Completed in 31 milliseconds