Home
last modified time | relevance | path

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

/bionic/libc/private/
Dresolv_private.h235 #define RES_INSECURE1 0x00000400 /* type 1 security disabled */ macro
/bionic/libc/netbsd/resolv/
Dres_debug.c623 case RES_INSECURE1: return "insecure1"; in p_option()
Dres_send.c1012 if (!(statp->options & RES_INSECURE1) && in send_dg()