Home
last modified time | relevance | path

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

/bionic/libc/dns/include/
Dresolv_private.h244 #define RES_INSECURE2 0x00000800 /* type 2 security disabled */ macro
/bionic/libc/dns/resolv/
Dres_debug.c687 case RES_INSECURE2: return "insecure2"; in p_option()
Dres_send.c1225 if (!(statp->options & RES_INSECURE2) && in send_dg()