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

  /src/lib/libc/nameser/
ns_ttl.c 60 ns_format_ttl(u_long src, char *dst, size_t dstlen) { function in typeref:typename:int
ns_print.c 153 T(x = ns_format_ttl(ttl, buf, buflen));
227 T(len = ns_format_ttl(t, buf, buflen));
236 T(len = ns_format_ttl(t, buf, buflen));
245 T(len = ns_format_ttl(t, buf, buflen));
254 T(len = ns_format_ttl(t, buf, buflen));
  /src/include/arpa/
nameser.h 544 #define ns_format_ttl __ns_format_ttl macro
603 int ns_format_ttl(u_long, char *, size_t);
  /src/lib/libc/resolv/
res_debug.c 722 if (ns_format_ttl((u_long)value, nbuf, sizeof nbuf) < 0)

Completed in 13 milliseconds