Searched refs:bpf_int32 (Results 1 – 11 of 11) sorted by relevance
/external/libpcap/ |
D | gencode.c | 459 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 …]
|
D | pcap-int.h | 311 bpf_int32 tv_sec; /* seconds */ 312 bpf_int32 tv_usec; /* microseconds */
|
D | gencode.h | 209 bpf_int32 k; 337 struct block *gen_atmfield_code(compiler_state_t *, int, bpf_int32,
|
D | bpf_filter.c | 58 #define int32 bpf_int32 259 pc += (bpf_int32)pc->k; in bpf_filter_with_aux_data()
|
D | grammar.y | 730 …| 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);
|
D | optimize.c | 225 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()
|
D | grammar.c | 3277 …{ (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()
|
D | pcap-linux.c | 6996 } else if ((bpf_int32)(p->k) > 0) {
|
/external/libpcap/pcap/ |
D | bpf.h | 81 typedef long bpf_int32; typedef 84 typedef int bpf_int32; 95 #define BPF_ALIGNMENT sizeof(bpf_int32)
|
D | pcap.h | 114 typedef int bpf_int32; typedef 165 bpf_int32 thiszone; /* gmt to local correction */
|
/external/scapy/scapy/modules/ |
D | winpcapy.py | 45 bpf_int32 = c_int variable 138 ('thiszone', bpf_int32),
|