Searched refs:ts_usec (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/libpcap/pcap/
H A Dusb.h89 int32_t ts_usec; member in struct:_usb_header
114 int32_t ts_usec; member in struct:_usb_header_mmapped
/freebsd-12-stable/contrib/libpcap/
H A Dpcap-common.c1388 offset += 4; /* skip past ts_usec */
1391 uhdr->ts_usec = SWAPLONG(uhdr->ts_usec);
H A Dpcap-usb-linux.c889 uhdr->ts_usec = pkth.ts.tv_usec;
1212 pkth.ts.tv_usec = info.hdr->ts_usec;
1327 pkth.ts.tv_usec = hdr->ts_usec;
/freebsd-12-stable/usr.sbin/usbdump/
H A Dusbdump.c103 uint32_t ts_usec; member in struct:header_32
500 tv.tv_usec = hdr->ts_usec;
592 temp.ts_usec = htole32(hdr->bh_tstamp.tv_usec);
630 temp.ts_usec = le32toh(hdr32->ts_usec);
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-sctp.c230 uint32_t ts_usec; member in struct:sctpTimeStamp

Completed in 109 milliseconds