Home
last modified time | relevance | path

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

/freebsd/include/
H A Dresolv.h239 #define RES_INSECURE2 0x00000800 /*%< type 2 security disabled */ macro
/freebsd/lib/libc/resolv/
H A Dres_init.c628 statp->options |= RES_INSECURE2; in res_setoptions()
H A Dres_debug.c669 case RES_INSECURE2: return "insecure2"; in p_option()
H A Dres_send.c1043 if (!(statp->options & RES_INSECURE2) && in send_dg()