Searched defs:msg_timeout (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Denvelope.c144 /* values for msg_timeout, see also IS_* below for usage (bit layout) */
181 int msg_timeout = 0; local
234 msg_timeout = MSG_T_O;
239 msg_timeout = MSG_NOT_BY;
245 msg_timeout = MSG_T_O_NOW;
257 ((IS_MSG_ERR(msg_timeout) &&
260 IS_IMM_RET(msg_timeout)))
292 else if (IS_MSG_ERR(msg_timeout))
296 if (msg_timeout == MSG_NOT_BY)
315 if (msg_timeout
[all...]

Completed in 58 milliseconds