Home
last modified time | relevance | path

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

/system/netd/resolv/
Dresolv_private.h154 #define RES_USEVC 0x00000008 /* use virtual circuit */ macro
Dres_send.cpp389 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ; in res_nsend()
628 if ((v_circuit && (statp->options & RES_USEVC) == 0U) || in res_nsend()