Searched defs:timestamp (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A Datf-report.cpp146 const std::string timestamp = format_tv(tv); local
149 (*m_os) << "tp, " << timestamp << ", " << m_tpname << ", bogus, "
152 (*m_os) << "tp, " << timestamp << ", "<< m_tpname << ", failed\n";
154 (*m_os) << "tp, " << timestamp << ", "<< m_tpname << ", passed\n";
/bind-9.11.3/lib/dns/
H A Dview.c2279 char *name, *type, *timestamp; local
2322 timestamp = TSTR(token);
2323 CHECK(dns_time32_fromtext(timestamp, &t));
/bind-9.11.3/lib/isc/include/isc/
H A Dsocket.h222 isc_time_t timestamp; /*%< timestamp of packet recv */ member in struct:isc_socketevent
250 * _TIMESTAMP: The timestamp member is valid.
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Ddnsperf.c141 isc_uint64_t timestamp; member in struct:query_info
629 q->timestamp = ISC_UINT64_MAX;
667 q->timestamp = now;
702 if (q == NULL || q->timestamp > now ||
703 now - q->timestamp < config->timeout)
721 } while (q != NULL && q->timestamp < now &&
722 now - q->timestamp >= config->timeout);
861 q->timestamp == ISC_UINT64_MAX ||
868 recvd[i].sent = q->timestamp;
985 if (q->timestamp
[all...]
/bind-9.11.3/contrib/queryperf/
H A Dqueryperf.c1546 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 29 milliseconds