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