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

/freebsd-current/lib/libc/nameser/
H A Dns_ttl.c50 ns_format_ttl(u_long src, char *dst, size_t dstlen) { function
H A Dns_print.c147 T(x = ns_format_ttl(ttl, buf, buflen));
221 T(len = ns_format_ttl(t, 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));
/freebsd-current/include/arpa/
H A Dnameser.h524 #define ns_format_ttl __ns_format_ttl macro
579 int ns_format_ttl(u_long, char *, size_t);
/freebsd-current/lib/libc/resolv/
H A Dres_debug.c701 if (ns_format_ttl(value, nbuf, sizeof nbuf) < 0)

Completed in 69 milliseconds