Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Ddaemon.c4182 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;
H A Dsendmail.h1410 #define NCF_SECURE 0x0002 /* entry secure (DNSSEC) */ macro