Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpdc/
H A Dntpdc.c161 #define DEFSTIMEOUT (2) /* 2 second time out after first */ macro
174 static struct sock_timeval tvsout = { DEFSTIMEOUT, 0 };/* secondary time out */
/freebsd/contrib/ntp/ntpq/
H A Dntpq.c332 #define DEFSTIMEOUT 3 /* and 3 more for each additional */
337 * reason nearly DEFSTIMEOUT seconds after the prior in that series,
338 * with a single packet dropped, would take around 32 * DEFSTIMEOUT, or
358 struct sock_timeval tvsout = { DEFSTIMEOUT, 0 };/* secondary time out */
336 #define DEFSTIMEOUT global() macro