Home
last modified time | relevance | path

Searched refs:AI_PASSIVE (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/python/Modules/
Daddrinfo.h76 #ifdef AI_PASSIVE
77 #undef AI_PASSIVE
88 #define AI_PASSIVE 0x00000001 /* get address to use bind() */ macro
92 #define AI_MASK (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST)
/third_party/ffmpeg/libavformat/
Dnetwork.h178 #ifndef AI_PASSIVE
179 #define AI_PASSIVE 1 macro
Dos_support.c93 if (hints && (hints->ai_flags & AI_PASSIVE)) in ff_getaddrinfo()
/third_party/openssl/crypto/bio/
Dbio_addr.c210 #ifdef AI_PASSIVE in addr_strings()
432 #ifdef AI_PASSIVE in BIO_ADDRINFO_free()
688 #ifdef AI_PASSIVE in BIO_lookup_ex()
705 hints.ai_flags |= AI_PASSIVE; in BIO_lookup_ex()
Dbio_local.h43 # ifdef AI_PASSIVE
/third_party/ltp/testcases/network/lib6/
Dgetaddrinfo_01.c229 AI_PASSIVE, SOCK_STREAM, 0, test_passive); in gaiv()
239 AI_PASSIVE, SOCK_STREAM, 0, test_passive_no_host); in gaiv()
/third_party/skia/third_party/externals/swiftshader/src/System/
DSocket.cpp45 hints.ai_flags = AI_PASSIVE; in Socket()
/third_party/lwip/src/include/lwip/
Dnetdb.h82 #define AI_PASSIVE 0x01 macro
/third_party/skia/third_party/externals/swiftshader/src/Common/
DSocket.cpp44 hints.ai_flags = AI_PASSIVE; in Socket()
/third_party/musl/ndk_musl_include/
Dnetdb.h27 #define AI_PASSIVE 0x01 macro
/third_party/musl/include/
Dnetdb.h27 #define AI_PASSIVE 0x01 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dnetdb.h27 #define AI_PASSIVE 0x01 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dnetdb.h27 #define AI_PASSIVE 0x01 macro
/third_party/musl/porting/uniproton/kernel/include/
Dnetdb.h27 #define AI_PASSIVE 0x01 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dnetdb.h27 #define AI_PASSIVE 0x01 macro
/third_party/musl/libc-test/src/api/
Dnetdb.c49 C(AI_PASSIVE) in f()
/third_party/libcoap/examples/
Dtiny.c102 hints.ai_flags = AI_PASSIVE | AI_NUMERICHOST | AI_NUMERICSERV | AI_ALL; in get_session()
/third_party/alsa-utils/seq/aseqnet/
Daseqnet.c359 hints.ai_flags = AI_PASSIVE; in init_server()
444 hints.ai_flags = AI_PASSIVE; in init_client()
/third_party/musl/Benchmark/musl/
Dlibc_network.cpp43 hint.ai_flags = AI_PASSIVE; in Bm_function_Getaddrinfo_intranet1()
/third_party/toybox/toys/net/
Dsntp.c85 AI_PASSIVE*!*toys.optargs); in sntp_main()
/third_party/musl/src/network/
Dgetaddrinfo.c36 const int mask = AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | in getaddrinfo()
/third_party/toybox/lib/
Dnet.c30 if (!host) info.ai_flags |= AI_PASSIVE; in xgetaddrinfo()
/third_party/ltp/testcases/network/stress/ns-tools/
Dns-udpserver.c282 hints.ai_flags = AI_PASSIVE; in main()
/third_party/musl/libc-test/src/functionalext/supplement/network/
Dgetaddrinfo.c40 hint.ai_flags = AI_PASSIVE; in getaddrinfo_0100()
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
Dsocket.cc96 hints.ai_flags = AI_PASSIVE; in create()

1234