Searched refs:RES_INSECURE1 (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/include/
H A Dresolv.h238 #define RES_INSECURE1 0x00000400 /*%< type 1 security disabled */ macro
/freebsd-current/lib/libc/resolv/
H A Dres_send.c889 if (!(statp->options & RES_INSECURE1) &&
902 if (statp->options & RES_INSECURE1) {
1019 if (!(statp->options & RES_INSECURE1) &&
H A Dres_init.c662 statp->options |= RES_INSECURE1;
H A Dres_debug.c668 case RES_INSECURE1: return "insecure1";

Completed in 273 milliseconds