| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
| H A D | netdb.d | 204 enum AI_PASSIVE = 0x1; in version() local 288 enum AI_PASSIVE = 0x1; in version() local 372 enum AI_PASSIVE = 0x1; in version() local 478 enum AI_PASSIVE = 0x1; in version() local 565 enum AI_PASSIVE = 0x1; in version() local 573 …enum AI_MASK = AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_NUMERICSERV | AI_FQDN | … in version() 677 enum AI_PASSIVE = 0x001; in version() local 681 …enum AI_MASK = (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_NUMERICSERV | AI_ADDRCO… in version() 757 enum AI_PASSIVE = 0x0008; in version() local 842 enum AI_PASSIVE = 0x1; in version() local [all …]
|
| /netbsd-src/external/bsd/ntp/dist/include/ |
| H A D | ntp_rfc2553.h | 156 #ifndef AI_PASSIVE 157 #define AI_PASSIVE 0x00000001 /* get address to use bind() */ macro 162 (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_ADDRCONFIG)
|
| /netbsd-src/include/ |
| H A D | netdb.h | 263 #define AI_PASSIVE 0x00000001 /* get address to use bind() */ macro 272 (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_NUMERICSERV | \ 276 (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_NUMERICSERV | \
|
| /netbsd-src/external/bsd/unbound/dist/compat/ |
| H A D | fake-rfc2553.h | 101 #ifndef AI_PASSIVE 102 # define AI_PASSIVE (1) macro
|
| H A D | fake-rfc2553.c | 171 if (hints && hints->ai_flags & AI_PASSIVE) { in getaddrinfo()
|
| /netbsd-src/external/bsd/nsd/dist/compat/ |
| H A D | fake-rfc2553.h | 108 #ifndef AI_PASSIVE 109 # define AI_PASSIVE (1) macro
|
| H A D | fake-rfc2553.c | 171 if (hints && hints->ai_flags & AI_PASSIVE) { in getaddrinfo()
|
| /netbsd-src/external/mpl/dhcp/bind/include/irs/ |
| H A D | netdb.h | 91 #undef AI_PASSIVE 95 #define AI_PASSIVE 0x00000001 macro
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
| H A D | netdb.in.h | 83 # ifndef AI_PASSIVE 84 # define AI_PASSIVE 0x0001 /* Socket address is intended for 'bind'. */ macro
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
| H A D | b_addr.c | 200 #ifdef AI_PASSIVE in addr_strings() 423 #ifdef AI_PASSIVE in BIO_ADDRINFO_free() 681 #ifdef AI_PASSIVE in BIO_lookup_ex() 698 hints.ai_flags |= AI_PASSIVE; in BIO_lookup_ex()
|
| H A D | bio_local.h | 44 # ifdef AI_PASSIVE
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/ |
| H A D | net.c | 588 hints.ai_flags = AI_PASSIVE | AI_NUMERICHOST; in try_dscp_v4() 590 hints.ai_flags = AI_PASSIVE; in try_dscp_v4() 650 hints.ai_flags = AI_PASSIVE | AI_NUMERICHOST; in try_dscp_v6() 652 hints.ai_flags = AI_PASSIVE; in try_dscp_v6()
|
| /netbsd-src/usr.bin/getaddrinfo/ |
| H A D | getaddrinfo.c | 105 hints.ai_flags |= AI_PASSIVE; in main() 122 if (!((argc == 1) || ((argc == 0) && (hints.ai_flags & AI_PASSIVE)))) in main()
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | getaddrinfo.h | 44 # define AI_PASSIVE 0x0001 /* Socket address is intended for `bind'. */ macro
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | roken-common.h | 229 #ifndef AI_PASSIVE 230 #define AI_PASSIVE 0x01 macro
|
| H A D | mini_inetd.c | 185 hints.ai_flags = AI_PASSIVE; in mini_inetd()
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/irs/include/irs/ |
| H A D | netdb.h.in | 91 #undef AI_PASSIVE 95 #define AI_PASSIVE 0x00000001 macro
|
| /netbsd-src/tests/include/ |
| H A D | t_netdb.c | 55 #ifdef AI_PASSIVE in ATF_TC_BODY()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/ipc/ |
| H A D | ts-http.c | 86 hints.ai_flags = AI_PASSIVE; in setup_sockets()
|
| /netbsd-src/external/bsd/libevent/dist/include/event2/ |
| H A D | util.h | 760 #if defined(AI_PASSIVE) && defined(EVENT__HAVE_GETADDRINFO) 761 #define EVUTIL_AI_PASSIVE AI_PASSIVE
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/ |
| H A D | bio_local.h | 43 # ifdef AI_PASSIVE
|
| /netbsd-src/tests/lib/libc/net/getaddrinfo/ |
| H A D | h_gai.c | 131 ai.ai_flags |= AI_PASSIVE; in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/llvm-jitlink-executor/ |
| H A D | llvm-jitlink-executor.cpp | 61 Hints.ai_flags = AI_PASSIVE; in openListener()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | myaddrinfo.c | 440 hints.ai_flags = AI_PASSIVE; in hostname_to_sockaddr_pf() 561 hints.ai_flags |= AI_PASSIVE; in hostaddr_to_sockaddr()
|
| /netbsd-src/external/bsd/libbind/dist/doc/ |
| H A D | getaddrinfo.cat3 | 30 int ai_flags; /* AI_PASSIVE, AI_CANONNAME, AI_NUMERICHOST */ 74 … If the AI_PASSIVE bit is set in the _a_i___f_l_a_g_s member of the _h_i_n_t_s struc- 81 If the AI_PASSIVE bit is not set in the _a_i___f_l_a_g_s member of the _h_i_n_t_s
|