Searched refs:h_mflags (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/sendmail/src/
H A Dheaders.c429 memmove((char *) mopts, (char *) h->h_mflags,
441 memmove((char *) h->h_mflags, (char *) mopts, sizeof(mopts));
586 clrbitmap(h->h_mflags);
1838 !bitintersect(h->h_mflags, mci->mci_mailer->m_flags) &&
H A Dsendmail.h909 BITMAP256 h_mflags; /* m_flags bits needed */ member in struct:header
934 #define H_CHECK 0x00000010 /* check h_mflags against m_flags */
H A Dqueue.c836 else if (!bitzerop(h->h_mflags) &&
843 if (bitnset(j, h->h_mflags))

Completed in 192 milliseconds