Home
last modified time | relevance | path

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

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