Home
last modified time | relevance | path

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

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