HomeSort by: relevance | last modified time | path
    Searched defs:showhostnames (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpdc/
ntpdc.c 179 int showhostnames = 1; /* show host names by default */ variable
276 showhostnames = 0; /* show host names by default */
339 showhostnames = 0;
1507 * the showhostnames setting.
1514 if (!showhostnames || SOCK_UNSPEC(netnum))
1831 * hostnames - set the showhostnames flag
1840 if (showhostnames)
1846 showhostnames = 1;
1848 showhostnames = 0;
  /src/external/bsd/ntp/dist/ntpq/
ntpq.c 365 int showhostnames = 1; /* show host names by default */ variable
477 showhostnames = 0; /* don'tshow host names by default */
589 showhostnames = 0;
2026 * the showhostnames setting.
2039 * This routine enforces the showhostnames setting.
2055 if (!showhostnames || SOCK_UNSPEC(addr)) {
2080 if (!showhostnames || SOCK_UNSPEC(netnum))
2715 * hostnames - set the showhostnames flag
2724 if (showhostnames)
2730 showhostnames = 1
    [all...]

Completed in 29 milliseconds