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

/external/libpcap/pcap/
H A Dusb.h87 int32_t ts_usec; member in struct:_usb_header
112 int32_t ts_usec; member in struct:_usb_header_mmapped
/external/kmod/shared/
H A Dutil.h45 unsigned long long ts_usec(const struct timespec *ts);
H A Dutil.c458 unsigned long long ts_usec(const struct timespec *ts) function
467 return ts_usec(&st->st_mtim);
/external/webrtc/webrtc/test/
H A Drtp_file_reader.cc434 uint32_t ts_usec; // Timestamp microseconds. local
438 TRY_PCAP(Read(&ts_usec, false));
446 marker.time_offset_ms = CalcTimeDelta(ts_sec, ts_usec, stream_start_ms);
513 uint32_t CalcTimeDelta(uint32_t ts_sec, uint32_t ts_usec, uint32_t start_ms) { argument
515 uint64_t t2_ms = ((static_cast<uint64_t>(ts_sec) * 1000000) + ts_usec +
/external/kernel-headers/original/uapi/linux/
H A Dif_packet.h181 unsigned int ts_usec; member in union:tpacket_bd_ts::__anon8688
/external/libpcap/
H A Dpcap-common.c1195 offset += 4; /* skip past ts_usec */
1198 uhdr->ts_usec = SWAPLONG(uhdr->ts_usec);
H A Dpcap-usb-linux.c532 uhdr->ts_usec = pkth.ts.tv_usec;
822 pkth.ts.tv_usec = info.hdr->ts_usec;
903 pkth.ts.tv_usec = hdr->ts_usec;
/external/tcpdump/
H A Dprint-sctp.c231 uint32_t ts_usec; member in struct:sctpTimeStamp
/external/kmod/testsuite/
H A Dtestsuite.c73 return ts_usec(&ts);

Completed in 227 milliseconds