Searched refs:mci_nextaddr (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | usersmtp.c | 2410 while (mci->mci_nextaddr != NULL && 2415 e->e_to = mci->mci_nextaddr->q_paddr; 2416 r = smtprcptstat(mci->mci_nextaddr, m, mci, e); 2419 markfailure(e, mci->mci_nextaddr, mci, r, false); 2420 giveresponse(r, mci->mci_nextaddr->q_status, m, mci, 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; [all …]
|
H A D | deliver.c | 4279 mci->mci_nextaddr = NULL; 4417 if (mci->mci_nextaddr == NULL) 4418 mci->mci_nextaddr = to; 4442 && mci->mci_nextaddr == NULL
|
H A D | sendmail.h | 891 ADDRESS *mci_nextaddr; /* next address for pipelined status */ variable
|