/external/libpcap/ |
gencode.c | 249 static struct block *gen_cmp(enum e_offrel, u_int, u_int, bpf_int32); 250 static struct block *gen_cmp_gt(enum e_offrel, u_int, u_int, bpf_int32); 251 static struct block *gen_cmp_ge(enum e_offrel, u_int, u_int, bpf_int32); 252 static struct block *gen_cmp_lt(enum e_offrel, u_int, u_int, bpf_int32); 253 static struct block *gen_cmp_le(enum e_offrel, u_int, u_int, bpf_int32); 254 static struct block *gen_mcmp(enum e_offrel, u_int, u_int, bpf_int32, 258 bpf_u_int32, bpf_u_int32, int, bpf_int32); 298 static struct block *gen_portatom(int, bpf_int32); 299 static struct block *gen_portrangeatom(int, bpf_int32, bpf_int32); [all...] |
gencode.h | 211 bpf_int32 k; 326 struct block *gen_atmfield_code(int atmfield, bpf_int32 jvalue, bpf_u_int32 jtype, int reverse);
|
pcap-int.h | 272 bpf_int32 tv_sec; /* seconds */ 273 bpf_int32 tv_usec; /* microseconds */
|
grammar.y | 700 | relop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 0); } 701 | irelop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 1); } 708 $$.b = gen_atmfield_code($$.atmfieldtype, (bpf_int32) $1, BPF_JEQ, 0);
|
grammar.c | [all...] |
optimize.c | 521 bpf_int32 const_val; 876 bpf_int32 v = vmap[val].const_val; 886 bpf_int32 v = vmap[val].const_val; 1162 bpf_int32 aval, xval; [all...] |
pcap-linux.c | [all...] |
/external/libpcap/pcap/ |
bpf.h | 83 typedef long bpf_int32; typedef 86 typedef int bpf_int32; typedef 97 #define BPF_ALIGNMENT sizeof(bpf_int32) [all...] |
pcap.h | 75 typedef int bpf_int32; typedef 126 bpf_int32 thiszone; /* gmt to local correction */
|
/external/libpcap/bpf/net/ |
bpf_filter.c | 84 #define int32 bpf_int32 459 pc += (bpf_int32)pc->k;
|