HomeSort by: relevance | last modified time | path
    Searched refs:nntohost (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpdc/
ntpdc.h 69 extern const char * nntohost (sockaddr_u *);
ntpdc_ops.c 388 const char *strhost = nntohost(&paddr);
508 c, nntohost(&srcadr), stoa(&dstadr),
841 nntohost(&src));
987 (void) fprintf(fp, "system peer: %s\n", nntohost(&peeraddr));
1730 addr = nntohost(&resaddr);
1733 addr = nntohost(&resaddr);
2013 nntohost(&addr),
2040 nntohost(&dstadr),
2061 nntohost(&dstadr),
ntpdc.c 1506 * nntohost - convert network number to host name. This routine enforces
1510 nntohost( function
  /src/external/bsd/ntp/dist/ntpq/
ntpq.h 148 extern const char * nntohost (sockaddr_u *);
ntpq-subs.c 1926 strlcpy(clock_name, nntohost(&srcadr),
2039 name_or_num = nntohost(&netnum);
2094 name_or_num = nntohost(&netnum);
3328 nntohost(&recent->addr));
ntpq.c 2025 * nntohost - convert network number to host name. This routine enforces
2029 nntohost( function
2070 * nntohostp() is the same as nntohost() plus a :port suffix
3704 output(fp, name, nntohost(&hval));

Completed in 21 milliseconds