Home
last modified time | relevance | path

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

/aosp12/bionic/libc/dns/include/
H A Dresolv_private.h249 #define RES_USEVC 0x00000008 /* use virtual circuit */ macro
/aosp12/bionic/libc/dns/resolv/
H A Dres_send.c364 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ; in res_nsend()
624 if ((v_circuit && (statp->options & RES_USEVC) == 0U) || in res_nsend()
H A Dres_debug.c689 case RES_USEVC: return "usevc"; in p_option()