Home
last modified time | relevance | path

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

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