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

/freebsd-11-stable/contrib/libpcap/pcap/
H A Dbpf.h152 #define BPF_OP(code) ((code) & 0xf0) macro
/freebsd-11-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-11-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-11-stable/sys/net/
H A Dbpf.h278 #define BPF_OP(code) ((code) & 0xf0) macro

Completed in 155 milliseconds