Searched refs:bpf_int32 (Results 1 – 12 of 12) sorted by relevance
/external/libpcap/ |
D | gencode.c | 221 static struct block *gen_cmp(enum e_offrel, u_int, u_int, bpf_int32); 222 static struct block *gen_cmp_gt(enum e_offrel, u_int, u_int, bpf_int32); 223 static struct block *gen_cmp_ge(enum e_offrel, u_int, u_int, bpf_int32); 224 static struct block *gen_cmp_lt(enum e_offrel, u_int, u_int, bpf_int32); 225 static struct block *gen_cmp_le(enum e_offrel, u_int, u_int, bpf_int32); 226 static struct block *gen_mcmp(enum e_offrel, u_int, u_int, bpf_int32, 230 bpf_u_int32, bpf_u_int32, int, bpf_int32); 272 static struct block *gen_portatom(int, bpf_int32); 273 static struct block *gen_portrangeatom(int, bpf_int32, bpf_int32); 274 static struct block *gen_portatom6(int, bpf_int32); [all …]
|
D | pcap-int.h | 241 bpf_int32 tv_sec; /* seconds */ 242 bpf_int32 tv_usec; /* microseconds */
|
D | gencode.h | 213 bpf_int32 k; 319 struct block *gen_atmfield_code(int atmfield, bpf_int32 jvalue, bpf_u_int32 jtype, int reverse);
|
D | grammar.y | 657 | relop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 0); } 658 …| irelop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 1);… 665 $$.b = gen_atmfield_code($$.atmfieldtype, (bpf_int32) $1, BPF_JEQ, 0);
|
D | bpf_filter.c | 89 #define int32 bpf_int32 418 pc += (bpf_int32)pc->k;
|
D | pcap1.h | 67 typedef int bpf_int32; typedef
|
D | optimize.c | 525 bpf_int32 const_val; 870 bpf_int32 v = vmap[val].const_val; in opt_peep() 880 bpf_int32 v = vmap[val].const_val; in opt_peep() 1152 bpf_int32 aval, xval; in opt_blk()
|
D | grammar.c | 3560 …{ (yyval.blk).b = gen_atmfield_code((yyvsp[(0) - (2)].blk).atmfieldtype, (bpf_int32)(yyvsp[(2) - (… 3567 …{ (yyval.blk).b = gen_atmfield_code((yyvsp[(0) - (2)].blk).atmfieldtype, (bpf_int32)(yyvsp[(2) - (… 3585 …(yyval.blk).b = gen_atmfield_code((yyval.blk).atmfieldtype, (bpf_int32) (yyvsp[(1) - (1)].i), BPF_…
|
D | pcap-linux.c | 5962 } else if ((bpf_int32)(p->k) > 0) {
|
/external/libpcap/pcap/ |
D | bpf.h | 84 typedef long bpf_int32; typedef 87 typedef int bpf_int32; 98 #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 | 89 #define int32 bpf_int32 418 pc += (bpf_int32)pc->k;
|