Searched refs:expires_not_before (Results 1 – 2 of 2) sorted by relevance
83 time_t expires_not_before; member
1057 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()