Searched refs:RES_USEVC (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.h230 #define RES_USEVC 0x00000008 /*%< use virtual circuit */ macro
/freebsd-10-stable/lib/libc/resolv/
H A Dres_send.c324 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ;
516 if ((v_circuit && (statp->options & RES_USEVC) == 0U) ||
H A Dres_debug.c670 case RES_USEVC: return "usevc";
/freebsd-10-stable/contrib/sendmail/src/
H A Dreadcf.c2583 { "usevc", RES_USEVC },

Completed in 118 milliseconds