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

/bind-9.11.3/lib/dns/
H A Dadb.c3432 dump_ttl(FILE *f, const char *legend, isc_stdtime_t value, isc_stdtime_t now) { function
3482 dump_ttl(f, "v4", name->expire_v4, now);
3483 dump_ttl(f, "v6", name->expire_v6, now);
3484 dump_ttl(f, "target", name->expire_target, now);

Completed in 19 milliseconds