Home
last modified time | relevance | path

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

/external/libpcap/
Dgencode.c459 u_int, bpf_int32);
461 u_int, bpf_int32);
463 u_int, bpf_int32);
465 u_int, bpf_int32);
467 u_int, bpf_int32);
469 u_int, bpf_int32, bpf_u_int32);
473 bpf_u_int32, bpf_u_int32, bpf_u_int32, int, bpf_int32);
521 static struct block *gen_portatom(compiler_state_t *, int, bpf_int32);
522 static struct block *gen_portrangeatom(compiler_state_t *, int, bpf_int32,
523 bpf_int32);
[all …]
Dpcap-int.h311 bpf_int32 tv_sec; /* seconds */
312 bpf_int32 tv_usec; /* microseconds */
Dgencode.h209 bpf_int32 k;
337 struct block *gen_atmfield_code(compiler_state_t *, int, bpf_int32,
Dbpf_filter.c58 #define int32 bpf_int32
259 pc += (bpf_int32)pc->k; in bpf_filter_with_aux_data()
Dgrammar.y730 …| relop NUM { $$.b = gen_atmfield_code(cstate, $<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)…
731 …| irelop NUM { $$.b = gen_atmfield_code(cstate, $<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32…
738 $$.b = gen_atmfield_code(cstate, $$.atmfieldtype, (bpf_int32) $1, BPF_JEQ, 0);
Doptimize.c225 bpf_int32 const_val;
996 bpf_int32 v = opt_state->vmap[val].const_val; in opt_peep()
1006 bpf_int32 v = opt_state->vmap[val].const_val; in opt_peep()
1284 bpf_int32 aval, xval; in opt_blk()
Dgrammar.c3277 …{ (yyval.blk).b = gen_atmfield_code(cstate, (yyvsp[-2].blk).atmfieldtype, (bpf_int32)(yyvsp[0].i),… in yyparse()
3283 …{ (yyval.blk).b = gen_atmfield_code(cstate, (yyvsp[-2].blk).atmfieldtype, (bpf_int32)(yyvsp[0].i),… in yyparse()
3299 …(yyval.blk).b = gen_atmfield_code(cstate, (yyval.blk).atmfieldtype, (bpf_int32) (yyvsp[0].i), BPF_… in yyparse()
Dpcap-linux.c6996 } else if ((bpf_int32)(p->k) > 0) {
/external/libpcap/pcap/
Dbpf.h81 typedef long bpf_int32; typedef
84 typedef int bpf_int32;
95 #define BPF_ALIGNMENT sizeof(bpf_int32)
Dpcap.h114 typedef int bpf_int32; typedef
165 bpf_int32 thiszone; /* gmt to local correction */
/external/scapy/scapy/modules/
Dwinpcapy.py45 bpf_int32 = c_int variable
138 ('thiszone', bpf_int32),