Searched refs:MINTIMEOUT (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/ntp/ntpdate/ | ||
| H A D | ntpdate.h | 97 #define MINTIMEOUT (1 * TIMER_HZ) /* 1s min. between packets */ macro |
| H A D | ntpdate.c | 421 sys_timeout = max(sys_timeout, MINTIMEOUT); in ntpdatemain() |