Home
last modified time | relevance | path

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

/bionic/libc/netbsd/nameser/
Dns_ttl.c55 ns_format_ttl(u_long src, char *dst, size_t dstlen) { in ns_format_ttl() function
Dns_print.c156 T(x = ns_format_ttl(ttl, buf, buflen)); in ns_sprintrrf()
230 T(len = ns_format_ttl(t, buf, buflen)); in ns_sprintrrf()
239 T(len = ns_format_ttl(t, buf, buflen)); in ns_sprintrrf()
248 T(len = ns_format_ttl(t, buf, buflen)); in ns_sprintrrf()
257 T(len = ns_format_ttl(t, buf, buflen)); in ns_sprintrrf()
/bionic/libc/private/
Darpa_nameser.h482 #define ns_format_ttl __ns_format_ttl macro
523 int ns_format_ttl(u_long, char *, size_t);
/bionic/libc/netbsd/resolv/
Dres_debug.c655 if (ns_format_ttl((u_long)value, nbuf, sizeof nbuf) < 0) in p_time()