Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sendmail/src/
H A Ddaemon.c153 Daemons[idx].d_port = setupdaemon(&(Daemons[idx].d_addr));
154 Daemons[idx].d_firsttime = true;
155 Daemons[idx].d_refuse_connections_until = (time_t) 0;
167 Daemons[idx].d_name,
168 ntohs(Daemons[idx].d_port));
174 Daemons[idx].d_socksize = opendaemonsocket(&Daemons[idx], true);
203 Daemons[idx].d_name,
204 Daemons[idx].d_socket);
232 if (now < Daemons[idx].d_refuse_connections_until)
234 if (bitnset(D_DISABLE, Daemons[idx].d_flags))
[all …]
H A Ddaemon.h56 EXTERN DAEMON_T Daemons[MAXDAEMONS]; variable
H A Dconf.c2228 Daemons[dn].d_name,
2232 Daemons[dn].d_name,
2248 sm_setproctitle(true, e, R_MSG_LM, Daemons[dn].d_name, memfree);
2251 Daemons[dn].d_name, memfree);
2256 limit = (Daemons[dn].d_refuseLA != DPO_NOTSET) ?
2257 Daemons[dn].d_refuseLA : RefuseLA;
2264 sm_setproctitle(true, e, R_MSG_LA, Daemons[dn].d_name,
2268 Daemons[dn].d_name, CurrentLA);
2277 sm_syslog(LOG_ERR, NOQID, R2_MSG_LA, Daemons[dn].d_name,
2286 limit = (Daemons[dn].d_delayLA != DPO_NOTSET) ?
[all …]