Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddaemon.h30 time_t d_refuse_connections_until; member
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 =