Searched refs:bpf_int32 (Results 1 – 11 of 11) sorted by relevance
/external/libpcap/ |
D | gencode.c | 182 static struct block *gen_cmp(enum e_offrel, u_int, u_int, bpf_int32); 183 static struct block *gen_cmp_gt(enum e_offrel, u_int, u_int, bpf_int32); 184 static struct block *gen_cmp_ge(enum e_offrel, u_int, u_int, bpf_int32); 185 static struct block *gen_cmp_lt(enum e_offrel, u_int, u_int, bpf_int32); 186 static struct block *gen_cmp_le(enum e_offrel, u_int, u_int, bpf_int32); 187 static struct block *gen_mcmp(enum e_offrel, u_int, u_int, bpf_int32, 191 bpf_u_int32, bpf_u_int32, int, bpf_int32); 227 static struct block *gen_portatom(int, bpf_int32); 228 static struct block *gen_portrangeatom(int, bpf_int32, bpf_int32); 230 static struct block *gen_portatom6(int, bpf_int32); [all …]
|
D | pcap-bpf.h | 64 typedef long bpf_int32; typedef 67 typedef int bpf_int32; 76 #define BPF_ALIGNMENT sizeof(bpf_int32) 808 bpf_int32 k;
|
D | pcap-int.h | 220 bpf_int32 tv_sec; /* seconds */ 221 bpf_int32 tv_usec; /* microseconds */
|
D | pcap.h | 70 typedef int bpf_int32; typedef 117 bpf_int32 thiszone; /* gmt to local correction */
|
D | gencode.h | 194 bpf_int32 k; 300 struct block *gen_atmfield_code(int atmfield, bpf_int32 jvalue, bpf_u_int32 jtype, int reverse);
|
D | grammar.y | 461 | relop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 0); } 462 …| irelop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 1);… 469 $$.b = gen_atmfield_code($$.atmfieldtype, (bpf_int32) $1, BPF_JEQ, 0);
|
D | wlan_filtering.patch | 269 + (bpf_int32)LLCSAP_IPX); 297 + (bpf_int32)proto); 320 + (bpf_int32)proto);
|
D | pcap1.h | 67 typedef int bpf_int32; typedef
|
D | grammar.c | 2613 …{ (yyval.blk).b = gen_atmfield_code((yyvsp[-2].blk).atmfieldtype, (bpf_int32)(yyvsp[0].i), (bpf_u_… 2618 …{ (yyval.blk).b = gen_atmfield_code((yyvsp[-2].blk).atmfieldtype, (bpf_int32)(yyvsp[0].i), (bpf_u_… 2632 (yyval.blk).b = gen_atmfield_code((yyval.blk).atmfieldtype, (bpf_int32) (yyvsp[0].i), BPF_JEQ, 0);
|
D | optimize.c | 559 bpf_int32 const_val; 914 bpf_int32 v = vmap[val].const_val; 1194 bpf_int32 aval, xval;
|
/external/libpcap/bpf/net/ |
D | bpf_filter.c | 80 #define int32 bpf_int32
|