Searched refs:qtime (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/unbound/dnstap/
H A Ddnstap.h177 * @param qtime: time query message was sent.
187 const struct timeval *qtime,
H A Ddnstap.c362 struct timeval qtime; local
364 gettimeofday(&qtime, NULL);
370 dt_fill_timeval(&qtime,
427 struct timeval qtime; local
430 gettimeofday(&qtime, NULL);
450 dt_fill_timeval(&qtime,
473 const struct timeval *qtime,
501 dt_fill_timeval(qtime,
468 dt_msg_send_outside_response(struct dt_env *env, struct sockaddr_storage *rsock, enum comm_point_type cptype, uint8_t *zone, size_t zone_len, uint8_t *qbuf, size_t qbuf_len, const struct timeval *qtime, const struct timeval *rtime, sldns_buffer *rmsg) argument

Completed in 119 milliseconds