Home
last modified time | relevance | path

Searched refs:EAI_FAIL (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython3/Modules/
Daddrinfo.h43 #undef EAI_FAIL
61 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */ macro
Dgetaddrinfo.c473 error = EAI_FAIL; in getaddrinfo()
569 error = EAI_FAIL;
577 error = EAI_FAIL;
Dsocketmodule.c7575 #ifdef EAI_FAIL
7576 PyModule_AddIntMacro(m, EAI_FAIL);
/external/python/cpython2/Modules/
Daddrinfo.h43 #undef EAI_FAIL
61 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */ macro
Dgetaddrinfo.c473 error = EAI_FAIL; in getaddrinfo()
569 error = EAI_FAIL;
577 error = EAI_FAIL;
Dsocketmodule.c5399 #ifdef EAI_FAIL
5400 PyModule_AddIntConstant(m, "EAI_FAIL", EAI_FAIL);
/external/fio/os/windows/posix/include/arpa/
Dinet.h11 #define EAI_SYSTEM EAI_FAIL
/external/syslinux/core/lwip/src/api/
Dnetdb.c278 return EAI_FAIL; in lwip_getaddrinfo()
298 return EAI_FAIL; in lwip_getaddrinfo()
/external/syslinux/core/lwip/src/include/lwip/
Dnetdb.h62 #define EAI_FAIL 202 macro
/external/libevent/include/event2/
Dutil.h692 #if defined(EAI_FAIL) && defined(EVENT__HAVE_GETADDRINFO)
693 #define EVUTIL_EAI_FAIL EAI_FAIL
/external/libcups/cups/
Dhttp-addr.c393 if (error == EAI_FAIL) in httpAddrLookup()
Dhttp-addrlist.c656 if (error == EAI_FAIL) in httpAddrGetList()
/external/libnl/lib/
Daddr.c773 case EAI_FAIL: return -NLE_NOADDR; in nl_addr_info()
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dsocket_ops.ipp1447 case EAI_FAIL: