Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dresolv.h274 #define RES_INSECURE1 0x00000400 /* type 1 security disabled */ macro
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c695 case RES_INSECURE1: return "insecure1"; in p_option()
H A Dres_send.c985 if (!(statp->options & RES_INSECURE1) && in send_dg()