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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
addrinfo.h 46 #undef EAI_NODATA
64 #define EAI_NODATA 7 /* no address associated with hostname */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
addrinfo.h 46 #undef EAI_NODATA
64 #define EAI_NODATA 7 /* no address associated with hostname */
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
addrinfo.h 55 #undef EAI_NODATA
73 #define EAI_NODATA 7 /* no address associated with hostname */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
addrinfo.h 46 #undef EAI_NODATA
64 #define EAI_NODATA 7 /* no address associated with hostname */
getaddrinfo.c 147 "no address associated with hostname.", /* EAI_NODATA */
562 error = EAI_NODATA;
socketmodule.c     [all...]
  /external/openssh/openbsd-compat/
fake-rfc2553.h 121 #ifndef EAI_NODATA
122 # define EAI_NODATA (INT_MAX - 1)
fake-rfc2553.c 73 return (EAI_NODATA);
94 case EAI_NODATA:
233 return (EAI_NODATA);
  /external/python/cpython2/Modules/
addrinfo.h 46 #undef EAI_NODATA
64 #define EAI_NODATA 7 /* no address associated with hostname */
getaddrinfo.c 147 "no address associated with hostname.", /* EAI_NODATA */
562 error = EAI_NODATA;
socketmodule.c     [all...]
  /external/python/cpython3/Modules/
addrinfo.h 46 #undef EAI_NODATA
64 #define EAI_NODATA 7 /* no address associated with hostname */
getaddrinfo.c 147 "no address associated with hostname.", /* EAI_NODATA */
562 error = EAI_NODATA;
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 202 #define EAI_NODATA 7 /**< no address associated with hostname */
  /external/libevent/include/event2/
util.h 710 #if defined(EAI_NODATA) && defined(EVENT__HAVE_GETADDRINFO) && (!defined(EAI_NONAME) || EAI_NODATA != EAI_NONAME)
711 #define EVUTIL_EAI_NODATA EAI_NODATA
  /bionic/libc/include/
netdb.h 143 #define EAI_NODATA 7 /* no address associated with hostname */
  /bionic/libc/dns/net/
getaddrinfo.c 261 "No address associated with hostname", /* EAI_NODATA */
422 return EAI_NODATA;
557 return EAI_NODATA;
728 ERR(EAI_NODATA);
835 error = EAI_NODATA;
1070 return(EAI_NODATA); /* XXX: is return OK? */
    [all...]
  /external/curl/lib/
curl_addrinfo.c 220 error = EAI_NODATA;
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getaddrinfo.c 256 "No address associated with hostname", /* EAI_NODATA */
499 ERR(EAI_NODATA);
599 error = EAI_NODATA;
837 return(EAI_NODATA); /* XXX: is return OK? */
    [all...]
  /external/libnl/lib/
addr.c 776 case EAI_NODATA: return -NLE_NOADDR;
  /external/openssh/
ssh.c 255 if (logerr || (gaierr != EAI_NONAME && gaierr != EAI_NODATA))
    [all...]

Completed in 86 milliseconds