/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | fake-addrinfo.h | 131 #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 D | netdb.h | 137 #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 D | dns_common.c | 512 !(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 D | gethostent6.c | 353 ((flags & (AI_ALL | AI_V4MAPPED)) || 354 ((flags & AI_V4MAPPED) && he == NULL))))
|
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | getaddrinfo.c | 404 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 D | gethostent.c | 296 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 D | addr_match.c | 103 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 D | iscsi_door.h | 109 #define AI_V4MAPPED 0x0001 /* IPv4 mapped addresses if no IPv6 */ macro
|
/illumos-gate/usr/src/lib/libsocket/inet/ |
H A D | getaddrinfo.c | 70 | 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 D | rexec.c | 88 hints.ai_flags = AI_CANONNAME|AI_ADDRCONFIG|AI_V4MAPPED; in rexec_af()
|
H A D | rcmd.c | 140 hints.ai_flags |= AI_V4MAPPED; in rcmd_af()
|
/illumos-gate/usr/src/cmd/getent/ |
H A D | dogetipnodes.c | 118 AI_V4MAPPED|AI_ALL, &err_ret); in dogetipnodes()
|
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | selfcheck.c | 61 flags = AI_V4MAPPED; in self_check()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/ |
H A D | main.c | 341 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 D | misc.c | 182 hp = getipnodebyname(host, AF_INET6, AI_ALL|AI_V4MAPPED, &errnum); in match_interfaces()
|
/illumos-gate/usr/src/lib/libtsnet/common/ |
H A D | tsol_getrhent.c | 227 AI_ALL | AI_ADDRCONFIG | AI_V4MAPPED, &herr)) == NULL) { in tsol_getrhtype()
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | fake-addrinfo.c | 507 #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 D | tninfo.c | 232 AI_ALL | AI_ADDRCONFIG | AI_V4MAPPED, &herr)) == NULL) { in print_rh()
|
/illumos-gate/usr/src/cmd/hal/addons/network-devices/ |
H A D | common.c | 91 AI_ALL | AI_ADDRCONFIG | AI_V4MAPPED, &errnum); in is_listening()
|
/illumos-gate/usr/src/lib/libnsl/nss/ |
H A D | getipnodeby.c | 177 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 D | tnctl.c | 294 AI_ALL | AI_ADDRCONFIG | AI_V4MAPPED, &err); in process_rh()
|
/illumos-gate/usr/src/lib/libnsl/netdir/ |
H A D | netdir.c | 192 nssin.arg.nss.host6.flags = (AI_ALL | AI_V4MAPPED); in netdir_getbyname()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_filter.c | 1561 AI_ALL | AI_V4MAPPED, &error_num); in ipaddr_match() 1564 AI_ALL | AI_V4MAPPED, &error_num); in ipaddr_match()
|
H A D | snoop_pf.c | 653 AI_ALL | AI_V4MAPPED, &error_num); in pf_ipaddr_match()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | finger.c | 1207 AI_V4MAPPED, &error_num)) == NULL) { in netfinger()
|