Home
last modified time | relevance | path

Searched refs:RES_USEVC (Results 1 – 5 of 5) sorted by relevance

/dragonfly/lib/libc/net/
HDgetnetbydns.c449 statp->options |= RES_STAYOPEN | RES_USEVC; in _setnetdnsent()
458 statp->options &= ~(RES_STAYOPEN | RES_USEVC); in _endnetdnsent()
HDgethostbydns.c743 statp->options |= RES_STAYOPEN | RES_USEVC; in _sethostdnsent()
752 statp->options &= ~(RES_STAYOPEN | RES_USEVC); in _endhostdnsent()
/dragonfly/include/
HDresolv.h216 #define RES_USEVC 0x00000008 /* use virtual circuit */ macro
/dragonfly/lib/libc/resolv/
HDres_send.c324 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ; in res_nsend()
520 if ((v_circuit && (statp->options & RES_USEVC) == 0U) || in res_nsend()
HDres_debug.c646 case RES_USEVC: return "usevc"; in p_option()