Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/pcap/
H A Dbpf.h107 typedef long bpf_int32;
110 typedef int bpf_int32;
121 #define BPF_ALIGNMENT sizeof(bpf_int32)
H A Dpcap.h159 typedef int bpf_int32; typedef
211 bpf_int32 thiszone; /* not used - SHOULD be filled with 0 */
/freebsd/sbin/ipf/ipf/
H A Dbpf-ipf.h49 typedef int bpf_int32; typedef
57 #define BPF_ALIGNMENT sizeof(bpf_int32)
404 bpf_int32 k;
H A Dbpf_filter.c63 #define int32 bpf_int32
/freebsd/contrib/pf/pflogd/
H A Dpflogd.c500 sh.ts.tv_sec = (bpf_int32)h->ts.tv_sec;
501 sh.ts.tv_usec = (bpf_int32)h->ts.tv_usec;
621 sh.ts.tv_sec = (bpf_int32)h->ts.tv_sec;
622 sh.ts.tv_usec = (bpf_int32)h->ts.tv_usec;
/freebsd/sys/net/
H A Dbpf.h47 typedef int32_t bpf_int32; typedef
/freebsd/contrib/libpcap/
H A Dbpf_filter.c240 pc += (bpf_int32)pc->k; in pcapint_filter_with_aux_data()
H A Dpcap-linux.c5518 } else if ((bpf_int32)(p->k) > 0) { in fix_offset()
5550 } else if ((bpf_int32)(p->k) > 0) { in fix_offset()
/freebsd/tools/tools/netmap/
H A Dnmreplay.c192 bpf_int32 thiszone; /* gmt to local correction */