Home
last modified time | relevance | path

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

/NextBSD/lib/libc/resolv/
HDres_send.c895 if (!(statp->options & RES_INSECURE1) && in send_dg()
908 if (statp->options & RES_INSECURE1) { in send_dg()
1025 if (!(statp->options & RES_INSECURE1) && in send_dg()
HDres_debug.c674 case RES_INSECURE1: return "insecure1"; in p_option()
HDres_init.c675 statp->options |= RES_INSECURE1; in res_setoptions()
/NextBSD/include/
HDresolv.h237 #define RES_INSECURE1 0x00000400 /*%< type 1 security disabled */ macro