Home
last modified time | relevance | path

Searched refs:AI_V4MAPPED (Results 1 – 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dfake-addrinfo.h131 #undef AI_V4MAPPED
132 #define AI_V4MAPPED 0 macro
138 #define AI_DEFAULT (AI_V4MAPPED|AI_ADDRCONFIG)
195 #ifndef AI_V4MAPPED
196 # define AI_V4MAPPED 0 macro
202 # define AI_DEFAULT (AI_ADDRCONFIG|AI_V4MAPPED)
/illumos-gate/usr/src/head/
H A Dnetdb.h137 #define AI_V4MAPPED 0x0001 /* IPv4 mapped addresses if no IPv6 */ macro
147 #define AI_DEFAULT (AI_V4MAPPED | AI_ADDRCONFIG)
/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c512 !(flags & AI_V4MAPPED)) { in _nss_dns_gethost_withttl()
519 has_v6 == B_FALSE && flags & AI_V4MAPPED)) in _nss_dns_gethost_withttl()
569 (family == AF_INET6 && !(flags & AI_V4MAPPED))) { 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)) ||
354 ((flags & AI_V4MAPPED) && he == NULL))))
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetaddrinfo.c404 switch (pai->ai_flags & (AI_ALL | AI_V4MAPPED)) {
405 case AI_V4MAPPED:
406 case AI_ALL | AI_V4MAPPED:
408 pai->ai_flags &= ~(AI_ALL | AI_V4MAPPED);
415 pai->ai_flags &= ~(AI_ALL | AI_V4MAPPED);
H A Dgethostent.c296 if ((af == AF_INET6 && (flags & AI_V4MAPPED) == 0 && v4 == 1) || in getipnodebyname()
340 (af == AF_INET6 && (flags & AI_V4MAPPED) != 0 && in getipnodebyname()
/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/uts/common/sys/scsi/adapters/
H A Discsi_door.h109 #define AI_V4MAPPED 0x0001 /* IPv4 mapped addresses if no IPv6 */ macro
/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()
740 if (!(aip->ai_flags & AI_V4MAPPED) && in get_addr()
H A Drexec.c88 hints.ai_flags = AI_CANONNAME|AI_ADDRCONFIG|AI_V4MAPPED; in rexec_af()
H A Drcmd.c140 hints.ai_flags |= AI_V4MAPPED; in rcmd_af()
/illumos-gate/usr/src/cmd/getent/
H A Ddogetipnodes.c118 AI_V4MAPPED|AI_ALL, &err_ret); in dogetipnodes()
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dselfcheck.c61 flags = AI_V4MAPPED; in self_check()
/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/lib/libtsnet/common/
H A Dtsol_getrhent.c227 AI_ALL | AI_ADDRCONFIG | AI_V4MAPPED, &herr)) == NULL) { in tsol_getrhtype()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c507 #ifndef AI_V4MAPPED
508 # define AI_V4MAPPED 0 macro
514 # define AI_DEFAULT (AI_ADDRCONFIG|AI_V4MAPPED)
/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/lib/libnsl/nss/
H A Dgetipnodeby.c177 ipv4configured = (af == AF_INET || (flags & AI_V4MAPPED)) && in getipnodebyname_processflags()
190 if (flags & AI_V4MAPPED) { in getipnodebyname_processflags()
/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/cmd/cmd-inet/usr.sbin/snoop/
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/cmd/cmd-inet/usr.bin/
H A Dfinger.c1207 AI_V4MAPPED, &error_num)) == NULL) { in netfinger()

12