Searched refs:EF_SECURE (Results 1 – 3 of 3) sorted by relevance
146 e->e_flags |= EF_SECURE;186 e->e_flags &= ~EF_SECURE;451 sm_dprintf("allocaddr: flags=%x, paddr=%s, ad=%d\n", flags, paddr, bitset(EF_SECURE, e->e_flags));460 if (bitset(EF_SECURE, e->e_flags))1884 e->e_flags &= ~EF_SECURE;
1283 { "SECURE", EF_SECURE },
1212 #define EF_SECURE 0x20000000L /* DNSSEC for currently parsed addr */ macro