Home
last modified time | relevance | path

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

/dragonfly/include/
H A Dresolv.h216 #define RES_USEVC 0x00000008 /* use virtual circuit */ macro
/dragonfly/lib/libc/net/
H A Dgethostbydns.c743 statp->options |= RES_STAYOPEN | RES_USEVC; in _sethostdnsent()
752 statp->options &= ~(RES_STAYOPEN | RES_USEVC); in _endhostdnsent()
H A Dgetnetbydns.c449 statp->options |= RES_STAYOPEN | RES_USEVC; in _setnetdnsent()
458 statp->options &= ~(RES_STAYOPEN | RES_USEVC); in _endnetdnsent()
/dragonfly/lib/libc/resolv/
H A Dres_debug.c646 case RES_USEVC: return "usevc"; in p_option()
H A Dres_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()