Home
last modified time | relevance | path

Searched refs:bpf_int32 (Results 1 – 11 of 11) sorted by relevance

/external/libpcap/
Dgencode.c468 u_int, bpf_int32);
470 u_int, bpf_int32);
472 u_int, bpf_int32);
474 u_int, bpf_int32);
476 u_int, bpf_int32);
478 u_int, bpf_int32, bpf_u_int32);
482 bpf_u_int32, bpf_u_int32, bpf_u_int32, int, bpf_int32);
529 static struct block *gen_portatom(compiler_state_t *, int, bpf_int32);
530 static struct block *gen_portrangeatom(compiler_state_t *, int, bpf_int32,
531 bpf_int32);
[all …]
Dpcap-int.h292 bpf_int32 tv_sec; /* seconds */
293 bpf_int32 tv_usec; /* microseconds */
Dgencode.h211 bpf_int32 k;
334 struct block *gen_atmfield_code(compiler_state_t *, int, bpf_int32,
Dgrammar.y715 …| relop NUM { $$.b = gen_atmfield_code(cstate, $<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)…
716 …| irelop NUM { $$.b = gen_atmfield_code(cstate, $<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32…
723 $$.b = gen_atmfield_code(cstate, $$.atmfieldtype, (bpf_int32) $1, BPF_JEQ, 0);
Dbpf_filter.c84 #define int32 bpf_int32
461 pc += (bpf_int32)pc->k;
Doptimize.c127 bpf_int32 const_val;
898 bpf_int32 v = opt_state->vmap[val].const_val; in opt_peep()
908 bpf_int32 v = opt_state->vmap[val].const_val; in opt_peep()
1186 bpf_int32 aval, xval; in opt_blk()
Dgrammar.c3260 …{ (yyval.blk).b = gen_atmfield_code(cstate, (yyvsp[-2].blk).atmfieldtype, (bpf_int32)(yyvsp[0].i),… in yyparse()
3266 …{ (yyval.blk).b = gen_atmfield_code(cstate, (yyvsp[-2].blk).atmfieldtype, (bpf_int32)(yyvsp[0].i),… in yyparse()
3282 …(yyval.blk).b = gen_atmfield_code(cstate, (yyval.blk).atmfieldtype, (bpf_int32) (yyvsp[0].i), BPF_… in yyparse()
Dpcap-linux.c6727 } else if ((bpf_int32)(p->k) > 0) {
/external/libpcap/pcap/
Dbpf.h85 typedef long bpf_int32; typedef
88 typedef int bpf_int32;
99 #define BPF_ALIGNMENT sizeof(bpf_int32)
Dpcap.h77 typedef int bpf_int32; typedef
128 bpf_int32 thiszone; /* gmt to local correction */
/external/libpcap/bpf/net/
Dbpf_filter.c84 #define int32 bpf_int32
461 pc += (bpf_int32)pc->k;