HomeSort by: relevance | last modified time | path
    Searched defs:DEFSTIMEOUT (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpdc/
ntpdc.c 163 #define DEFSTIMEOUT (2) /* 2 second time out after first */
176 static struct sock_timeval tvsout = { DEFSTIMEOUT, 0 };/* secondary time out */
  /src/external/bsd/ntp/dist/ntpq/
ntpq.c 334 #define DEFSTIMEOUT 3 /* and 3 more for each additional */
339 * reason nearly DEFSTIMEOUT seconds after the prior in that series,
340 * with a single packet dropped, would take around 32 * DEFSTIMEOUT, or
360 struct sock_timeval tvsout = { DEFSTIMEOUT, 0 };/* secondary time out */

Completed in 27 milliseconds