Searched refs:d_refuse_connections_until (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/sendmail/src/
H A Ddaemon.h30 time_t d_refuse_connections_until; member in struct:daemon
H A Ddaemon.c155 Daemons[idx].d_refuse_connections_until = (time_t) 0;
232 if (now < Daemons[idx].d_refuse_connections_until)
246 Daemons[idx].d_refuse_connections_until = now + 15;
504 Daemons[curdaemon].d_refuse_connections_until =

Completed in 79 milliseconds