/third_party/python/Modules/ |
D | addrinfo.h | 76 #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/ |
D | network.h | 178 #ifndef AI_PASSIVE 179 #define AI_PASSIVE 1 macro
|
D | os_support.c | 93 if (hints && (hints->ai_flags & AI_PASSIVE)) in ff_getaddrinfo()
|
/third_party/openssl/crypto/bio/ |
D | bio_addr.c | 210 #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()
|
D | bio_local.h | 43 # ifdef AI_PASSIVE
|
/third_party/ltp/testcases/network/lib6/ |
D | getaddrinfo_01.c | 229 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/ |
D | Socket.cpp | 45 hints.ai_flags = AI_PASSIVE; in Socket()
|
/third_party/lwip/src/include/lwip/ |
D | netdb.h | 82 #define AI_PASSIVE 0x01 macro
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | Socket.cpp | 44 hints.ai_flags = AI_PASSIVE; in Socket()
|
/third_party/musl/ndk_musl_include/ |
D | netdb.h | 27 #define AI_PASSIVE 0x01 macro
|
/third_party/musl/include/ |
D | netdb.h | 27 #define AI_PASSIVE 0x01 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | netdb.h | 27 #define AI_PASSIVE 0x01 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | netdb.h | 27 #define AI_PASSIVE 0x01 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | netdb.h | 27 #define AI_PASSIVE 0x01 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | netdb.h | 27 #define AI_PASSIVE 0x01 macro
|
/third_party/musl/libc-test/src/api/ |
D | netdb.c | 49 C(AI_PASSIVE) in f()
|
/third_party/libcoap/examples/ |
D | tiny.c | 102 hints.ai_flags = AI_PASSIVE | AI_NUMERICHOST | AI_NUMERICSERV | AI_ALL; in get_session()
|
/third_party/alsa-utils/seq/aseqnet/ |
D | aseqnet.c | 359 hints.ai_flags = AI_PASSIVE; in init_server() 444 hints.ai_flags = AI_PASSIVE; in init_client()
|
/third_party/musl/Benchmark/musl/ |
D | libc_network.cpp | 43 hint.ai_flags = AI_PASSIVE; in Bm_function_Getaddrinfo_intranet1()
|
/third_party/toybox/toys/net/ |
D | sntp.c | 85 AI_PASSIVE*!*toys.optargs); in sntp_main()
|
/third_party/musl/src/network/ |
D | getaddrinfo.c | 36 const int mask = AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | in getaddrinfo()
|
/third_party/toybox/lib/ |
D | net.c | 30 if (!host) info.ai_flags |= AI_PASSIVE; in xgetaddrinfo()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
D | ns-udpserver.c | 282 hints.ai_flags = AI_PASSIVE; in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
D | getaddrinfo.c | 40 hint.ai_flags = AI_PASSIVE; in getaddrinfo_0100()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/ |
D | socket.cc | 96 hints.ai_flags = AI_PASSIVE; in create()
|