Searched refs:RES_USEVC (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/lib/libc/net/
H A Dgetnetbydns.c450 statp->options |= RES_STAYOPEN | RES_USEVC;
459 statp->options &= ~(RES_STAYOPEN | RES_USEVC);
H A Dgethostbydns.c762 statp->options |= RES_STAYOPEN | RES_USEVC;
771 statp->options &= ~(RES_STAYOPEN | RES_USEVC);
/freebsd-current/include/
H A Dresolv.h231 #define RES_USEVC 0x00000008 /*%< use virtual circuit */ macro
/freebsd-current/lib/libc/resolv/
H A Dres_send.c318 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ;
510 if ((v_circuit && (statp->options & RES_USEVC) == 0U) ||
H A Dres_init.c668 statp->options |= RES_USEVC;
H A Dres_debug.c661 case RES_USEVC: return "usevc";
/freebsd-current/contrib/sendmail/src/
H A Dreadcf.c2822 { "usevc", RES_USEVC },

Completed in 221 milliseconds