Searched refs:MAXFRAGS (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/ntp/ntpq/
H A Dntpq.h31 * MAXFRAGS == 96, the lossy case is a lot slower due to the repeated
32 * timeouts. Empirally, MAXFRAGS == 32 avoids most of the routine loss
36 * Lowering MAXFRAGS may help with particularly lossy networks, but some
42 #define MAXFRAGS 32 macro
H A Dntpq.c383 #define DATASIZE (MAXFRAGS*480) /* maximum amount of data */
907 u_short offsets[MAXFRAGS+1];
908 u_short counts[MAXFRAGS+1];
1201 if (numfrags > (MAXFRAGS - 1)) {
1203 MAXFRAGS - 1));
H A Dntpq-subs.c2597 limit = min(3 * MAXFRAGS, ntpd_row_limit);
2598 frags = MAXFRAGS;
2912 * to a maximum of 3 * MAXFRAGS (the most packets ntpq
2919 frags = min(MAXFRAGS, frags + 1);
2921 limit = min3(3 * MAXFRAGS,

Completed in 284 milliseconds