Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/ntpd/
Dclient.c238 static double v[AUTO_REPLIES]; in handle_auto()
254 if (count < AUTO_REPLIES) in handle_auto()
259 if (AUTO_REPLIES % 2 == 0) in handle_auto()
260 offset = (v[AUTO_REPLIES / 2 - 1] + v[AUTO_REPLIES / 2]) / 2; in handle_auto()
262 offset = v[AUTO_REPLIES / 2]; in handle_auto()
Dntpd.h71 #define AUTO_REPLIES 4 /* # of ntp replies we want for auto */ macro