Home
last modified time | relevance | path

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

/aosp12/bionic/libc/dns/include/
H A Dresolv_private.h256 #define RES_INSECURE1 0x00000400 /* type 1 security disabled */ macro
/aosp12/bionic/libc/dns/resolv/
H A Dres_debug.c696 case RES_INSECURE1: return "insecure1"; in p_option()
H A Dres_send.c1215 if (!(statp->options & RES_INSECURE1) && in send_dg()