Searched refs:bpf_int32 (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dgencode.c223 static struct block *gen_cmp(enum e_offrel, u_int, u_int, bpf_int32);
224 static struct block *gen_cmp_gt(enum e_offrel, u_int, u_int, bpf_int32);
225 static struct block *gen_cmp_ge(enum e_offrel, u_int, u_int, bpf_int32);
226 static struct block *gen_cmp_lt(enum e_offrel, u_int, u_int, bpf_int32);
227 static struct block *gen_cmp_le(enum e_offrel, u_int, u_int, bpf_int32);
228 static struct block *gen_mcmp(enum e_offrel, u_int, u_int, bpf_int32,
232 bpf_u_int32, bpf_u_int32, int, bpf_int32);
274 static struct block *gen_portatom(int, bpf_int32);
275 static struct block *gen_portrangeatom(int, bpf_int32, bpf_int32);
[all...]
H A Dgencode.h202 bpf_int32 k;
308 struct block *gen_atmfield_code(int atmfield, bpf_int32 jvalue, bpf_u_int32 jtype, int reverse);
H A Dpcap-int.h353 bpf_int32 tv_sec; /* seconds */
354 bpf_int32 tv_usec; /* microseconds */
H A Dgrammar.y655 | relop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 0); }
656 | irelop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 1); }
663 $$.b = gen_atmfield_code($$.atmfieldtype, (bpf_int32) $1, BPF_JEQ, 0);
H A Doptimize.c525 bpf_int32 const_val;
870 bpf_int32 v = vmap[val].const_val;
880 bpf_int32 v = vmap[val].const_val;
1152 bpf_int32 aval, xval;
H A Dpcap-linux.c5363 } else if ((bpf_int32)(p->k) > 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/pcap/
H A Dbpf.h84 typedef long bpf_int32; typedef
87 typedef int bpf_int32; typedef
98 #define BPF_ALIGNMENT sizeof(bpf_int32)
H A Dpcap.h77 typedef int bpf_int32; typedef
128 bpf_int32 thiszone; /* gmt to local correction */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/bpf/net/
H A Dbpf_filter.c89 #define int32 bpf_int32
418 pc += (bpf_int32)pc->k;

Completed in 115 milliseconds