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

/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp_syscall.h38 struct timex tntx; local
41 ZERO(tntx);
42 result = ntp_adjtime(&tntx);
43 ntv->time = tntx.time;
44 ntv->maxerror = tntx.maxerror;
45 ntv->esterror = tntx.esterror;
48 ntv->tai = tntx.tai;

Completed in 113 milliseconds