Home
last modified time | relevance | path

Searched refs:showhostnames (Results 1 – 4 of 4) sorted by relevance

/src/contrib/ntp/ntpdc/
H A Dntpdc.h63 extern int showhostnames;
H A Dntpdc.c177 int showhostnames = 1; /* show host names by default */ variable
274 showhostnames = 0; /* show host names by default */ in clear_globals()
337 showhostnames = 0; in ntpdcmain()
1512 if (!showhostnames || SOCK_UNSPEC(netnum)) in nntohost()
1838 if (showhostnames) in hostnames()
1844 showhostnames = 1; in hostnames()
1846 showhostnames = 0; in hostnames()
/src/contrib/ntp/ntpq/
H A Dntpq.c363 int showhostnames = 1; /* show host names by default */ variable
475 showhostnames = 0; /* don'tshow host names by default */ in clear_globals()
587 showhostnames = 0; in ntpqmain()
2053 if (!showhostnames || SOCK_UNSPEC(addr)) { in nntohost_col()
2078 if (!showhostnames || SOCK_UNSPEC(netnum)) in nntohostp()
2722 if (showhostnames) in hostnames()
2728 showhostnames = 1; in hostnames()
2730 showhostnames = 0; in hostnames()
H A Dntpq-subs.c284 extern int showhostnames;
3327 if (showhostnames) in mrulist()