Home
last modified time | relevance | path

Searched refs:AI_ADDRCONFIG (Results 1 - 25 of 39) sorted by relevance

12

/third_party/python/Modules/
H A Daddrinfo.h83 #undef AI_ADDRCONFIG macro
96 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */ macro
99 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
H A Dgetaddrinfo.c554 AI_ADDRCONFIG|AI_ALL|AI_V4MAPPED, &h_error);
556 hp = getipnodebyname(hostname, af, AI_ADDRCONFIG, &h_error);
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_addr.c697 # ifdef AI_ADDRCONFIG in BIO_lookup_ex()
701 hints.ai_flags |= AI_ADDRCONFIG; in BIO_lookup_ex()
710 # if defined(AI_ADDRCONFIG) && defined(AI_NUMERICHOST) in BIO_lookup_ex()
730 # if defined(AI_ADDRCONFIG) && defined(AI_NUMERICHOST) in BIO_lookup_ex()
731 if (hints.ai_flags & AI_ADDRCONFIG) { in BIO_lookup_ex()
732 hints.ai_flags &= ~AI_ADDRCONFIG; in BIO_lookup_ex()
/third_party/openssl/crypto/bio/
H A Dbio_addr.c697 # ifdef AI_ADDRCONFIG in BIO_lookup_ex()
701 hints.ai_flags |= AI_ADDRCONFIG; in BIO_lookup_ex()
710 # if defined(AI_ADDRCONFIG) && defined(AI_NUMERICHOST) in BIO_lookup_ex()
730 # if defined(AI_ADDRCONFIG) && defined(AI_NUMERICHOST) in BIO_lookup_ex()
731 if (hints.ai_flags & AI_ADDRCONFIG) { in BIO_lookup_ex()
732 hints.ai_flags &= ~AI_ADDRCONFIG; in BIO_lookup_ex()
/third_party/musl/src/network/
H A Dgetaddrinfo.c37 AI_V4MAPPED | AI_ALL | AI_ADDRCONFIG | AI_NUMERICSERV; in getaddrinfo()
51 if (flags & AI_ADDRCONFIG) { in getaddrinfo()
/third_party/node/lib/internal/dns/
H A Dutils.js260 const { AI_ADDRCONFIG, AI_ALL, AI_V4MAPPED } = lazyBinding();
261 if ((hints & ~(AI_ADDRCONFIG | AI_ALL | AI_V4MAPPED)) !== 0) {
/third_party/lwip/src/include/lwip/
H A Dnetdb.h88 #define AI_ADDRCONFIG 0x40 macro
/third_party/musl/porting/linux/user/src/network/
H A Dgetaddrinfo.c122 AI_V4MAPPED | AI_ALL | AI_ADDRCONFIG | AI_NUMERICSERV; in getaddrinfo_ext()
136 if (flags & AI_ADDRCONFIG) { in getaddrinfo_ext()
/third_party/musl/src/network/linux/
H A Dgetaddrinfo.c137 AI_V4MAPPED | AI_ALL | AI_ADDRCONFIG | AI_NUMERICSERV; in getaddrinfo_ext()
158 if (flags & AI_ADDRCONFIG) { in getaddrinfo_ext()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dnetdb.h32 #define AI_ADDRCONFIG 0x20 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dnetdb.h32 #define AI_ADDRCONFIG 0x20 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dnetdb.h32 #define AI_ADDRCONFIG 0x20 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dnetdb.h32 #define AI_ADDRCONFIG 0x20 macro
/third_party/musl/include/
H A Dnetdb.h49 #define AI_ADDRCONFIG 0x20 macro
/third_party/musl/libc-test/src/api/
H A Dnetdb.c55 C(AI_ADDRCONFIG) in f()
/third_party/nghttp2/src/
H A Dshrpx_worker.cc746 # ifdef AI_ADDRCONFIG in create_quic_server_socket()
747 hints.ai_flags |= AI_ADDRCONFIG; in create_quic_server_socket()
748 # endif // AI_ADDRCONFIG in create_quic_server_socket()
755 # ifdef AI_ADDRCONFIG in create_quic_server_socket()
757 // Retry without AI_ADDRCONFIG in create_quic_server_socket()
758 hints.ai_flags &= ~AI_ADDRCONFIG; in create_quic_server_socket()
761 # endif // AI_ADDRCONFIG in create_quic_server_socket()
H A Dshrpx_config.cc4645 #ifdef AI_ADDRCONFIG in resolve_hostname()
4646 hints.ai_flags |= AI_ADDRCONFIG; in resolve_hostname()
4647 #endif // AI_ADDRCONFIG in resolve_hostname()
4651 #ifdef AI_ADDRCONFIG in resolve_hostname()
4653 // Retry without AI_ADDRCONFIG in resolve_hostname()
4654 hints.ai_flags &= ~AI_ADDRCONFIG; in resolve_hostname()
4657 #endif // AI_ADDRCONFIG in resolve_hostname()
H A Dshrpx.cc826 #ifdef AI_ADDRCONFIG in create_tcp_server_socket()
827 hints.ai_flags |= AI_ADDRCONFIG; in create_tcp_server_socket()
828 #endif // AI_ADDRCONFIG in create_tcp_server_socket()
835 #ifdef AI_ADDRCONFIG in create_tcp_server_socket()
837 // Retry without AI_ADDRCONFIG in create_tcp_server_socket()
838 hints.ai_flags &= ~AI_ADDRCONFIG; in create_tcp_server_socket()
841 #endif // AI_ADDRCONFIG in create_tcp_server_socket()
/third_party/node/lib/
H A Ddns.js313 ADDRCONFIG: cares.AI_ADDRCONFIG,
/third_party/musl/Benchmark/musl/
H A Dlibc_network.cpp121 hint.ai_flags = AI_ADDRCONFIG; // Query the configured address type IPV4 or IPV6 in Bm_function_Getaddrinfo_Freeaddrinfo_intranet5()
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dgetaddrinfo.c122 * the host name(hint.ai_flags =AI_ADDRCONFIG).
128 hint.ai_flags = AI_ADDRCONFIG; in getaddrinfo_0600()
/third_party/libwebsockets/lib/core-net/
H A Dadopt.c842 #ifdef AI_ADDRCONFIG in lws_create_adopt_udp()
843 h.ai_flags |= AI_ADDRCONFIG; in lws_create_adopt_udp()
/third_party/nghttp2/examples/
H A Dlibevent-server.c762 #ifdef AI_ADDRCONFIG in start_listen()
763 hints.ai_flags |= AI_ADDRCONFIG; in start_listen()
764 #endif /* AI_ADDRCONFIG */ in start_listen()
/third_party/toybox/toys/net/
H A Dftpget.c143 AI_ADDRCONFIG)); in ftpget_main()
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs563 pub const AI_ADDRCONFIG: ::c_int = 0; consts

Completed in 26 milliseconds

12