Searched refs:RES_STAYOPEN (Results 1 – 4 of 4) sorted by relevance
81 _res.options |= RES_STAYOPEN | RES_USEVC; in sethostent()90 _res.options &= ~(RES_STAYOPEN | RES_USEVC); in endhostent()
145 #define RES_STAYOPEN (1 << 8) /* Keep TCP socket open */ macro
687 case RES_STAYOPEN: return "styopn"; in p_option()
539 (statp->options & RES_STAYOPEN) == 0U) { in res_nsend()