Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sendmail/src/
Ddaemon.c157 int idx, curdaemon = -1; local
261 if (refuseconnections(e, idx, curdaemon == idx))
375 curdaemon = -1;
442 olddaemon = curdaemon = idx;
449 if (curdaemon == -1 && ControlSocket >= 0 &&
481 if (curdaemon == -1)
517 if (curdaemon >= 0)
520 (void) close(Daemons[curdaemon].d_socket);
521 Daemons[curdaemon].d_socket = -1;
529 Daemons[curdaemon].d_refuse_connections_until =
[all …]