Home
last modified time | relevance | path

Searched refs:numhosts (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/ntp/ntpq/
H A Dlibntpq.c190 if ( numhosts > 0 ) in ntpq_queryhost()
239 numhosts = 1; in ntpq_openhost()
241 numhosts = 0; in ntpq_openhost()
244 return numhosts; in ntpq_openhost()
268 if ( numhosts ) in ntpq_closehost()
431 if (numhosts > 1) in ntpq_read_assoc_peervars()
490 if (numhosts > 1) in ntpq_read_sysvars()
674 if (numhosts > 1) /* no information returned from server */ in ntpq_read_assoc_clockvars()
H A Dntpq-subs.c750 if (numhosts > 1) in dolist()
831 if (numhosts > 1) in writelist()
916 if (numhosts > 1) in writevar()
1127 if (numhosts > 1) in dogetassoc()
1134 if (numhosts > 1) in dogetassoc()
1486 if (numhosts > 1) in radiostatus()
1907 if (numhosts > 1) { in doprintpeers()
2002 if (numhosts > 1) in dogetpeers()
2047 if (numhosts > 1) in dopeers()
2102 if (numhosts > 1) in doapeers()
[all …]
H A Dntpq.h134 extern u_int numhosts;
H A Dntpq.c409 u_int numhosts; variable
414 if (numhosts < MAXHOSTS) { \
415 chosts[numhosts].name = (cp); \
416 chosts[numhosts].fam = ai_fam_templ; \
417 numhosts++; \
481 numhosts = 0; in clear_globals()
633 for (ihost = 0; ihost < numhosts; ihost++) { in ntpqmain()
1434 if (numhosts > 1) in show_error_msg()
/freebsd-14.2/contrib/ntp/ntpdc/
H A Dntpdc.c211 static int numhosts = 0; variable
213 #define ADDHOST(cp) if (numhosts < MAXHOSTS) chosts[numhosts++] = (cp)
277 numhosts = 0; in clear_globals()
382 for (ihost = 0; ihost < numhosts; ihost++) { in ntpdcmain()
385 if (numhosts > 1) in ntpdcmain()
/freebsd-14.2/contrib/unbound/util/
H A Dconfiglexer.lex308 infra-cache-numhosts{COLON} { YDVAR(1, VAR_INFRA_CACHE_NUMHOSTS) }
/freebsd-14.2/contrib/unbound/doc/
H A Dexample.conf.in262 # infra-cache-numhosts: 10000