Searched refs:bpf_int32 (Results 1 – 7 of 7) sorted by relevance
94 typedef long bpf_int32; typedef97 typedef int bpf_int32;108 #define BPF_ALIGNMENT sizeof(bpf_int32)
161 typedef int bpf_int32; typedef213 bpf_int32 thiszone; /* gmt to local correction; this is always 0 */
458 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()
365 bpf_int32 tv_sec; /* seconds */366 bpf_int32 tv_usec; /* microseconds */
755 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()
242 pc += (bpf_int32)pc->k; in pcap_filter_with_aux_data()
54 typedef int32_t bpf_int32; typedef