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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
addrinfo.h 49 #undef EAI_SOCKTYPE
67 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
addrinfo.h 49 #undef EAI_SOCKTYPE
67 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
addrinfo.h 58 #undef EAI_SOCKTYPE
76 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
addrinfo.h 49 #undef EAI_SOCKTYPE
67 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
getaddrinfo.c 150 "ai_socktype not supported.", /* EAI_SOCKTYPE */
327 ERR(EAI_SOCKTYPE);
socketmodule.c     [all...]
  /external/python/cpython2/Modules/
addrinfo.h 49 #undef EAI_SOCKTYPE
67 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
getaddrinfo.c 150 "ai_socktype not supported.", /* EAI_SOCKTYPE */
327 ERR(EAI_SOCKTYPE);
socketmodule.c     [all...]
  /external/python/cpython3/Modules/
addrinfo.h 49 #undef EAI_SOCKTYPE
67 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
getaddrinfo.c 150 "ai_socktype not supported.", /* EAI_SOCKTYPE */
327 ERR(EAI_SOCKTYPE);
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 205 #define EAI_SOCKTYPE 10 /**< ai_socktype not supported */
  /bionic/libc/include/
netdb.h 146 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
  /bionic/tests/headers/posix/
netdb_h.c 97 MACRO(EAI_SOCKTYPE);
  /external/parameter-framework/asio-1.10.6/include/asio/
error.hpp 174 ASIO_GETADDRINFO_ERROR(EAI_SOCKTYPE))
  /external/libevent/include/event2/
util.h 725 #if defined(EAI_SOCKTYPE) && defined(EVENT__HAVE_GETADDRINFO)
726 #define EVUTIL_EAI_SOCKTYPE EAI_SOCKTYPE
  /external/libnl/lib/
addr.c 779 case EAI_SOCKTYPE: return -NLE_BAD_SOCK;
  /bionic/libc/dns/net/
getaddrinfo.c 264 "ai_socktype not supported", /* EAI_SOCKTYPE */
1179 return EAI_SOCKTYPE;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getaddrinfo.c 259 "ai_socktype not supported", /* EAI_SOCKTYPE */
943 return EAI_SOCKTYPE;
    [all...]

Completed in 327 milliseconds