| /freebsd/crypto/krb5/src/include/ |
| H A D | fake-addrinfo.h | 134 #undef AI_ADDRCONFIG 135 #define AI_ADDRCONFIG 0 macro 139 #define AI_DEFAULT (AI_V4MAPPED|AI_ADDRCONFIG) 193 #ifndef AI_ADDRCONFIG 194 # define AI_ADDRCONFIG 0 macro 203 # define AI_DEFAULT (AI_ADDRCONFIG|AI_V4MAPPED)
|
| /freebsd/contrib/ntp/libntp/ |
| H A D | socktohost.c | 71 #ifdef AI_ADDRCONFIG in socktohost() 72 hints.ai_flags |= AI_ADDRCONFIG; in socktohost() 76 #ifdef AI_ADDRCONFIG in socktohost() 77 /* Some older implementations don't like AI_ADDRCONFIG. */ in socktohost() 79 hints.ai_flags &= ~AI_ADDRCONFIG; in socktohost()
|
| /freebsd/contrib/sendmail/libmilter/ |
| H A D | sm_gethost.c | 35 # ifndef AI_ADDRCONFIG 36 # define AI_ADDRCONFIG 0 /* dummy */ macro 130 # define SM_IPNODEBYNAME_FLAGS AI_ADDRCONFIG 139 flags &= ~AI_ADDRCONFIG;
|
| /freebsd/include/ |
| H A D | netdb.h | 197 AI_ADDRCONFIG | AI_ALL | AI_V4MAPPED) 201 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */ macro 204 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
|
| /freebsd/contrib/ntp/include/ |
| H A D | ntp_rfc2553.h | 160 (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_ADDRCONFIG) 162 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */ macro
|
| /freebsd/crypto/openssl/crypto/bio/ |
| H A D | bio_addr.c | 725 #ifdef AI_ADDRCONFIG in BIO_lookup_ex() 729 hints.ai_flags |= AI_ADDRCONFIG; in BIO_lookup_ex() 738 #if defined(AI_ADDRCONFIG) && defined(AI_NUMERICHOST) in BIO_lookup_ex() 759 #if defined(AI_ADDRCONFIG) && defined(AI_NUMERICHOST) in BIO_lookup_ex() 760 if (hints.ai_flags & AI_ADDRCONFIG) { in BIO_lookup_ex() 761 hints.ai_flags &= ~AI_ADDRCONFIG; in BIO_lookup_ex()
|
| /freebsd/contrib/tnftp/ |
| H A D | tnftp.h | 288 #undef AI_ADDRCONFIG 289 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */ macro
|
| /freebsd/contrib/netbsd-tests/include/ |
| H A D | t_netdb.c | 103 #ifdef AI_ADDRCONFIG in ATF_TC_BODY()
|
| /freebsd/lib/libc/tests/nss/ |
| H A D | gethostby_test.c | 1322 ipnode_flags = AI_ADDRCONFIG; in ATF_TC_BODY() 1330 ipnode_flags = AI_ADDRCONFIG; in ATF_TC_BODY() 1360 ipnode_flags = AI_ADDRCONFIG; in ATF_TC_BODY() 1384 ipnode_flags = AI_V4MAPPED_CFG | AI_ADDRCONFIG; in ATF_TC_BODY() 1420 ipnode_flags = AI_V4MAPPED_CFG | AI_ADDRCONFIG; in ATF_TC_BODY() 1440 ipnode_flags = AI_ADDRCONFIG; in ATF_TC_BODY()
|
| /freebsd/crypto/krb5/src/lib/krb5/os/ |
| H A D | hostaddr.c | 46 hints.ai_flags = AI_NUMERICHOST | AI_ADDRCONFIG; in k5_os_hostaddr()
|
| H A D | hostrealm.c | 269 hints.ai_flags = AI_CANONNAME | AI_ADDRCONFIG; in krb5int_get_fq_local_hostname()
|
| /freebsd/contrib/ntp/sntp/libevent/include/event2/ |
| H A D | util.h | 788 #if defined(AI_ADDRCONFIG) && defined(EVENT__HAVE_GETADDRINFO) 789 #define EVUTIL_AI_ADDRCONFIG AI_ADDRCONFIG
|
| /freebsd/contrib/libevent/include/event2/ |
| H A D | util.h | 788 #if defined(AI_ADDRCONFIG) && defined(EVENT__HAVE_GETADDRINFO) 789 #define EVUTIL_AI_ADDRCONFIG AI_ADDRCONFIG
|
| /freebsd/contrib/ntp/ntpdc/ |
| H A D | ntpdc.c | 451 #ifdef AI_ADDRCONFIG in openhost() 452 hints.ai_flags |= AI_ADDRCONFIG; in openhost() 1470 #ifdef AI_ADDRCONFIG in getnetnum() 1471 hints.ai_flags |= AI_ADDRCONFIG; in getnetnum()
|
| /freebsd/crypto/krb5/src/appl/sample/sclient/ |
| H A D | sclient.c | 128 aihints.ai_flags = AI_ADDRCONFIG; in main()
|
| /freebsd/crypto/krb5/src/util/support/ |
| H A D | fake-addrinfo.c | 507 #ifndef AI_ADDRCONFIG 508 # define AI_ADDRCONFIG 0 macro 517 # define AI_DEFAULT (AI_ADDRCONFIG|AI_V4MAPPED)
|
| /freebsd/contrib/ntp/ntpq/ |
| H A D | ntpq.c | 714 #ifdef AI_ADDRCONFIG in openhost() 715 hints.ai_flags |= AI_ADDRCONFIG; in openhost() 719 #ifdef AI_ADDRCONFIG in openhost() 721 * Some older implementations don't like AI_ADDRCONFIG. in openhost() 723 * global address and AI_ADDRCONFIG is used. AI_ADDRCONFIG in openhost() 726 * unfortunately instead interprets AI_ADDRCONFIG to relate in openhost() 741 hints.ai_flags &= ~AI_ADDRCONFIG; in openhost() 1988 #ifdef AI_ADDRCONFIG in getnetnum() 1989 hints.ai_flags |= AI_ADDRCONFIG; in getnetnum() [all...] |
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | evutil.c | 1132 #ifndef AI_ADDRCONFIG 1156 #ifdef AI_ADDRCONFIG 1157 AI_ADDRCONFIG | 1399 #ifndef AI_ADDRCONFIG in evutil_getaddrinfo()
|
| /freebsd/contrib/libevent/ |
| H A D | evutil.c | 1132 #ifndef AI_ADDRCONFIG 1156 #ifdef AI_ADDRCONFIG 1157 AI_ADDRCONFIG | 1399 #ifndef AI_ADDRCONFIG in evutil_getaddrinfo()
|
| /freebsd/sbin/hastd/ |
| H A D | proto_tcp.c | 113 hints.ai_flags = AI_ADDRCONFIG | AI_NUMERICSERV; in tcp_addr()
|
| /freebsd/crypto/krb5/src/kprop/ |
| H A D | kprop.c | 230 hints.ai_flags = AI_ADDRCONFIG; in open_connection()
|
| /freebsd/contrib/openbsm/bin/auditdistd/ |
| H A D | proto_tcp.c | 119 hints.ai_flags = AI_ADDRCONFIG | AI_NUMERICSERV; in tcp_addr()
|
| /freebsd/usr.sbin/iscsid/ |
| H A D | iscsid.c | 207 hints.ai_flags = AI_ADDRCONFIG | AI_NUMERICSERV; in resolve_addr()
|
| /freebsd/crypto/krb5/src/lib/kadm5/clnt/ |
| H A D | client_init.c | 532 hint.ai_flags = AI_ADDRCONFIG; in connect_to_server()
|
| /freebsd/contrib/sendmail/src/ |
| H A D | conf.c | 4288 # ifndef AI_ADDRCONFIG 4289 # define AI_ADDRCONFIG 0 /* dummy */ macro 4404 # define SM_IPNODEBYNAME_FLAGS AI_ADDRCONFIG 4422 flags &= ~AI_ADDRCONFIG;
|