Searched refs:bpf_int32 (Results 1 – 11 of 11) sorted by relevance
/external/libpcap/ |
D | gencode.c | 468 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 …]
|
D | pcap-int.h | 292 bpf_int32 tv_sec; /* seconds */ 293 bpf_int32 tv_usec; /* microseconds */
|
D | gencode.h | 211 bpf_int32 k; 334 struct block *gen_atmfield_code(compiler_state_t *, int, bpf_int32,
|
D | grammar.y | 715 …| 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);
|
D | bpf_filter.c | 84 #define int32 bpf_int32 461 pc += (bpf_int32)pc->k;
|
D | optimize.c | 127 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()
|
D | grammar.c | 3260 …{ (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()
|
D | pcap-linux.c | 6727 } else if ((bpf_int32)(p->k) > 0) {
|
/external/libpcap/pcap/ |
D | bpf.h | 85 typedef long bpf_int32; typedef 88 typedef int bpf_int32; 99 #define BPF_ALIGNMENT sizeof(bpf_int32)
|
D | pcap.h | 77 typedef int bpf_int32; typedef 128 bpf_int32 thiszone; /* gmt to local correction */
|
/external/libpcap/bpf/net/ |
D | bpf_filter.c | 84 #define int32 bpf_int32 461 pc += (bpf_int32)pc->k;
|