Home
last modified time | relevance | path

Searched refs:MF_SECURE (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/contrib/sendmail/src/
HDdaemon.c4183 map->map_mflags |= MF_SECURE;
4185 map->map_mflags &= ~MF_SECURE;
4277 map->map_mflags |= MF_SECURE;
4282 map->map_mflags &= ~MF_SECURE;
4299 map->map_mflags &= ~MF_SECURE;
HDparseaddr.c1851 map->map_mflags |= MF_SECURE; /* default: secure */
1881 if (bitset(MF_SECURE, map->map_mflags))
1882 map->map_mflags &= ~MF_SECURE;
1889 status, bitset(MF_SECURE, map->map_mflags));
HDsendmail.h1544 #define MF_SECURE 0x02000000 /* DNSSEC result is "secure" */ macro