Searched refs:BPF_ADD (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/tools/regression/bpf/bpf_filter/tests/
H A Dtest0024.h2 * Test 0024: BPF_ALU+BPF_ADD+BPF_X
11 BPF_STMT(BPF_ALU+BPF_ADD+BPF_X, 0),
H A Dtest0032.h2 * Test 0032: BPF_ALU+BPF_ADD+BPF_K
10 BPF_STMT(BPF_ALU+BPF_ADD+BPF_K, 0x20000801),
/freebsd-10.0-release/contrib/libpcap/
H A Dbpf_image.c199 case BPF_ALU|BPF_ADD|BPF_X:
239 case BPF_ALU|BPF_ADD|BPF_K:
H A Doptimize.c591 case BPF_ADD:
729 if (add == 0 || add->s.code != (BPF_ALU|BPF_ADD|BPF_X))
977 case BPF_ALU|BPF_ADD|BPF_K:
991 if (op == BPF_ADD ||
1012 case BPF_ALU|BPF_ADD|BPF_X:
1044 if (op == BPF_ADD || op == BPF_OR) {
H A Dgencode.c1673 sappend(s, new_stmt(BPF_ALU|BPF_ADD|BPF_X));
2439 s2 = new_stmt(BPF_ALU|BPF_ADD|BPF_K);
2487 s2 = new_stmt(BPF_ALU|BPF_ADD|BPF_IMM);
2573 s2 = new_stmt(BPF_ALU|BPF_ADD|BPF_IMM);
5634 s[i] = new_stmt(BPF_ALU|BPF_ADD|BPF_K);
5642 s[i] = new_stmt(BPF_ALU|BPF_ADD|BPF_X);
5664 s[i] = new_stmt(BPF_ALU|BPF_ADD|BPF_K);
5702 s[i] = new_stmt(BPF_ALU|BPF_ADD|BPF_K);
5713 s[i] = new_stmt(BPF_ALU|BPF_ADD|BPF_K);
5735 s[i] = new_stmt(BPF_ALU|BPF_ADD|BPF_
[all...]
H A Dgrammar.y616 | arth '+' arth { $$ = gen_arth(BPF_ADD, $1, $3); }
/freebsd-10.0-release/contrib/ipfilter/
H A Dbpf_filter.c387 case BPF_ALU|BPF_ADD|BPF_X:
421 case BPF_ALU|BPF_ADD|BPF_K:
534 case BPF_ADD:
H A Dpcap-bpf.h627 #define BPF_ADD 0x00 macro
H A Dbpf-ipf.h375 #define BPF_ADD 0x00 macro
/freebsd-10.0-release/contrib/libpcap/bpf/net/
H A Dbpf_filter.c454 case BPF_ALU|BPF_ADD|BPF_X:
488 case BPF_ALU|BPF_ADD|BPF_K:
609 case BPF_ADD:
/freebsd-10.0-release/sys/net/
H A Dbpf_filter.c416 case BPF_ALU|BPF_ADD|BPF_X:
450 case BPF_ALU|BPF_ADD|BPF_K:
H A Dbpf.h1176 #define BPF_ADD 0x00 macro
/freebsd-10.0-release/contrib/libpcap/pcap/
H A Dbpf.h1243 #define BPF_ADD 0x00 macro
/freebsd-10.0-release/sys/amd64/amd64/
H A Dbpf_jit_machdep.c497 case BPF_ALU|BPF_ADD|BPF_X:
546 case BPF_ALU|BPF_ADD|BPF_K:
/freebsd-10.0-release/sys/i386/i386/
H A Dbpf_jit_machdep.c518 case BPF_ALU|BPF_ADD|BPF_X:
575 case BPF_ALU|BPF_ADD|BPF_K:

Completed in 205 milliseconds