Home
last modified time | relevance | path

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

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