Home
last modified time | relevance | path

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

/freebsd/lib/libc/resolv/
H A Dres_send.c889 if (!(statp->options & RES_INSECURE1) && in send_dg()
902 if (statp->options & RES_INSECURE1) { in send_dg()
1019 if (!(statp->options & RES_INSECURE1) && in send_dg()
H A Dres_debug.c668 case RES_INSECURE1: return "insecure1"; in p_option()
H A Dres_init.c662 statp->options |= RES_INSECURE1; in res_setoptions()
/freebsd/include/
H A Dresolv.h238 #define RES_INSECURE1 0x00000400 /*%< type 1 security disabled */ macro