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

/freebsd-10-stable/lib/libc/net/
H A Dgetnetbydns.c454 statp->options |= RES_STAYOPEN | RES_USEVC;
463 statp->options &= ~(RES_STAYOPEN | RES_USEVC);
H A Dgethostbydns.c768 statp->options |= RES_STAYOPEN | RES_USEVC;
777 statp->options &= ~(RES_STAYOPEN | RES_USEVC);
/freebsd-10-stable/include/
H A Dresolv.h235 #define RES_STAYOPEN 0x00000100 /*%< Keep TCP socket open */ macro
/freebsd-10-stable/lib/libc/resolv/
H A Dres_debug.c675 case RES_STAYOPEN: return "styopn";
H A Dres_send.c517 (statp->options & RES_STAYOPEN) == 0U) {
/freebsd-10-stable/contrib/sendmail/src/
H A Dreadcf.c2588 { "stayopen", RES_STAYOPEN },

Completed in 119 milliseconds