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