Searched refs:mci_flags (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | usersmtp.c | 155 mci->mci_flags |= MCIF_ESMTP; 160 mci->mci_flags &= ~MCIF_HELO; 167 else if (bitset(MCIF_ESMTP, mci->mci_flags) && 178 mci->mci_flags |= MCIF_HELO; 191 if (bitset(MCIF_ESMTP, mci->mci_flags) && 195 mci->mci_flags &= ~MCIF_ESMTP; 231 if ((UseMSP && Verbose && bitset(MCIF_VERB, mci->mci_flags)) 295 mci->mci_flags |= MCIF_ESMTP; 306 mci->mci_flags |= MCIF_8BITOK; 421 else if (bitset(MCIF_HELO, mci->mci_flags)) [all …]
|
H A D | mime.c | 320 mci->mci_flags |= MCIF_INMIME; 325 mci->mci_flags &= ~MCIF_INHEADER; 368 mci->mci_flags &= ~MCIF_INMIME; 411 mci->mci_flags |= MCIF_INMIME; 425 mci->mci_flags &= ~MCIF_INMIME; 506 mci->mci_flags) && 526 mci->mci_flags &= ~MCIF_INHEADER; 530 if (!bitset(MCIF_INLONGLINE, mci->mci_flags)) 558 mci->mci_flags &= ~MCIF_INHEADER; 628 mci->mci_flags &= ~MCIF_INHEADER; [all …]
|
H A D | deliver.c | 2088 else if (bitset(MCIF_ESMTP, mci->mci_flags)) 2823 mci->mci_flags |= MCIF_7BIT; 2904 smtpinit(m, mci, e, ONLY_HELO(mci->mci_flags)); 2905 CLR_HELO(mci->mci_flags); 2914 if (!bitset(MCIF_DLVR_BY, mci->mci_flags)) 2939 !DONE_STARTTLS(mci->mci_flags)) 2948 usetls = bitset(MCIF_TLS, mci->mci_flags); 2974 mci->mci_flags |= MCIF_TLSACT; 2987 mci->mci_flags &= ~MCIF_TLS; 3066 mci->mci_flags &= ~MCIF_TLSACT; [all …]
|
H A D | mci.c | 98 if (bitset(MCIF_CACHED, mci->mci_flags)) 115 mci->mci_flags |= MCIF_CACHED; 227 mci->mci_flags &= ~MCIF_CACHED; 246 mci->mci_flags = 0; 359 host, m->m_name, mci->mci_state, mci->mci_flags, 602 (void) sm_snprintf(p, SPACELEFT(buf, p), "flags=%lx", mci->mci_flags); 614 if (mci->mci_flags != 0) 621 if (!bitset(f->mcif_bit, mci->mci_flags))
|
H A D | util.c | 1074 strip8bit = bitset(MCIF_7BIT, mci->mci_flags) || 1158 !bitset(MCIF_INLONGLINE, mci->mci_flags)) 1174 !bitset(MCIF_INLONGLINE, mci->mci_flags)) 1195 mci->mci_flags &= ~MCIF_INLONGLINE; 1204 mci->mci_flags |= MCIF_INLONGLINE;
|
H A D | headers.c | 1691 if (!bitset(MCIF_INMIME, mci->mci_flags)) 1692 mci->mci_flags |= MCIF_INHEADER; 1793 mci->mci_flags) && 1801 if (bitset(MCIF_INMIME, mci->mci_flags)) 1901 !bitset(MCIF_CVT8TO7|MCIF_CVT7TO8|MCIF_INMIME, mci->mci_flags) &&
|
H A D | savemail.c | 429 mcibuf.mci_flags |= MCIF_7BIT; 759 if (bitset(MCIF_INHEADER, mci->mci_flags)) 763 mci->mci_flags &= ~MCIF_INHEADER;
|
H A D | sendmail.h | 659 unsigned long mci_flags; /* flag bits, see below */ variable
|
/titanic_41/usr/src/uts/common/io/mac/ |
H A D | mac_client.c | 918 ASSERT(mcip->mci_flags != MAC_CLIENT_FLAGS_PRIMARY); in mac_vnic_unicast_set() 1324 mcip->mci_flags |= MAC_CLIENT_FLAGS_MULTI_PRIMARY; in mac_client_open() 1395 mcip->mci_flags |= MAC_CLIENT_FLAGS_MULTI_PRIMARY; in mac_client_open() 2423 (mcip->mci_flags & MAC_CLIENT_FLAGS_PASSIVE_PRIMARY) != 0) { in mac_get_passive_primary_client() 2483 mcip->mci_flags |= MAC_CLIENT_FLAGS_PRIMARY; in i_mac_unicast_add() 2523 if ((mcip->mci_flags & MAC_CLIENT_FLAGS_VNIC_PRIMARY) != 0) { in i_mac_unicast_add() 2524 if ((mcip->mci_flags & in i_mac_unicast_add() 2526 (mcip->mci_flags & in i_mac_unicast_add() 2530 mcip->mci_flags |= MAC_CLIENT_FLAGS_PASSIVE_PRIMARY; in i_mac_unicast_add() 2534 mcip->mci_flags |= MAC_CLIENT_FLAGS_VNIC_PRIMARY; in i_mac_unicast_add() [all …]
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | mac_client_impl.h | 131 uint32_t mci_flags; /* SL */ member
|