Deleted Added
full compact
test0072.h (182393) test0072.h (225736)
1/*-
2 * Test 0072: Check boundary conditions (BPF_LD+BPF_H+BPF_IND)
3 *
1/*-
2 * Test 0072: Check boundary conditions (BPF_LD+BPF_H+BPF_IND)
3 *
4 * $FreeBSD: head/tools/regression/bpf/bpf_filter/tests/test0072.h 182393 2008-08-28 18:38:55Z jkim $
4 * $FreeBSD: stable/9/tools/regression/bpf/bpf_filter/tests/test0072.h 182393 2008-08-28 18:38:55Z jkim $
5 */
6
7/* BPF program */
8struct bpf_insn pc[] = {
9 BPF_STMT(BPF_LD+BPF_IMM, 0xdeadc0de),
10 BPF_STMT(BPF_LDX+BPF_IMM, 0),
11 BPF_STMT(BPF_LD+BPF_H+BPF_IND, 0),
12 BPF_STMT(BPF_RET+BPF_A, 0),

--- 21 unchanged lines hidden ---
5 */
6
7/* BPF program */
8struct bpf_insn pc[] = {
9 BPF_STMT(BPF_LD+BPF_IMM, 0xdeadc0de),
10 BPF_STMT(BPF_LDX+BPF_IMM, 0),
11 BPF_STMT(BPF_LD+BPF_H+BPF_IND, 0),
12 BPF_STMT(BPF_RET+BPF_A, 0),

--- 21 unchanged lines hidden ---