HomeSort by: relevance | last modified time | path
    Searched refs:dump_ttl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
adb.c 2357 dump_ttl(FILE *f, const char *legend, isc_stdtime_t value, isc_stdtime_t now) { function
2400 dump_ttl(f, "v4", name->expire_v4, now);
2401 dump_ttl(f, "v6", name->expire_v6, now);
2402 dump_ttl(f, "target", name->expire_target, now);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
adb.c 3426 dump_ttl(FILE *f, const char *legend, isc_stdtime_t value, isc_stdtime_t now) { function
3496 dump_ttl(f, "v4", name->expire_v4, now);
3497 dump_ttl(f, "v6", name->expire_v6, now);
3498 dump_ttl(f, "target", name->expire_target, now);

Completed in 29 milliseconds