Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dusersmtp.c2410 while (mci->mci_nextaddr != NULL &&
2415 e->e_to = mci->mci_nextaddr->q_paddr;
2421 ctladdr, xstart, e, mci->mci_nextaddr);
2423 mci->mci_nextaddr = mci->mci_nextaddr->q_pchain;
2691 if (mci->mci_nextaddr != NULL)
2696 while (mci->mci_nextaddr != NULL)
2698 e->e_to = mci->mci_nextaddr->q_paddr;
2702 markfailure(e, mci->mci_nextaddr, mci, r,
2706 mci->mci_nextaddr);
2708 mci->mci_nextaddr->q_state = QS_RETRY;
[all …]
H A Ddeliver.c4279 mci->mci_nextaddr = NULL;
4417 if (mci->mci_nextaddr == NULL)
4418 mci->mci_nextaddr = to;
4442 && mci->mci_nextaddr == NULL
H A Dsendmail.h891 ADDRESS *mci_nextaddr; /* next address for pipelined status */ variable