Searched defs:timestamp (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | socket.h | 169 isc_time_t timestamp; /*%< timestamp of packet recv */ member in struct:isc_socketevent 196 * _TIMESTAMP: The timestamp member is valid.
|
/bind-9.6-ESV-R11/unit/atf-src/atf-report/ |
H A D | atf-report.cpp | 149 const std::string timestamp = format_tv(tv); local 152 (*m_os) << "tp, " << timestamp << ", " << m_tpname << ", bogus, " 155 (*m_os) << "tp, " << timestamp << ", "<< m_tpname << ", failed\n"; 157 (*m_os) << "tp, " << timestamp << ", "<< m_tpname << ", passed\n";
|
/bind-9.6-ESV-R11/contrib/queryperf/ |
H A D | queryperf.c | 1546 register_rtt(struct timeval *timestamp, char *qname, int qtype, argument 1555 rtt = difftv(now, *timestamp); 1557 if (difftv(*timestamp, time_of_first_query_interval) < 0)
|
Completed in 40 milliseconds