Home
last modified time | relevance | path

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

/openbsd/usr.sbin/smtpd/
H A Dmta.c1231 time_t nextconn, now; in mta_connect() local
1269 nextconn = now = time(NULL); in mta_connect()
1297 nextconn = c->lastconn + l->conndelay_connector; in mta_connect()
1308 nextconn = c->relay->lastconn + l->conndelay_relay; in mta_connect()
1316 if (!limits && nextconn <= now) in mta_connect()
1333 nextconn = now + DELAY_CHECK_LIMIT; in mta_connect()
1341 (unsigned long long) nextconn - time(NULL)); in mta_connect()
1343 runq_schedule_at(runq_connector, nextconn, c); in mta_connect()
1593 time_t *nextconn, struct mta_mx **pmx) in mta_find_route() argument
1760 if (tm > *nextconn) in mta_find_route()
[all …]