Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libresolv/
H A Dres_sethost.c51 _res.options |= RES_STAYOPEN | RES_USEVC; in res_sethostent()
57 _res.options &= ~(RES_STAYOPEN | RES_USEVC); in res_endhostent()
H A Dresolv.h95 #define RES_STAYOPEN 0x0100 /* Keep TCP socket open */ macro
H A Dres_send.c481 (_res.options & RES_STAYOPEN) == 0) {
/titanic_41/usr/src/head/
H A Dresolv.h272 #define RES_STAYOPEN 0x00000100 /* Keep TCP socket open */ macro
/titanic_41/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c698 case RES_STAYOPEN: return "styopn"; in p_option()
H A Dres_send.c505 (statp->options & RES_STAYOPEN) == 0U) { in res_nsend()
/titanic_41/usr/src/cmd/nscd/
H A Dnscd_frontend.c1544 _res.options |= RES_STAYOPEN; /* just keep this udp socket open */ in keep_open_dns_socket()
/titanic_41/usr/src/cmd/sendmail/src/
H A Dreadcf.c1965 { "stayopen", RES_STAYOPEN },