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

  /external/tcpdump/missing/
addrinfo.h 38 #define EAI_AGAIN 2 /* temporary failure in name resolution */
getaddrinfo.c 196 "Temporary failure in name resolution", /* EAI_AGAIN */
574 error = EAI_AGAIN;
  /bionic/libc/include/
netdb.h 144 #define EAI_AGAIN 2 /* temporary failure in name resolution */
  /ndk/build/platforms/android-3/arch-arm/usr/include/
netdb.h 144 #define EAI_AGAIN 2 /* temporary failure in name resolution */
  /ndk/build/platforms/android-4/arch-arm/usr/include/
netdb.h 144 #define EAI_AGAIN 2 /* temporary failure in name resolution */
  /ndk/build/platforms/android-5/arch-arm/usr/include/
netdb.h 144 #define EAI_AGAIN 2 /* temporary failure in name resolution */
  /ndk/build/platforms/android-5/arch-x86/usr/include/
netdb.h 144 #define EAI_AGAIN 2 /* temporary failure in name resolution */
  /ndk/build/platforms/android-8/arch-arm/usr/include/
netdb.h 144 #define EAI_AGAIN 2 /* temporary failure in name resolution */
  /ndk/build/platforms/android-8/arch-x86/usr/include/
netdb.h 144 #define EAI_AGAIN 2 /* temporary failure in name resolution */
  /external/netperf/
netserver.c 474 if (error == EAI_AGAIN) {
476 fprintf(stderr,"Sleeping on getaddrinfo EAI_AGAIN\n");
481 } while ((error == EAI_AGAIN) && (count <= 5));
netlib.c     [all...]
nettest_bsd.c 587 if (error == EAI_AGAIN) {
589 fprintf(where,"Sleeping on getaddrinfo EAI_AGAIN\n");
611 the fix-up for us. also flip error over to EAI_AGAIN and
614 error = EAI_AGAIN;
619 } while ((error == EAI_AGAIN) && (count <= 5));
    [all...]
  /external/qemu/
sockets.c 654 case EAI_AGAIN: /* server is down */
780 case EAI_AGAIN:
866 case EAI_AGAIN:
    [all...]
  /bionic/libc/netbsd/net/
getaddrinfo.c 235 "Temporary failure in name resolution", /* EAI_AGAIN */
601 error = EAI_AGAIN;
    [all...]

Completed in 200 milliseconds