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

/freebsd-11-stable/lib/libc/nameser/
H A Dns_ttl.c54 ns_format_ttl(u_long src, char *dst, size_t dstlen) { function
H A Dns_print.c151 T(x = ns_format_ttl(ttl, buf, buflen));
225 T(len = ns_format_ttl(t, buf, buflen));
234 T(len = ns_format_ttl(t, buf, buflen));
243 T(len = ns_format_ttl(t, buf, buflen));
252 T(len = ns_format_ttl(t, buf, buflen));
/freebsd-11-stable/include/arpa/
H A Dnameser.h534 #define ns_format_ttl __ns_format_ttl macro
599 int ns_format_ttl(u_long, char *, size_t);
/freebsd-11-stable/lib/libc/resolv/
H A Dres_debug.c706 if (ns_format_ttl(value, nbuf, sizeof nbuf) < 0)

Completed in 287 milliseconds