Home
last modified time | relevance | path

Searched refs:RES_INSECURE2 (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/include/
HDresolv.h240 #define RES_INSECURE2 0x00000800 /*%< type 2 security disabled */ macro
/freebsd-13-stable/lib/libc/resolv/
HDres_init.c669 statp->options |= RES_INSECURE2; in res_setoptions()
HDres_debug.c674 case RES_INSECURE2: return "insecure2"; in p_option()
HDres_send.c1053 if (!(statp->options & RES_INSECURE2) && in send_dg()