Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/sendmail/src/
HDdaemon.c4070 if (bitset(NCF_VALID, s->s_namecanon.nc_flags) &&
4098 if (bitset(NCF_SECURE, s->s_namecanon.nc_flags))
4167 s->s_namecanon.nc_flags |= NCF_SECURE;
4172 s->s_namecanon.nc_flags &= ~NCF_SECURE;
4228 s->s_namecanon.nc_flags |= NCF_VALID; /* will be soon */
HDsendmail.h1293 short nc_flags; /* flag bits */ variable