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

/freebsd-10.0-release/tools/regression/bpf/bpf_filter/tests/
H A Dtest0017.h2 * Test 0017: BPF_JMP+BPF_JGE+BPF_K
10 BPF_JUMP(BPF_JMP+BPF_JGE+BPF_K, 0x01234568, 2, 0),
11 BPF_JUMP(BPF_JMP+BPF_JGE+BPF_K, 0x01234567, 2, 1),
14 BPF_JUMP(BPF_JMP+BPF_JGE+BPF_K, 0x01234566, 0, 1),
H A Dtest0021.h2 * Test 0021: BPF_JMP+BPF_JGE+BPF_X
11 BPF_JUMP(BPF_JMP+BPF_JGE+BPF_X, 0, 3, 0),
13 BPF_JUMP(BPF_JMP+BPF_JGE+BPF_X, 0, 2, 1),
17 BPF_JUMP(BPF_JMP+BPF_JGE+BPF_X, 0, 0, 1),
/freebsd-10.0-release/contrib/libpcap/
H A Dbpf_image.c164 case BPF_JMP|BPF_JGE|BPF_K:
184 case BPF_JMP|BPF_JGE|BPF_X:
H A Dgrammar.y604 | GEQ { $$ = BPF_JGE; }
608 | '<' { $$ = BPF_JGE; }
H A Dgencode.c668 return gen_ncmp(offrel, offset, size, 0xffffffff, BPF_JGE, 0, v);
677 return gen_ncmp(offrel, offset, size, 0xffffffff, BPF_JGE, 1, v);
765 if (reverse && (jtype == BPF_JGT || jtype == BPF_JGE))
7079 return gen_len(BPF_JGE, n);
H A Doptimize.c891 case BPF_JGE:
/freebsd-10.0-release/contrib/ipfilter/
H A Dbpf_filter.c359 case BPF_JMP|BPF_JGE|BPF_K:
375 case BPF_JMP|BPF_JGE|BPF_X:
577 case BPF_JGE:
H A Dpcap-bpf.h639 #define BPF_JGE 0x30 macro
H A Dbpf-ipf.h387 #define BPF_JGE 0x30 macro
/freebsd-10.0-release/contrib/libpcap/bpf/net/
H A Dbpf_filter.c426 case BPF_JMP|BPF_JGE|BPF_K:
442 case BPF_JMP|BPF_JGE|BPF_X:
668 case BPF_JGE:
/freebsd-10.0-release/sys/amd64/amd64/
H A Dbpf_jit_machdep.c134 case BPF_JMP|BPF_JGE|BPF_K:
138 case BPF_JMP|BPF_JGE|BPF_X:
434 case BPF_JMP|BPF_JGE|BPF_K:
470 case BPF_JMP|BPF_JGE|BPF_X:
/freebsd-10.0-release/sys/i386/i386/
H A Dbpf_jit_machdep.c130 case BPF_JMP|BPF_JGE|BPF_K:
134 case BPF_JMP|BPF_JGE|BPF_X:
455 case BPF_JMP|BPF_JGE|BPF_K:
491 case BPF_JMP|BPF_JGE|BPF_X:
/freebsd-10.0-release/sys/net/
H A Dbpf_filter.c388 case BPF_JMP|BPF_JGE|BPF_K:
404 case BPF_JMP|BPF_JGE|BPF_X:
H A Dbpf.h1188 #define BPF_JGE 0x30 macro
/freebsd-10.0-release/contrib/libpcap/pcap/
H A Dbpf.h1255 #define BPF_JGE 0x30 macro

Completed in 241 milliseconds