/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 | 697 # ifdef AI_ADDRCONFIG in BIO_lookup_ex() 701 hints.ai_flags |= AI_ADDRCONFIG; in BIO_lookup_ex() 710 # if defined(AI_ADDRCONFIG) && defined(AI_NUMERICHOST) in BIO_lookup_ex() 730 # if defined(AI_ADDRCONFIG) && defined(AI_NUMERICHOST) in BIO_lookup_ex() 731 if (hints.ai_flags & AI_ADDRCONFIG) { in BIO_lookup_ex() 732 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/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/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/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/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;
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | trans_inet.c | 972 hints.ai_flags = AI_ADDRCONFIG | AI_PASSIVE | AI_NUMERICSERV; in dns_activate()
|
/freebsd/lib/libc/net/ |
H A D | name6.c | 234 if (flags & AI_ADDRCONFIG) { in getipnodebyname()
|
H A D | getaddrinfo.c | 566 if ((pai->ai_flags & AI_ADDRCONFIG) != 0 && !addrconfig(&ai0)) in getaddrinfo()
|
/freebsd/lib/libc/tests/sys/ |
H A D | sendfile_test.c | 120 hints.ai_flags = AI_ADDRCONFIG|AI_NUMERICSERV|AI_NUMERICHOST; in resolve_localhost()
|
/freebsd/usr.sbin/nfsd/ |
H A D | nfsd.c | 1293 hints.ai_flags = AI_CANONNAME | AI_ADDRCONFIG; in parse_dsserver()
|
/freebsd/lib/libfetch/ |
H A D | common.c | 365 hints.ai_flags = AI_ADDRCONFIG; in fetch_resolve()
|
/freebsd/contrib/ntp/ |
H A D | NEWS | 194 * [Bug 3797] Windows getaddrinfo w/AI_ADDRCONFIG fails for localhost when 3960 * [Bug 3797] Windows getaddrinfo w/AI_ADDRCONFIG fails for localhost when
|