HomeSort by relevance Sort by last modified time
    Searched refs:ns_format_ttl (Results 1 - 4 of 4) sorted by null

  /bionic/libc/netbsd/nameser/
ns_ttl.c 55 ns_format_ttl(u_long src, char *dst, size_t dstlen) { function
ns_print.c 156 T(x = ns_format_ttl(ttl, buf, buflen));
230 T(len = ns_format_ttl(t, buf, buflen));
239 T(len = ns_format_ttl(t, buf, buflen));
248 T(len = ns_format_ttl(t, buf, buflen));
257 T(len = ns_format_ttl(t, buf, buflen));
  /bionic/libc/private/
arpa_nameser.h 482 #define ns_format_ttl __ns_format_ttl macro
523 int ns_format_ttl(u_long, char *, size_t);
  /bionic/libc/netbsd/resolv/
res_debug.c 655 if (ns_format_ttl((u_long)value, nbuf, sizeof nbuf) < 0)

Completed in 15 milliseconds