/freebsd/contrib/sendmail/src/ |
H A D | mci.c | 79 mci_cache(mci) in mci_cache() argument 80 register MCI *mci; in mci_cache() 89 mcislot = mci_scan(mci); 96 if (mci->mci_host == NULL) 100 if (bitset(MCIF_CACHED, mci->mci_flags)) 109 (void *)mci, mci->mci_host, (int) (mcislot - MciCache)); 113 (unsigned long) mci, mci->mci_host, 116 *mcislot = mci; 117 mci->mci_flags |= MCIF_CACHED; 135 register MCI *mci; local [all …]
|
H A D | usersmtp.c | 95 smtpinit(m, mci, e, onlyhelo) in smtpinit() argument 97 register MCI *mci; 114 mci_dump(sm_debug_file(), mci, false); 123 CurHostName = mci->mci_host; /* XXX UGLY XXX */ 127 state = mci->mci_state; 138 smtprset(m, mci, e); 150 smtpquit(m, mci, e); 163 mci->mci_state = MCIS_OPENING; 172 SmtpPhase = mci->mci_phase = "client greeting"; 174 qid_printname(e), CurHostName, mci->mci_phase); [all …]
|
H A D | deliver.c | 1434 logfailover(e, m, mci, rcode, rcpt) in logfailover() argument 1437 MCI *mci; 1453 if (mci != NULL && mci->mci_host != NULL) 1458 "relay=%.100s", mci->mci_host); 1469 if (mci != NULL) 1471 if (mci->mci_state >= 0 && mci->mci_state < SM_ARRAY_SIZE(mcis)) 1473 "state=%s, ", mcis[mci->mci_state]); 1476 "state=%d, ", mci->mci_state); 1483 rcode, mci->mci_okrcpts, mci->mci_retryrcpt, 1511 # define logfailover(e, m, mci, rcode, rcpt) ((void) 0) argument [all …]
|
H A D | mime.c | 101 mime8to7(mci, header, e, boundaries, flags, level) in mime8to7() argument 102 register MCI *mci; in mime8to7() 320 mci->mci_flags |= MCIF_INMIME; 323 if (!putline("", mci)) 325 mci->mci_flags &= ~MCIF_INHEADER; 333 if (!putxline(buf, blen, mci, 346 if (!putline(buf, mci)) 352 putline("+++after collect", mci); 353 if (!putheader(mci, hdr, e, flags)) 356 putline("+++after putheader", mci); [all …]
|
H A D | savemail.c | 814 errbody(mci, e, separator) in errbody() argument 815 register MCI *mci; in errbody() 829 if (bitset(MCIF_INHEADER, mci->mci_flags)) 831 if (!putline("", mci)) 833 mci->mci_flags &= ~MCIF_INHEADER; 838 if (!putline(" ----- Original message lost -----\n", mci)) 850 if (!putline("This is a MIME-encapsulated message", mci) || 851 !putline("", mci) || 852 !putline(buf, mci) || 853 !putline("", mci)) [all …]
|
H A D | headers.c | 1760 putheader(mci, hdr, e, flags) in putheader() argument 1761 register MCI *mci; in putheader() 1772 mci->mci_mailer->m_name); 1780 if (!bitset(MCIF_INMIME, mci->mci_flags)) 1781 mci->mci_flags |= MCIF_INHEADER; 1885 mci->mci_flags) && 1893 if (bitset(MCIF_INMIME, mci->mci_flags)) 1897 if (!put_vanilla_header(h, p, mci)) 1903 !bitintersect(h->h_mflags, mci->mci_mailer->m_flags) && 1957 if (!putline(obuf, mci)) [all …]
|
H A D | util.c | 1147 putline(l, mci) in putline() argument 1149 register MCI *mci; 1151 return putxline(l, strlen(l), mci, PXLF_MAPFROM); 1195 if (sm_io_putc(mci->mci_out, SM_TIME_DEFAULT, \ 1209 putxline(l, len, mci, pxflags) in putxline() argument 1212 register MCI *mci; 1220 strip8bit = bitset(MCIF_7BIT, mci->mci_flags) || 1243 while (mci->mci_mailer->m_linelimit > 0 && 1244 (p - l + slop) > mci->mci_mailer->m_linelimit) 1246 register char *q = &l[mci->mci_mailer->m_linelimit - slop - 1]; [all …]
|
H A D | daemon.c | 2136 makeconnection(host, port, mci, e, enough in makeconnection() argument 2143 register MCI *mci; 2184 if (bitnset(M_ONLY_IPV4, mci->mci_mailer->m_flags)) 2313 SmtpPhase = mci->mci_phase = "initial connection"; 2381 mci_setstat(mci, EX_NOHOST, "5.1.2", MsgBuf); 2493 mci_setstat(mci, EX_TEMPFAIL, 2516 mci_setstat(mci, EX_NOHOST, "5.1.2", NULL); 2544 mci_setstat(mci, EX_NOHOST, "5.1.2", NULL); 2580 if (bitnset(M_SMTPS_CLIENT, mci->mci_mailer->m_flags)) 2589 if (bitnset(M_SMTPS_CLIENT, mci->mci_mailer->m_flags)) [all …]
|
H A D | TRACEFLAGS | 54 42 mci.c mci_get 70 56 mci.c persistent host status 118 91 mci.c syslogging of MCI cache information
|
H A D | Makefile.m4 | 9 …ime.c daemon.c deliver.c domain.c envelope.c err.c headers.c macro.c map.c mci.c milter.c mime.c p…
|
H A D | queue.c | 6848 occ_exceeded(e, mci, host, addr) in occ_exceeded() argument 6850 MCI *mci; 6885 if (!exc && mci != NULL) 6886 mci->mci_flags |= MCIF_OCC_INCR; 6904 occ_close(e, mci, host, addr) in occ_close() argument 6906 MCI *mci; 6917 if (mci == NULL || mci->mci_state == MCIS_CLOSED || 6918 bitset(MCIF_CACHED, mci->mci_flags) || 6919 !bitset(MCIF_OCC_INCR, mci->mci_flags)) 6921 mci->mci_flags &= ~MCIF_OCC_INCR;
|
H A D | README | 1829 mci.c Routines that handle mail connection information caching.
|
/freebsd/usr.sbin/sendmail/ |
H A D | Makefile | 16 macro.c main.c map.c mci.c milter.c mime.c parseaddr.c queue.c \
|
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | atmel-hsmci.txt | 7 by mmc.txt and the properties used by the atmel-mci driver.
|
/freebsd/contrib/pam_modules/pam_passwdqc/ |
H A D | pam_passwdqc.spec | 42 * Thu Feb 07 2002 Michail Litvak <mci@owl.openwall.com>
|
/freebsd/sys/contrib/device-tree/src/arm/arm/ |
H A D | arm-realview-pb11mp.dts | 440 mci: mmcsd@10005000 { label
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | archive | 1032 # original filename, NUL-terminated, padded to 13 bytes like: mci.vbx 4way.wav skymap.exe cmdialog.…
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 11047 Save h_errno in mci struct and improve error message display.
|