Home
last modified time | relevance | path

Searched refs:nc_flags (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Ddaemon.c4154 if (bitset(NCF_VALID, s->s_namecanon.nc_flags) &&
4182 if (bitset(NCF_SECURE, s->s_namecanon.nc_flags))
4276 s->s_namecanon.nc_flags |= NCF_SECURE;
4281 s->s_namecanon.nc_flags &= ~NCF_SECURE;
4337 s->s_namecanon.nc_flags |= NCF_VALID; /* will be soon */
H A Dsendmail.h1402 short nc_flags; /* flag bits */ variable