Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv/
H A Dres_sethost.c52 _res.options |= RES_STAYOPEN | RES_USEVC;
58 _res.options &= ~(RES_STAYOPEN | RES_USEVC); in res_endhostent()
H A Dresolv.h88 #define RES_USEVC 0x0008 /* use virtual circuit */ macro
H A Dres_send.c172 v_circuit = (_res.options & RES_USEVC) || buflen > PACKETSZ;
493 ((_res.options & RES_USEVC) == 0 || ns != 0)) ||
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_sendsigned.c91 if (newmsglen > PACKETSZ || nstatp->options & RES_USEVC) in res_nsendsigned()
96 nstatp->options |= RES_USEVC; in res_nsendsigned()
H A Dres_send.c324 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ; in res_nsend()
502 if ((v_circuit && (statp->options & RES_USEVC) == 0U) || in res_nsend()
H A Dres_debug.c688 case RES_USEVC: return "usevc"; in p_option()
/illumos-gate/usr/src/head/
H A Dresolv.h267 #define RES_USEVC 0x00000008 /* use virtual circuit */ macro
/illumos-gate/usr/src/lib/libadutils/common/
H A Daddisc.c195 ctx->res_state.options |= RES_USEVC; in do_res_ninit()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dreadcf.c1960 { "usevc", RES_USEVC },