Home
last modified time | relevance | path

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

/src/contrib/sendmail/src/
H A Ddaemon.h40 int d_delayLA; member
H A Ddaemon.c774 if (Daemons[curdaemon].d_delayLA != DPO_NOTSET)
775 DelayLA = Daemons[curdaemon].d_delayLA;
1486 d->d_delayLA = DPO_NOTSET;
1541 d->d_delayLA = atoi(v);
H A Dconf.c2363 limit = (Daemons[dn].d_delayLA != DPO_NOTSET) ?
2364 Daemons[dn].d_delayLA : DelayLA;