Home
last modified time | relevance | path

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

/mirbsd/src/include/
Dresolv.h188 #define RES_INSECURE2 0x00000800 /* type 2 security disabled */ macro
/mirbsd/src/lib/libc/net/
Dres_init.c642 _resp->options |= RES_INSECURE2; in res_setoptions()
Dres_send.c750 if (!(_resp->options & RES_INSECURE2) && in res_send()
Dres_debug.c878 case RES_INSECURE2: return "insecure2"; in __p_option()