Searched refs:RES_USEVC (Results 1 – 5 of 5) sorted by relevance
310 _res.options |= RES_STAYOPEN | RES_USEVC; in _setnetdnsent()316 _res.options &= ~(RES_STAYOPEN | RES_USEVC); in _endnetdnsent()
806 _res.options |= RES_STAYOPEN | RES_USEVC; in _sethostdnsent()812 _res.options &= ~(RES_STAYOPEN | RES_USEVC); in _endhostdnsent()
354 v_circuit = (_res.options & RES_USEVC) || buflen > PACKETSZ; in res_send()869 if ((v_circuit && (!(_res.options & RES_USEVC) || ns != 0)) || in res_send()
530 case RES_USEVC: return "usevc"; in p_option()
123 #define RES_USEVC 0x00000008 /* use virtual circuit */ macro