Home
last modified time | relevance | path

Searched refs:AI_NUMERICHOST (Results 1 - 25 of 52) sorted by relevance

123

/third_party/python/Modules/
H A Daddrinfo.h79 #undef AI_NUMERICHOST macro
90 #define AI_NUMERICHOST 0x00000004 /* prevent name resolution */ macro
92 #define AI_MASK (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST)
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dgetaddrinfo.c69 * (hint.ai_flags =AI_NUMERICHOST).
75 hint.ai_flags = AI_NUMERICHOST; in getaddrinfo_0300()
200 * @tc.desc : The parameters are invalid,hint ai_flags is AI_NUMERICHOST,
207 hint.ai_flags = AI_NUMERICHOST; in getaddrinfo_1100()
229 hint.ai_flags = AI_NUMERICHOST; in getaddrinfo_1200()
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-common.c448 hints.ai_flags |= AI_NUMERICHOST; in get_maddrinfo()
546 hints.ai_flags |= AI_NUMERICHOST; in create_source_filter()
553 hints.ai_flags |= AI_NUMERICHOST; in create_source_filter()
/third_party/ffmpeg/libavformat/
H A Dnetwork.h186 #ifndef AI_NUMERICHOST
187 #define AI_NUMERICHOST 4 macro
H A Dtls.c85 hints.ai_flags = AI_NUMERICHOST; in ff_tls_open_underlying()
H A Dos_support.c81 if (hints && (hints->ai_flags & AI_NUMERICHOST)) { in ff_getaddrinfo()
H A Durl.c54 hints.ai_flags = AI_NUMERICHOST; in ff_url_join()
/third_party/musl/libc-test/src/functionalext/supplement/manual/network/
H A Dgetnameinfo.c61 hint.ai_flags = AI_NUMERICHOST; in getnameinfo_0200()
143 hint.ai_flags = AI_NUMERICHOST; in getnameinfo_0600()
/third_party/curl/lib/
H A Dhostip6.c126 * The AI_NUMERICHOST must not be set to get synthesized IPv6 address from in Curl_getaddrinfo()
132 hints.ai_flags = AI_NUMERICHOST; in Curl_getaddrinfo()
H A Dsetup-vms.h373 /* AI_NUMERICHOST needed for IP V6 support in Curl */
376 #ifndef AI_NUMERICHOST
/third_party/lwip/src/include/lwip/
H A Dnetdb.h84 #define AI_NUMERICHOST 0x04 macro
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_addr.c710 # if defined(AI_ADDRCONFIG) && defined(AI_NUMERICHOST) in BIO_lookup_ex()
730 # if defined(AI_ADDRCONFIG) && defined(AI_NUMERICHOST) in BIO_lookup_ex()
733 hints.ai_flags |= AI_NUMERICHOST; in BIO_lookup_ex()
/third_party/openssl/crypto/bio/
H A Dbio_addr.c710 # if defined(AI_ADDRCONFIG) && defined(AI_NUMERICHOST) in BIO_lookup_ex()
730 # if defined(AI_ADDRCONFIG) && defined(AI_NUMERICHOST) in BIO_lookup_ex()
733 hints.ai_flags |= AI_NUMERICHOST; in BIO_lookup_ex()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dnetdb.h29 #define AI_NUMERICHOST 0x04 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dnetdb.h29 #define AI_NUMERICHOST 0x04 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dnetdb.h29 #define AI_NUMERICHOST 0x04 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dnetdb.h29 #define AI_NUMERICHOST 0x04 macro
/third_party/musl/include/
H A Dnetdb.h46 #define AI_NUMERICHOST 0x04 macro
/third_party/musl/libc-test/src/api/
H A Dnetdb.c51 C(AI_NUMERICHOST) in f()
/third_party/libcoap/examples/
H A Dtiny.c102 hints.ai_flags = AI_PASSIVE | AI_NUMERICHOST | AI_NUMERICSERV | AI_ALL; in get_session()
/third_party/musl/src/network/
H A Dgetaddrinfo.c36 const int mask = AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | in getaddrinfo()
/third_party/toybox/toys/pending/
H A Dhost.c78 struct addrinfo *ai, iplit_hints = { .ai_flags = AI_NUMERICHOST }; in host_main()
/third_party/nghttp2/src/
H A Dshrpx_tls_test.cc210 hints.ai_flags = AI_NUMERICHOST | AI_NUMERICSERV; in parse_addr()
/third_party/musl/porting/linux/user/src/network/
H A Dgetaddrinfo.c121 const int mask = AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | in getaddrinfo_ext()
/third_party/musl/src/network/linux/
H A Dgetaddrinfo.c136 const int mask = AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | in getaddrinfo_ext()

Completed in 13 milliseconds

123