HomeSort by relevance Sort by last modified time
    Searched refs:RES_F_VC (Results 1 - 6 of 6) sorted by null

  /bionic/libc/netbsd/resolv/
res_send.c 744 if (statp->_vcsock >= 0 && (statp->_flags & RES_F_VC) != 0) {
752 statp->_flags &= ~RES_F_VC;
756 if (statp->_vcsock < 0 || (statp->_flags & RES_F_VC) == 0) {
796 statp->_flags |= RES_F_VC;
    [all...]
res_init.c 777 statp->_flags &= ~(RES_F_VC | RES_F_CONN);
  /bionic/libc/private/
resolv_private.h 209 #define RES_F_VC 0x00000001 /* socket is TCP */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
resolv.h 185 #define RES_F_VC 0x00000001 /* socket is TCP */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 185 #define RES_F_VC 0x00000001 /* socket is TCP */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 185 #define RES_F_VC 0x00000001 /* socket is TCP */

Completed in 237 milliseconds