Searched refs:ns_format_ttl (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_ttl.c | 46 ns_format_ttl(u_long src, char *dst, size_t dstlen) { in ns_format_ttl() function
|
H A D | ns_print.c | 139 T(x = ns_format_ttl(ttl, buf, buflen)); in ns_sprintrrf() 213 T(len = ns_format_ttl(t, buf, buflen)); in ns_sprintrrf() 222 T(len = ns_format_ttl(t, buf, buflen)); in ns_sprintrrf() 231 T(len = ns_format_ttl(t, buf, buflen)); in ns_sprintrrf() 240 T(len = ns_format_ttl(t, buf, buflen)); in ns_sprintrrf()
|
/illumos-gate/usr/src/head/arpa/ |
H A D | nameser.h | 581 #define ns_format_ttl __ns_format_ttl macro 638 int ns_format_ttl(ulong_t, char *, size_t);
|
/illumos-gate/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_debug.c | 728 if (ns_format_ttl(value, nbuf, sizeof nbuf) < 0) in p_time()
|