Searched refs:notbefore (Results 1 – 2 of 2) sorted by relevance
114 time_t notbefore; /* Pause IO until deadline (time_t) */ member
351 c->notbefore = 0; in channel_new()1440 c->notbefore = monotime() + 1; in channel_post_x11_listener()1608 c->notbefore = monotime() + 1; in channel_post_port_listener()1645 c->notbefore = monotime() + 1; in channel_post_auth_listener()2049 c->notbefore = monotime() + 1;2233 if (c->notbefore <= now)2242 (int)(c->notbefore - now));2244 (c->notbefore - now) < *unpause_secs)2245 *unpause_secs = c->notbefore - now;