Home
last modified time | relevance | path

Searched refs:AI_ALL (Results 1 – 25 of 36) sorted by relevance

12

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dfake-addrinfo.h135 #undef AI_ALL
136 #define AI_ALL 0 macro
198 #ifndef AI_ALL
199 # define AI_ALL 0 macro
/titanic_41/usr/src/cmd/sendmail/libmilter/
H A Dsm_gethost.c40 # ifndef AI_ALL
41 # define AI_ALL 0 /* dummy */ macro
104 int flags = AI_DEFAULT|AI_ALL;
/titanic_41/usr/src/uts/common/sys/scsi/adapters/
H A Discsi_door.h110 #define AI_ALL 0x0002 /* IPv6 and IPv4 mapped addresses */ macro
/titanic_41/usr/src/cmd/cmd-inet/common/
H A Daddr_match.c105 hints.ai_flags = AI_CANONNAME|AI_V4MAPPED|AI_ADDRCONFIG|AI_ALL; in check_address()
/titanic_41/usr/src/cmd/getent/
H A Ddogetipnodes.c121 AI_V4MAPPED|AI_ALL, in dogetipnodes()
/titanic_41/usr/src/lib/libresolv2/common/irs/
H A Dgetaddrinfo.c404 switch (pai->ai_flags & (AI_ALL | AI_V4MAPPED)) {
406 case AI_ALL | AI_V4MAPPED:
408 pai->ai_flags &= ~(AI_ALL | AI_V4MAPPED);
410 case AI_ALL:
415 pai->ai_flags &= ~(AI_ALL | AI_V4MAPPED);
H A Dgethostent.c345 (he1 == NULL || (flags & AI_ALL) != 0)))) { in getipnodebyname()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dmain.c264 AI_ALL | AI_ADDRCONFIG | AI_V4MAPPED, &error_num)) { in setpeer()
403 AF_INET6, AI_ALL | AI_ADDRCONFIG | AI_V4MAPPED, in put()
523 AI_ALL | AI_ADDRCONFIG | AI_V4MAPPED, in get()
/titanic_41/usr/src/lib/print/libpapi-common/common/
H A Dmisc.c184 hp = getipnodebyname(host, AF_INET6, AI_ALL|AI_V4MAPPED, &errnum); in match_interfaces()
/titanic_41/usr/src/head/
H A Dnetdb.h138 #define AI_ALL 0x0002 /* IPv6 and IPv4 mapped addresses */ macro
/titanic_41/usr/src/cmd/sendmail/aux/
H A Dmconnect.c123 hp = getipnodebyname(host, AF_INET6, AI_DEFAULT|AI_ALL, &err);
/titanic_41/usr/src/lib/libsocket/inet/
H A Dgetaddrinfo.c70 | AI_ADDRCONFIG | AI_NUMERICSERV | AI_V4MAPPED | AI_ALL)
615 hp = getipnodebyname(_hostname, AF_INET6, AI_ALL | in get_addr()
/titanic_41/usr/src/lib/libtsnet/common/
H A Dtsol_getrhent.c229 AI_ALL | AI_ADDRCONFIG | AI_V4MAPPED, &herr)) == NULL) { in tsol_getrhtype()
/titanic_41/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c589 if ((flags & AI_ADDRCONFIG) && !(flags & AI_ALL) && in _nss_dns_gethost_withttl()
752 ((flags & AI_V4MAPPED) != 0) && ((flags & AI_ALL) != 0) && in _nss_dns_gethost_withttl()
H A Dgethostent6.c355 ((flags & (AI_ALL | AI_V4MAPPED)) ||
/titanic_41/usr/src/cmd/tsol/tninfo/
H A Dtninfo.c232 AI_ALL | AI_ADDRCONFIG | AI_V4MAPPED, &herr)) == NULL) { in print_rh()
/titanic_41/usr/src/cmd/hal/addons/network-devices/
H A Dcommon.c90 AI_ALL | AI_ADDRCONFIG | AI_V4MAPPED, &errnum); in is_listening()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ipaddr.c393 if (af == AF_INET || (flags & AI_ALL)) { in lgetipnodebyname()
H A Dsnoop_filter.c1560 AI_ALL | AI_V4MAPPED, &error_num); in ipaddr_match()
1563 AI_ALL | AI_V4MAPPED, &error_num); in ipaddr_match()
H A Dsnoop_pf.c671 AI_ALL | AI_V4MAPPED, &error_num);
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c510 #ifndef AI_ALL
511 # define AI_ALL 0 macro
/titanic_41/usr/src/cmd/tsol/tnctl/
H A Dtnctl.c293 AI_ALL | AI_ADDRCONFIG | AI_V4MAPPED, &err); in process_rh()
/titanic_41/usr/src/lib/libnsl/netdir/
H A Dnetdir.c194 nssin.arg.nss.host6.flags = (AI_ALL | AI_V4MAPPED); in netdir_getbyname()
/titanic_41/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.c171 } else if (flags & AI_ALL) { in getipnodebyname_processflags()
/titanic_41/usr/src/cmd/sendmail/src/
H A Dconf.c4215 # ifndef AI_ALL
4216 # define AI_ALL 0 /* dummy */ macro
4299 int flags = AI_DEFAULT|AI_ALL;

12