Home
last modified time | relevance | path

Searched refs:expires_not_before (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libadutils/common/
H A Daddisc_impl.h83 time_t expires_not_before; member
H A Daddisc.c1057 ctx->expires_not_before = now + MINIMUM_TTL; in ad_disc_done()
2098 if (ctx->expires_not_before != 0 && in ad_disc_get_TTL()
2099 expires < ctx->expires_not_before) { in ad_disc_get_TTL()
2100 expires = ctx->expires_not_before; in ad_disc_get_TTL()