Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/pcap/
HDbpf.h94 typedef long bpf_int32; typedef
97 typedef int bpf_int32;
108 #define BPF_ALIGNMENT sizeof(bpf_int32)
HDpcap.h161 typedef int bpf_int32; typedef
213 bpf_int32 thiszone; /* gmt to local correction; this is always 0 */
/dragonfly/usr.sbin/pflogd/
HDpflogd.c458 sh.ts.tv_sec = (bpf_int32)h->ts.tv_sec; in dump_packet_nobuf()
459 sh.ts.tv_usec = (bpf_int32)h->ts.tv_usec; in dump_packet_nobuf()
566 sh.ts.tv_sec = (bpf_int32)h->ts.tv_sec; in dump_packet()
567 sh.ts.tv_usec = (bpf_int32)h->ts.tv_usec; in dump_packet()
/dragonfly/contrib/libpcap/
HDpcap-int.h365 bpf_int32 tv_sec; /* seconds */
366 bpf_int32 tv_usec; /* microseconds */
HDsf-pcap.c755 sf_hdr.ts.tv_sec = (bpf_int32)h->ts.tv_sec; in pcap_dump()
756 sf_hdr.ts.tv_usec = (bpf_int32)h->ts.tv_usec; in pcap_dump()
HDbpf_filter.c242 pc += (bpf_int32)pc->k; in pcap_filter_with_aux_data()
/dragonfly/sys/net/
HDbpf.h54 typedef int32_t bpf_int32; typedef