Searched refs:bpf_insn (Results 76 - 100 of 118) sorted by relevance

12345

/freebsd-10.0-release/tools/regression/bpf/bpf_filter/tests/
H A Dtest0082.h8 struct bpf_insn pc[] = {
H A Dtest0016.h8 struct bpf_insn pc[] = {
H A Dtest0017.h8 struct bpf_insn pc[] = {
H A Dtest0018.h8 struct bpf_insn pc[] = {
H A Dtest0019.h8 struct bpf_insn pc[] = {
H A Dtest0020.h8 struct bpf_insn pc[] = {
H A Dtest0021.h8 struct bpf_insn pc[] = {
H A Dtest0022.h8 struct bpf_insn pc[] = {
H A Dtest0023.h8 struct bpf_insn pc[] = {
H A Dtest0080.h8 struct bpf_insn pc[] = {
/freebsd-10.0-release/contrib/ipfilter/
H A Dpcap-bpf.h93 struct bpf_insn *bf_insns;
657 struct bpf_insn { struct
671 extern int bpf_validate(struct bpf_insn *, int);
672 extern u_int bpf_filter(struct bpf_insn *, u_char *, u_int, u_int);
H A Dbpf-ipf.h77 struct bpf_insn *bf_insns;
405 struct bpf_insn { struct
436 extern int bpf_validate(struct bpf_insn *, int);
437 extern u_int bpf_filter(struct bpf_insn *, u_char *, u_int, u_int);
H A Dbpf_filter.c189 register struct bpf_insn *pc;
482 struct bpf_insn *f;
486 const struct bpf_insn *p;
/freebsd-10.0-release/contrib/libpcap/
H A Dbpf_dump.c36 const struct bpf_insn *insn;
/freebsd-10.0-release/contrib/tcpdump/
H A Dbpf_dump.c40 struct bpf_insn *insn;
/freebsd-10.0-release/sys/net/
H A Dbpf_jitter.c53 bpf_filter_func bpf_jit_compile(struct bpf_insn *, u_int, size_t *);
67 bpf_jitter(struct bpf_insn *fp, int nins)
H A Dbpfdesc.h74 struct bpf_insn *bd_rfilter; /* read filter code */
75 struct bpf_insn *bd_wfilter; /* write filter code */
H A Dbpf.h67 struct bpf_insn *bf_insns;
1206 struct bpf_insn { struct
1270 int bpf_validate(const struct bpf_insn *, int);
1279 u_int bpf_filter(const struct bpf_insn *, u_char *, u_int, u_int);
/freebsd-10.0-release/libexec/rbootd/
H A Dbpf.c180 static struct bpf_insn bpf_insn[] = { local
192 sizeof(bpf_insn)/sizeof(bpf_insn[0]), bpf_insn
/freebsd-10.0-release/tools/regression/bpf/bpf_filter/
H A Dbpf_test.c93 u_int bpf_filter(const struct bpf_insn *, u_char *, u_int, u_int);
131 bpf_validate(const struct bpf_insn *f, int len)
134 register const struct bpf_insn *p;
/freebsd-10.0-release/contrib/libpcap/pcap/
H A Dbpf.h109 struct bpf_insn *bf_insns;
1273 struct bpf_insn { struct
1287 extern int bpf_validate(const struct bpf_insn *, int);
1288 extern u_int bpf_filter(struct bpf_insn *, u_char *, u_int, u_int);
H A Dpcap.h412 u_int bpf_filter(struct bpf_insn *, u_char *, u_int, u_int);
414 int bpf_validate(const struct bpf_insn *f, int len);
415 char *bpf_image(struct bpf_insn *, int);
/freebsd-10.0-release/contrib/ipfilter/ipsd/
H A Dsbpf.c55 struct bpf_insn filter[] = {
201 prog.bf_len = sizeof(filter) / sizeof(struct bpf_insn);
/freebsd-10.0-release/sbin/dhclient/
H A Dbpf.c98 struct bpf_insn dhcp_bpf_wfilter[] = {
132 int dhcp_bpf_wfilter_len = sizeof(dhcp_bpf_wfilter) / sizeof(struct bpf_insn);
187 struct bpf_insn dhcp_bpf_filter[] = {
214 int dhcp_bpf_filter_len = sizeof(dhcp_bpf_filter) / sizeof(struct bpf_insn);
/freebsd-10.0-release/contrib/libpcap/bpf/net/
H A Dbpf_filter.c212 register struct bpf_insn *pc;
548 const struct bpf_insn *f;
552 const struct bpf_insn *p;

Completed in 211 milliseconds

12345