Lines Matching refs:bpf_u_int32
118 bpf_u_int32 tv_sec; /* seconds */
119 bpf_u_int32 tv_usec; /* microseconds */
154 bpf_u_int32 caplen; /* length of portion present */
155 bpf_u_int32 len; /* length of this packet (off wire) */
170 bpf_u_int32 caplen; /* length of portion present */
171 bpf_u_int32 len; /* length of this packet (off wire) */
222 bpf_u_int32 magic_int; in pcap_check_header()
524 bpf_u_int32 t; in pcap_next_packet()
624 if (hdr->caplen > (bpf_u_int32)p->snapshot) { in pcap_next_packet()
637 if (hdr->caplen > (bpf_u_int32)p->snapshot) { in pcap_next_packet()
688 if (amt_read != (bpf_u_int32)p->snapshot) { in pcap_next_packet()
855 sf_hdr.ts.tv_sec = (bpf_u_int32)h->ts.tv_sec; in pcap_dump()
856 sf_hdr.ts.tv_usec = (bpf_u_int32)h->ts.tv_usec; in pcap_dump()
1161 if ((bpf_u_int32)linktype != ph.linktype) { in pcap_dump_open_append()
1167 if ((bpf_u_int32)p->snapshot != ph.snaplen) { in pcap_dump_open_append()