Home
last modified time | relevance | path

Searched refs:tv_s (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/ldns/
H A Dnet.c500 struct timeval tv_s; local
566 gettimeofday(&tv_s, NULL);
632 ((tv_e.tv_sec - tv_s.tv_sec) * 1000) +
633 (tv_e.tv_usec - tv_s.tv_usec) / 1000);
636 ldns_pkt_set_timestamp(reply, tv_s);