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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
addrinfo.h 44 #undef EAI_FAMILY
62 #define EAI_FAMILY 5 /* ai_family not supported */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
addrinfo.h 44 #undef EAI_FAMILY
62 #define EAI_FAMILY 5 /* ai_family not supported */
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
addrinfo.h 53 #undef EAI_FAMILY
71 #define EAI_FAMILY 5 /* ai_family not supported */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
addrinfo.h 44 #undef EAI_FAMILY
62 #define EAI_FAMILY 5 /* ai_family not supported */
getaddrinfo.c 145 "ai_family not supported.", /* EAI_FAMILY */
293 ERR(EAI_FAMILY);
410 ERR(EAI_FAMILY);
458 ERR(EAI_FAMILY); /*xxx*/
socketmodule.c     [all...]
  /external/openssh/openbsd-compat/
fake-rfc2553.h 133 #ifndef EAI_FAMILY
134 # define EAI_FAMILY (INT_MAX - 5)
fake-rfc2553.c 55 return (EAI_FAMILY);
100 case EAI_FAMILY:
168 return (EAI_FAMILY);
  /external/python/cpython2/Modules/
addrinfo.h 44 #undef EAI_FAMILY
62 #define EAI_FAMILY 5 /* ai_family not supported */
getaddrinfo.c 145 "ai_family not supported.", /* EAI_FAMILY */
293 ERR(EAI_FAMILY);
410 ERR(EAI_FAMILY);
458 ERR(EAI_FAMILY); /*xxx*/
socketmodule.c     [all...]
  /external/python/cpython3/Modules/
addrinfo.h 44 #undef EAI_FAMILY
62 #define EAI_FAMILY 5 /* ai_family not supported */
getaddrinfo.c 145 "ai_family not supported.", /* EAI_FAMILY */
293 ERR(EAI_FAMILY);
410 ERR(EAI_FAMILY);
458 ERR(EAI_FAMILY); /*xxx*/
socketmodule.c     [all...]
  /bionic/libc/dns/net/
getnameinfo.c 133 return EAI_FAMILY;
151 return EAI_FAMILY;
197 return EAI_FAMILY;
203 return EAI_FAMILY;
getaddrinfo.c 259 "ai_family not supported", /* EAI_FAMILY */
632 ERR(EAI_FAMILY);
975 ERR(EAI_FAMILY); /*xxx*/
996 ERR(EAI_FAMILY); /*xxx*/
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getnameinfo.c 159 return EAI_FAMILY;
208 return EAI_FAMILY;
509 return EAI_FAMILY;
523 return EAI_FAMILY;
getaddrinfo.c 254 "ai_family not supported", /* EAI_FAMILY */
402 ERR(EAI_FAMILY);
740 ERR(EAI_FAMILY); /*xxx*/
761 ERR(EAI_FAMILY); /*xxx*/
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 200 #define EAI_FAMILY 5 /**< ai_family not supported */
  /bionic/libc/include/
netdb.h 141 #define EAI_FAMILY 5 /* ai_family not supported */
  /bionic/tests/headers/posix/
netdb_h.c 93 MACRO(EAI_FAMILY);
  /external/libevent/include/event2/
util.h 697 #if defined(EAI_FAMILY) && defined(EVENT__HAVE_GETADDRINFO)
698 #define EVUTIL_EAI_FAMILY EAI_FAMILY
  /bionic/tests/
netdb_test.cpp 129 ASSERT_EQ(EAI_FAMILY, getnameinfo(sa, too_little, tmp, sizeof(tmp), nullptr, 0, NI_NUMERICHOST));
140 ASSERT_EQ(EAI_FAMILY, getnameinfo(sa, too_little, tmp, sizeof(tmp), nullptr, 0, NI_NUMERICHOST));
  /external/libnl/lib/
addr.c 774 case EAI_FAMILY: return -NLE_AF_NOSUPPORT;

Completed in 332 milliseconds