Home
last modified time | relevance | path

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

/openbsd/usr.sbin/ntpd/
H A Dntpd.h62 #define SETTIME_TIMEOUT 15 /* max seconds to wait with -s */ macro
79 #define SENSOR_QUERY_INTERVAL_SETTIME (SETTIME_TIMEOUT/3)
H A Dclient.c136 set_next(p, MAXIMUM(SETTIME_TIMEOUT, in client_query()
177 set_next(p, MAXIMUM(SETTIME_TIMEOUT, in client_query()
H A Dntpd.c325 getmonotime() > settime_deadline + SETTIME_TIMEOUT) { in main()