Searched refs:timestamp_usec (Results 1 – 8 of 8) sorted by relevance
81 timestamp_usec = int((timestamp - timestamp_sec) * 1000000)82 return timestamp_sec, timestamp_usec
92 timestamp_usec = int((timestamp - timestamp_sec) * 1000000)93 return timestamp_sec, timestamp_usec
38 long timestamp_usec; member
25 long timestamp_usec; /* Packet arrvial time (+useconds) */ member
316 uint32 timestamp_usec; /* 'struct timeval' compatible, it represents the 'tv_usec' field */ member
591 pkt_header->ts.tv_usec = ntohl(net_pkt_header->timestamp_usec); in pcap_read_nocb_remote()
23 optional int64 timestamp_usec = 1; field
2748 net_pkt_header->timestamp_usec = htonl((uint32)pkt_header->ts.tv_usec); in daemon_thrdatamain()