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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
addrinfo.h 81 #undef AI_ALL
94 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
addrinfo.h 81 #undef AI_ALL
94 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
addrinfo.h 90 #undef AI_ALL
103 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
addrinfo.h 81 #undef AI_ALL
94 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
getaddrinfo.c 38 * - PF_UNSPEC case would be handled in getipnodebyname() with the AI_ALL flag.
551 AI_ADDRCONFIG|AI_ALL|AI_V4MAPPED, &h_error);
socketmodule.c     [all...]
  /external/python/cpython2/Modules/
addrinfo.h 81 #undef AI_ALL
94 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
getaddrinfo.c 38 * - PF_UNSPEC case would be handled in getipnodebyname() with the AI_ALL flag.
551 AI_ADDRCONFIG|AI_ALL|AI_V4MAPPED, &h_error);
socketmodule.c     [all...]
  /external/python/cpython3/Modules/
addrinfo.h 81 #undef AI_ALL
94 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
getaddrinfo.c 38 * - PF_UNSPEC case would be handled in getipnodebyname() with the AI_ALL flag.
551 AI_ADDRCONFIG|AI_ALL|AI_V4MAPPED, &h_error);
socketmodule.c     [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
resolver_query_base.hpp 36 all_matching = ASIO_OS_DEF(AI_ALL),
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
socket_types.hpp 141 // Note: QNX Neutrino 6.3 defines AI_V4MAPPED, AI_ALL and AI_ADDRCONFIG but
148 # if defined(AI_ALL) && !defined(__QNXNTO__)
149 # define ASIO_OS_DEF_AI_ALL AI_ALL
  /bionic/libc/include/
netdb.h 165 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
  /bionic/tests/headers/posix/
netdb_h.c 78 MACRO(AI_ALL);
  /external/libevent/include/event2/
util.h 763 #if defined(AI_ALL) && defined(EVENT__HAVE_GETADDRINFO)
764 #define EVUTIL_AI_ALL AI_ALL
783 * - The AI_V4MAPPED and AI_ALL flags are not currently implemented.
  /external/libevent/
evutil.c 1101 #ifndef AI_ALL
1125 #ifdef AI_ALL
1126 AI_ALL |
    [all...]

Completed in 1021 milliseconds