Searched refs:RES_STAYOPEN (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()
535 case RES_STAYOPEN: return "styopn"; in p_option()
870 !(_res.options & RES_STAYOPEN)) { in res_send()
128 #define RES_STAYOPEN 0x00000100 /* Keep TCP socket open */ macro