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

/freebsd-13-stable/lib/libc/net/
H A Dgetnetbydns.c456 statp->options |= RES_STAYOPEN | RES_USEVC;
465 statp->options &= ~(RES_STAYOPEN | RES_USEVC);
H A Dgethostbydns.c766 statp->options |= RES_STAYOPEN | RES_USEVC;
775 statp->options &= ~(RES_STAYOPEN | RES_USEVC);
/freebsd-13-stable/include/
H A Dresolv.h232 #define RES_USEVC 0x00000008 /*%< use virtual circuit */ macro
/freebsd-13-stable/lib/libc/resolv/
H A Dres_send.c325 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ;
517 if ((v_circuit && (statp->options & RES_USEVC) == 0U) ||
H A Dres_debug.c668 case RES_USEVC: return "usevc";
H A Dres_init.c683 statp->options |= RES_USEVC;
/freebsd-13-stable/contrib/sendmail/src/
H A Dreadcf.c2604 { "usevc", RES_USEVC },

Completed in 167 milliseconds