Searched refs:AI_ADDRCONFIG (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dfake-addrinfo.h133 #undef AI_ADDRCONFIG macro
134 #define AI_ADDRCONFIG 0 macro
138 #define AI_DEFAULT (AI_V4MAPPED|AI_ADDRCONFIG)
189 /* Partial RFC 2553 implementations may not have AI_ADDRCONFIG and
192 #ifndef AI_ADDRCONFIG
193 # define AI_ADDRCONFIG 0 macro
202 # define AI_DEFAULT (AI_ADDRCONFIG|AI_V4MAPPED)
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dsm_gethost.c35 # ifndef AI_ADDRCONFIG
36 # define AI_ADDRCONFIG 0 /* dummy */ macro
37 # endif /* ! AI_ADDRCONFIG */
110 flags &= ~AI_ADDRCONFIG;
/osnet-11/usr/src/lib/libsocket/inet/
H A Drexec.c82 hints.ai_flags = AI_CANONNAME|AI_ADDRCONFIG|AI_V4MAPPED;
H A Dgetaddrinfo.c67 | AI_ADDRCONFIG | AI_NUMERICSERV | AI_V4MAPPED | AI_ALL)
/osnet-11/usr/src/cmd/hal/addons/network-devices/
H A Dcommon.c90 AI_ALL | AI_ADDRCONFIG | AI_V4MAPPED, &errnum);
126 hp = getipnodebyname(name, AF_INET6, AI_ADDRCONFIG, &errnum);
/osnet-11/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.c140 * If AI_ADDRCONFIG is specified, we need to determine the number
144 if (flags & AI_ADDRCONFIG) {
155 * If flag AI_ADDRCONFIG is set, an address is only returned if
164 if ((flags & AI_ADDRCONFIG) && !ipv6configured) {
176 if ((flags & AI_ADDRCONFIG) && !ipv4configured) {
194 if ((flags & AI_ADDRCONFIG) && !ipv4configured) {
261 * Check to see if AI_ADDRCONFIG is specified.
262 * Unset AI_ADDRCONFIG if name points to a literal address.
269 if (flags & AI_ADDRCONFIG) {
279 /* Unset AI_ADDRCONFIG i
[all...]
/osnet-11/usr/src/lib/libtsnet/common/
H A Dtsol_getrhent.c237 AI_ALL | AI_ADDRCONFIG | AI_V4MAPPED, &herr)) == NULL) {
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c519 /* Partial RFC 2553 implementations may not have AI_ADDRCONFIG and
522 #ifndef AI_ADDRCONFIG
523 # define AI_ADDRCONFIG 0 macro
532 # define AI_DEFAULT (AI_ADDRCONFIG|AI_V4MAPPED)
/osnet-11/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c413 (ipnodeflags & AI_ADDRCONFIG)) {
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgetaddrinfo.c51 * thing to do? What is the relationship with post-RFC2553 AI_ADDRCONFIG
53 *\li (post-2553) semantics of AI_ADDRCONFIG itself is too vague.
55 * against NULL hostname (3) what is AI_ADDRCONFIG itself. AF not ready?
549 #ifdef AI_ADDRCONFIG
551 * If AI_ADDRCONFIG is specified, check if we are
554 if ((pai->ai_flags & AI_ADDRCONFIG) != 0 &&
1086 * post-2553: AI_ADDRCONFIG check. if we use getipnodeby* as backend, backend
1088 * the semantics of AI_ADDRCONFIG is not defined well. we are not sure
H A Dgethostent.c266 * AI_ADDRCONFIG
288 if ((flags & AI_ADDRCONFIG) != 0)
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c4207 # ifndef AI_ADDRCONFIG
4208 # define AI_ADDRCONFIG 0 /* dummy */ macro
4209 # endif /* ! AI_ADDRCONFIG */
4309 flags &= ~AI_ADDRCONFIG;

Completed in 40 milliseconds