OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numhosts
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpdc/
ntpdc.c
213
static int
numhosts
= 0;
variable
215
#define ADDHOST(cp) if (
numhosts
< MAXHOSTS) chosts[
numhosts
++] = (cp)
279
numhosts
= 0;
384
for (ihost = 0; ihost <
numhosts
; ihost++) {
387
if (
numhosts
> 1)
/src/external/bsd/ntp/dist/ntpq/
ntpq.c
411
u_int
numhosts
;
variable
416
if (
numhosts
< MAXHOSTS) { \
417
chosts[
numhosts
].name = (cp); \
418
chosts[
numhosts
].fam = ai_fam_templ; \
419
numhosts
++; \
483
numhosts
= 0;
635
for (ihost = 0; ihost <
numhosts
; ihost++) {
1436
if (
numhosts
> 1)
Completed in 45 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026