Searched refs:RES_STAYOPEN (Results 1 – 6 of 6) 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()
236 #define RES_STAYOPEN 0x00000100 /*%< Keep TCP socket open */ macro
666 case RES_STAYOPEN: return "styopn"; in p_option()
506 (statp->options & RES_STAYOPEN) == 0U) { in res_nsend()
2827 { "stayopen", RES_STAYOPEN },