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

/freebsd-9.3-release/include/
H A Dresolv.h236 #define RES_INSECURE1 0x00000400 /*%< type 1 security disabled */ macro
/freebsd-9.3-release/lib/libc/resolv/
H A Dres_send.c895 if (!(statp->options & RES_INSECURE1) &&
908 if (statp->options & RES_INSECURE1) {
1025 if (!(statp->options & RES_INSECURE1) &&
H A Dres_debug.c658 case RES_INSECURE1: return "insecure1";
H A Dres_init.c645 statp->options |= RES_INSECURE1;

Completed in 72 milliseconds