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

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dadb.c3268 dump_ttl(FILE *f, const char *legend, isc_stdtime_t value, isc_stdtime_t now) { function
3315 dump_ttl(f, "v4", name->expire_v4, now);
3316 dump_ttl(f, "v6", name->expire_v6, now);
3317 dump_ttl(f, "target", name->expire_target, now);

Completed in 95 milliseconds