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

/freebsd-10.0-release/tools/regression/bpf/bpf_filter/tests/
H A Dtest0013.h2 * Test 0013: BPF_ST & BPF_LDX+BPF_MEM
10 BPF_STMT(BPF_ST, 7),
H A Dtest0077.h2 * Test 0077: Check boundary conditions (BPF_ST)
10 BPF_STMT(BPF_ST, 0x8fffffff),
/freebsd-10.0-release/contrib/ipfilter/
H A Dpcap-bpf.h605 #define BPF_ST 0x02 macro
679 * Number of scratch memory words (for BPF_LD|BPF_MEM and BPF_ST).
H A Dbpf_filter.c343 case BPF_ST:
527 case BPF_ST:
H A Dbpf-ipf.h353 #define BPF_ST 0x02 macro
444 * Number of scratch memory words (for BPF_LD|BPF_MEM and BPF_ST).
/freebsd-10.0-release/contrib/libpcap/
H A Dbpf_image.c143 case BPF_ST:
H A Dgencode.c2187 s2 = new_stmt(BPF_ST);
2228 s2 = new_stmt(BPF_ST);
2289 s2 = new_stmt(BPF_ST);
2357 s2 = new_stmt(BPF_ST);
2442 s2 = new_stmt(BPF_ST);
2490 s2 = new_stmt(BPF_ST);
2579 s2 = new_stmt(BPF_ST);
5626 s[i] = new_stmt(BPF_ST);
5695 s[i] = new_stmt(BPF_ST);
6876 s = new_stmt(BPF_ST);
[all...]
H A Doptimize.c354 case BPF_ST:
395 case BPF_ST:
687 if (s->s.code == BPF_ST &&
1092 case BPF_ST:
/freebsd-10.0-release/tools/regression/bpf/bpf_filter/
H A Dbpf_test.c169 if (p->code == BPF_ST || p->code == BPF_STX ||
/freebsd-10.0-release/contrib/libpcap/bpf/net/
H A Dbpf_filter.c399 case BPF_ST:
602 case BPF_ST:
/freebsd-10.0-release/sys/net/
H A Dbpf_filter.c372 case BPF_ST:
567 if (p->code == BPF_ST || p->code == BPF_STX ||
H A Dbpf.h1154 #define BPF_ST 0x02 macro
1309 * Number of scratch memory words (for BPF_LD|BPF_MEM and BPF_ST).
/freebsd-10.0-release/contrib/libpcap/pcap/
H A Dbpf.h1221 #define BPF_ST 0x02 macro
1295 * Number of scratch memory words (for BPF_LD|BPF_MEM and BPF_ST).
/freebsd-10.0-release/sys/amd64/amd64/
H A Dbpf_jit_machdep.c124 case BPF_ST:
406 case BPF_ST:
/freebsd-10.0-release/sys/i386/i386/
H A Dbpf_jit_machdep.c124 case BPF_ST:
423 case BPF_ST:

Completed in 217 milliseconds