Searched refs:EF_SECURE (Results 1 – 3 of 3) sorted by relevance
137 e->e_flags |= EF_SECURE;169 e->e_flags &= ~EF_SECURE;425 sm_dprintf("allocaddr(flags=%x, paddr=%s, ad=%d)\n", flags, paddr, bitset(EF_SECURE, e->e_flags));434 if (bitset(EF_SECURE, e->e_flags))1850 e->e_flags &= ~EF_SECURE;
1296 { "SECURE", EF_SECURE },
1109 #define EF_SECURE 0x20000000L /* DNSSEC for currently parsed addr */ macro