Home
last modified time | relevance | path

Searched refs:BPF_OP (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/libpcap/
H A Dbpf_filter.c451 switch (BPF_OP(p->code)) { in pcapint_validate_filter()
503 switch (BPF_OP(p->code)) { in pcapint_validate_filter()
H A Dbpf_image.c414 if (BPF_CLASS(p->code) == BPF_JMP && BPF_OP(p->code) != BPF_JA) { in bpf_image()
H A Doptimize.c787 switch (BPF_OP(s->code)) { in fold_op()
1144 switch (BPF_OP(b->s.code)) { in opt_peep()
1275 op = BPF_OP(s->code); in opt_stmt()
1326 op = BPF_OP(s->code); in opt_stmt()
/freebsd/contrib/libpcap/pcap/
H A Dbpf.h176 #define BPF_OP(code) ((code) & 0xf0)
/freebsd/sbin/ipf/ipf/
H A Dbpf_filter.c515 switch (BPF_OP(p->code)) { in bpf_validate()
552 switch (BPF_OP(p->code)) { in bpf_validate()
H A Dbpf-ipf.h369 #define BPF_OP(code) ((code) & 0xf0) macro
/freebsd/sys/amd64/amd64/
H A Dbpf_jit_machdep.c510 if (BPF_OP(ins->code) == BPF_MOD) in bpf_jit_compile()
558 if (BPF_OP(ins->code) == BPF_MOD) in bpf_jit_compile()
/freebsd/sys/i386/i386/
H A Dbpf_jit_machdep.c540 if (BPF_OP(ins->code) == BPF_MOD) in bpf_jit_compile()
588 if (BPF_OP(ins->code) == BPF_MOD) in bpf_jit_compile()
/freebsd/sys/net/
H A Dbpf.h278 #define BPF_OP(code) ((code) & 0xf0) macro