Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ntp/ntpdc/
Dntpdc.h63 extern int showhostnames;
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()
/freebsd-12-stable/contrib/ntp/ntpq/
Dntpq.c367 int showhostnames = 1; /* show host names by default */ variable
479 showhostnames = 0; /* don'tshow host names by default */ in clear_globals()
591 showhostnames = 0; in ntpqmain()
2057 if (!showhostnames || SOCK_UNSPEC(addr)) { in nntohost_col()
2082 if (!showhostnames || SOCK_UNSPEC(netnum)) in nntohostp()
2726 if (showhostnames) in hostnames()
2732 showhostnames = 1; in hostnames()
2734 showhostnames = 0; in hostnames()
Dntpq-subs.c284 extern int showhostnames;
3318 if (showhostnames) in mrulist()