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

/freebsd-10.0-release/contrib/ipfilter/
H A Dpcap-bpf.h626 #define BPF_OP(code) ((code) & 0xf0) macro
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-10.0-release/contrib/libpcap/
H A Dbpf_image.c295 if (BPF_CLASS(p->code) == BPF_JMP && BPF_OP(p->code) != BPF_JA) {
H A Doptimize.c590 switch (BPF_OP(s->code)) {
881 switch (BPF_OP(b->s.code)) {
985 op = BPF_OP(s->code);
1020 op = BPF_OP(s->code);
/freebsd-10.0-release/contrib/libpcap/bpf/net/
H A Dbpf_filter.c608 switch (BPF_OP(p->code)) {
657 switch (BPF_OP(p->code)) {
/freebsd-10.0-release/contrib/libpcap/pcap/
H A Dbpf.h1242 #define BPF_OP(code) ((code) & 0xf0) macro
/freebsd-10.0-release/sys/net/
H A Dbpf.h1175 #define BPF_OP(code) ((code) & 0xf0) macro

Completed in 136 milliseconds