Home
last modified time | relevance | path

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

12

/illumos-gate/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
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dsm_gethost.c38 # ifndef AI_ALL
39 # define AI_ALL 0 /* dummy */ macro
102 int flags = AI_DEFAULT|AI_ALL;
/illumos-gate/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.c341 (he1 == NULL || (flags & AI_ALL) != 0)))) { in getipnodebyname()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Discsi_door.h110 #define AI_ALL 0x0002 /* IPv6 and IPv4 mapped addresses */ macro
/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Daddr_match.c103 hints.ai_flags = AI_CANONNAME|AI_V4MAPPED|AI_ADDRCONFIG|AI_ALL; in check_address()
/illumos-gate/usr/src/cmd/getent/
H A Ddogetipnodes.c118 AI_V4MAPPED|AI_ALL, &err_ret); in dogetipnodes()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dmain.c341 AI_ALL | AI_ADDRCONFIG | AI_V4MAPPED, &error_num); in setpeer()
472 AF_INET6, AI_ALL | AI_ADDRCONFIG | AI_V4MAPPED, in put()
596 AI_ALL | AI_ADDRCONFIG | AI_V4MAPPED, in get()
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dmisc.c182 hp = getipnodebyname(host, AF_INET6, AI_ALL|AI_V4MAPPED, &errnum); in match_interfaces()
/illumos-gate/usr/src/head/
H A Dnetdb.h138 #define AI_ALL 0x0002 /* IPv6 and IPv4 mapped addresses */ macro
/illumos-gate/usr/src/cmd/sendmail/util/
H A Dmconnect.c121 hp = getipnodebyname(host, AF_INET6, AI_DEFAULT|AI_ALL, &err);
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dgetaddrinfo.c70 | AI_ADDRCONFIG | AI_NUMERICSERV | AI_V4MAPPED | AI_ALL)
706 AI_ALL | aip->ai_flags | AI_V4MAPPED | AI_ADDRINFO, in get_addr()
/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c582 if ((flags & AI_ADDRCONFIG) && !(flags & AI_ALL) && in _nss_dns_gethost_withttl()
745 ((flags & AI_V4MAPPED) != 0) && ((flags & AI_ALL) != 0) && in _nss_dns_gethost_withttl()
H A Dgethostent6.c353 ((flags & (AI_ALL | AI_V4MAPPED)) ||
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtsol_getrhent.c227 AI_ALL | AI_ADDRCONFIG | AI_V4MAPPED, &herr)) == NULL) { in tsol_getrhtype()
/illumos-gate/usr/src/cmd/tsol/tninfo/
H A Dtninfo.c232 AI_ALL | AI_ADDRCONFIG | AI_V4MAPPED, &herr)) == NULL) { in print_rh()
/illumos-gate/usr/src/cmd/hal/addons/network-devices/
H A Dcommon.c91 AI_ALL | AI_ADDRCONFIG | AI_V4MAPPED, &errnum); in is_listening()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ipaddr.c417 if (af == AF_INET || (flags & AI_ALL)) { in lgetipnodebyname()
H A Dsnoop_filter.c1561 AI_ALL | AI_V4MAPPED, &error_num); in ipaddr_match()
1564 AI_ALL | AI_V4MAPPED, &error_num); in ipaddr_match()
H A Dsnoop_pf.c653 AI_ALL | AI_V4MAPPED, &error_num); in pf_ipaddr_match()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c510 #ifndef AI_ALL
511 # define AI_ALL 0 macro
/illumos-gate/usr/src/cmd/tsol/tnctl/
H A Dtnctl.c294 AI_ALL | AI_ADDRCONFIG | AI_V4MAPPED, &err); in process_rh()
/illumos-gate/usr/src/lib/libnsl/netdir/
H A Dnetdir.c192 nssin.arg.nss.host6.flags = (AI_ALL | AI_V4MAPPED); in netdir_getbyname()
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.c193 } else if (flags & AI_ALL) { in getipnodebyname_processflags()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c4216 # ifndef AI_ALL
4217 # define AI_ALL 0 /* dummy */ macro
4300 int flags = AI_DEFAULT|AI_ALL;

12