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

/freebsd-13-stable/contrib/libpcap/pcap/
H A Dbpf.h152 #define BPF_OP(code) ((code) & 0xf0) macro
/freebsd-13-stable/contrib/libpcap/
H A Dbpf_filter.c471 switch (BPF_OP(p->code)) {
523 switch (BPF_OP(p->code)) {
H A Dbpf_image.c322 if (BPF_CLASS(p->code) == BPF_JMP && BPF_OP(p->code) != BPF_JA) {
H A Doptimize.c732 switch (BPF_OP(s->code)) {
1057 switch (BPF_OP(b->s.code)) {
1179 op = BPF_OP(s->code);
1230 op = BPF_OP(s->code);
/freebsd-13-stable/contrib/ipfilter/
H A Dbpf_filter.c533 switch (BPF_OP(p->code)) {
570 switch (BPF_OP(p->code)) {
H A Dbpf-ipf.h374 #define BPF_OP(code) ((code) & 0xf0) macro
/freebsd-13-stable/sys/i386/i386/
H A Dbpf_jit_machdep.c542 if (BPF_OP(ins->code) == BPF_MOD)
590 if (BPF_OP(ins->code) == BPF_MOD)
/freebsd-13-stable/sys/amd64/amd64/
H A Dbpf_jit_machdep.c512 if (BPF_OP(ins->code) == BPF_MOD)
560 if (BPF_OP(ins->code) == BPF_MOD)
/freebsd-13-stable/sys/net/
H A Dbpf.h281 #define BPF_OP(code) ((code) & 0xf0) macro

Completed in 189 milliseconds