HomeSort by: relevance | last modified time | path
    Searched refs:MAXFRAGS (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpq/
ntpq.h 32 * MAXFRAGS == 96, the lossy case is a lot slower due to the repeated
33 * timeouts. Empirally, MAXFRAGS == 32 avoids most of the routine loss
37 * Lowering MAXFRAGS may help with particularly lossy networks, but some
43 #define MAXFRAGS 32
ntpq.c 386 #define DATASIZE (MAXFRAGS*480) /* maximum amount of data */
938 u_short offsets[MAXFRAGS+1];
939 u_short counts[MAXFRAGS+1];
1232 if (numfrags > (MAXFRAGS - 1)) {
1234 MAXFRAGS - 1));
ntpq-subs.c 2629 limit = min(3 * MAXFRAGS, ntpd_row_limit);
2630 frags = MAXFRAGS;
2944 * to a maximum of 3 * MAXFRAGS (the most packets ntpq
2951 frags = min(MAXFRAGS, frags + 1);
2953 limit = min3(3 * MAXFRAGS,

Completed in 68 milliseconds