Home
last modified time | relevance | path

Searched refs:RES_STAYOPEN (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libc/net/
H A Dgetnetbydns.c453 statp->options |= RES_STAYOPEN | RES_USEVC; in _setnetdnsent()
462 statp->options &= ~(RES_STAYOPEN | RES_USEVC); in _endnetdnsent()
H A Dgethostbydns.c768 statp->options |= RES_STAYOPEN | RES_USEVC; in _sethostdnsent()
777 statp->options &= ~(RES_STAYOPEN | RES_USEVC); in _endhostdnsent()
/freebsd/include/
H A Dresolv.h236 #define RES_STAYOPEN 0x00000100 /*%< Keep TCP socket open */ macro
/freebsd/lib/libc/resolv/
H A Dres_debug.c666 case RES_STAYOPEN: return "styopn"; in p_option()
H A Dres_send.c506 (statp->options & RES_STAYOPEN) == 0U) { in res_nsend()
/freebsd/contrib/sendmail/src/
H A Dreadcf.c2827 { "stayopen", RES_STAYOPEN },