Searched refs:RES_USEVC (Results 1 – 3 of 3) sorted by relevance
262 #define RES_USEVC 0x00000008 /* use virtual circuit */ macro
374 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ; in res_nsend()630 if ((v_circuit && (statp->options & RES_USEVC) == 0U) || in res_nsend()
671 case RES_USEVC: return "usevc"; in p_option()