Searched refs:RES_USEVC (Results 1 – 7 of 7) sorted by relevance
450 statp->options |= RES_STAYOPEN | RES_USEVC; in _setnetdnsent()459 statp->options &= ~(RES_STAYOPEN | RES_USEVC); in _endnetdnsent()
762 statp->options |= RES_STAYOPEN | RES_USEVC; in _sethostdnsent()771 statp->options &= ~(RES_STAYOPEN | RES_USEVC); in _endhostdnsent()
231 #define RES_USEVC 0x00000008 /*%< use virtual circuit */ macro
318 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ; in res_nsend()510 if ((v_circuit && (statp->options & RES_USEVC) == 0U) || in res_nsend()
661 case RES_USEVC: return "usevc"; in p_option()
668 statp->options |= RES_USEVC; in res_setoptions()
2822 { "usevc", RES_USEVC },