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

/freebsd-11-stable/contrib/libpcap/pcap/
H A Dbpf.h81 typedef long bpf_int32; typedef
84 typedef int bpf_int32; typedef
95 #define BPF_ALIGNMENT sizeof(bpf_int32)
H A Dpcap.h113 typedef int bpf_int32; typedef
164 bpf_int32 thiszone; /* gmt to local correction */
/freebsd-11-stable/contrib/libpcap/
H A Dgencode.c482 u_int, bpf_int32);
484 u_int, bpf_int32);
486 u_int, bpf_int32);
488 u_int, bpf_int32);
490 u_int, bpf_int32);
492 u_int, bpf_int32, bpf_u_int32);
496 bpf_u_int32, bpf_u_int32, bpf_u_int32, int, bpf_int32);
544 static struct block *gen_portatom(compiler_state_t *, int, bpf_int32);
545 static struct block *gen_portrangeatom(compiler_state_t *, int, bpf_int32,
546 bpf_int32);
[all...]
H A Dpcap-int.h316 bpf_int32 tv_sec; /* seconds */
317 bpf_int32 tv_usec; /* microseconds */
H A Dgencode.h207 bpf_int32 k;
335 struct block *gen_atmfield_code(compiler_state_t *, int, bpf_int32,
H A Dbpf_filter.c58 #define int32 bpf_int32
259 pc += (bpf_int32)pc->k;
H A Dgrammar.y746 | relop NUM { CHECK_PTR_VAL(($$.b = gen_atmfield_code(cstate, $<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 0))); }
747 | irelop NUM { CHECK_PTR_VAL(($$.b = gen_atmfield_code(cstate, $<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 1))); }
754 CHECK_PTR_VAL(($$.b = gen_atmfield_code(cstate, $$.atmfieldtype, (bpf_int32) $1, BPF_JEQ, 0)));
H A Doptimize.c226 bpf_int32 const_val;
1046 bpf_int32 v = opt_state->vmap[val].const_val;
1056 bpf_int32 v = opt_state->vmap[val].const_val;
1372 bpf_int32 aval, xval;
H A Dpcap-linux.c7310 } else if ((bpf_int32)(p->k) > 0) {
7342 } else if ((bpf_int32)(p->k) > 0) {
/freebsd-11-stable/contrib/ipfilter/
H A Dbpf-ipf.h54 typedef int bpf_int32; typedef
62 #define BPF_ALIGNMENT sizeof(bpf_int32)
409 bpf_int32 k;
H A Dbpf_filter.c71 #define int32 bpf_int32
/freebsd-11-stable/contrib/pf/pflogd/
H A Dpflogd.c492 sh.ts.tv_sec = (bpf_int32)h->ts.tv_sec;
493 sh.ts.tv_usec = (bpf_int32)h->ts.tv_usec;
613 sh.ts.tv_sec = (bpf_int32)h->ts.tv_sec;
614 sh.ts.tv_usec = (bpf_int32)h->ts.tv_usec;
/freebsd-11-stable/sys/net/
H A Dbpf.h46 typedef int32_t bpf_int32; typedef

Completed in 141 milliseconds