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

/freebsd-13-stable/include/
H A Dresolv.h239 #define RES_INSECURE1 0x00000400 /*%< type 1 security disabled */ macro
/freebsd-13-stable/lib/libc/resolv/
H A Dres_send.c896 if (!(statp->options & RES_INSECURE1) &&
909 if (statp->options & RES_INSECURE1) {
1026 if (!(statp->options & RES_INSECURE1) &&
H A Dres_debug.c675 case RES_INSECURE1: return "insecure1";
H A Dres_init.c677 statp->options |= RES_INSECURE1;

Completed in 66 milliseconds