Home
last modified time | relevance | path

Searched refs:BPF_OR (Results 1 – 8 of 8) sorted by relevance

/external/libpcap/
Dbpf_image.c210 case BPF_ALU|BPF_OR|BPF_X:
250 case BPF_ALU|BPF_OR|BPF_K:
Dpcap-bpf.h778 #define BPF_OR 0x40 macro
Doptimize.c655 case BPF_OR:
1019 case BPF_ALU|BPF_OR|BPF_K:
1030 op == BPF_OR) {
1054 case BPF_ALU|BPF_OR|BPF_X:
1081 if (op == BPF_ADD || op == BPF_OR) {
Dgrammar.y426 | arth '|' arth { $$ = gen_arth(BPF_OR, $1, $3); }
Dgrammar.c2483 { (yyval.a) = gen_arth(BPF_OR, (yyvsp[-2].a), (yyvsp[0].a)); }
Dgencode.c1901 s2 = new_stmt(BPF_ALU|BPF_OR|BPF_X);
1973 s2 = new_stmt(BPF_ALU|BPF_OR|BPF_X);
6045 s = new_stmt(BPF_ALU|BPF_OR|BPF_K);
DCHANGES479 - Fix bug where '|' was defined as BPF_AND instead of BPF_OR, reported
/external/libpcap/bpf/net/
Dbpf_filter.c456 case BPF_ALU|BPF_OR|BPF_X:
488 case BPF_ALU|BPF_OR|BPF_K: