/titanic_41/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | fake-addrinfo.h | 135 #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 D | sm_gethost.c | 40 # 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 D | iscsi_door.h | 110 #define AI_ALL 0x0002 /* IPv6 and IPv4 mapped addresses */ macro
|
/titanic_41/usr/src/cmd/cmd-inet/common/ |
H A D | addr_match.c | 105 hints.ai_flags = AI_CANONNAME|AI_V4MAPPED|AI_ADDRCONFIG|AI_ALL; in check_address()
|
/titanic_41/usr/src/cmd/getent/ |
H A D | dogetipnodes.c | 121 AI_V4MAPPED|AI_ALL, in dogetipnodes()
|
/titanic_41/usr/src/lib/libresolv2/common/irs/ |
H A D | getaddrinfo.c | 404 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 D | gethostent.c | 345 (he1 == NULL || (flags & AI_ALL) != 0)))) { in getipnodebyname()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/tftp/ |
H A D | main.c | 264 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 D | misc.c | 184 hp = getipnodebyname(host, AF_INET6, AI_ALL|AI_V4MAPPED, &errnum); in match_interfaces()
|
/titanic_41/usr/src/head/ |
H A D | netdb.h | 138 #define AI_ALL 0x0002 /* IPv6 and IPv4 mapped addresses */ macro
|
/titanic_41/usr/src/cmd/sendmail/aux/ |
H A D | mconnect.c | 123 hp = getipnodebyname(host, AF_INET6, AI_DEFAULT|AI_ALL, &err);
|
/titanic_41/usr/src/lib/libsocket/inet/ |
H A D | getaddrinfo.c | 70 | 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 D | tsol_getrhent.c | 229 AI_ALL | AI_ADDRCONFIG | AI_V4MAPPED, &herr)) == NULL) { in tsol_getrhtype()
|
/titanic_41/usr/src/lib/nsswitch/dns/common/ |
H A D | dns_common.c | 589 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 D | gethostent6.c | 355 ((flags & (AI_ALL | AI_V4MAPPED)) ||
|
/titanic_41/usr/src/cmd/tsol/tninfo/ |
H A D | tninfo.c | 232 AI_ALL | AI_ADDRCONFIG | AI_V4MAPPED, &herr)) == NULL) { in print_rh()
|
/titanic_41/usr/src/cmd/hal/addons/network-devices/ |
H A D | common.c | 90 AI_ALL | AI_ADDRCONFIG | AI_V4MAPPED, &errnum); in is_listening()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ipaddr.c | 393 if (af == AF_INET || (flags & AI_ALL)) { in lgetipnodebyname()
|
H A D | snoop_filter.c | 1560 AI_ALL | AI_V4MAPPED, &error_num); in ipaddr_match() 1563 AI_ALL | AI_V4MAPPED, &error_num); in ipaddr_match()
|
H A D | snoop_pf.c | 671 AI_ALL | AI_V4MAPPED, &error_num);
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | fake-addrinfo.c | 510 #ifndef AI_ALL 511 # define AI_ALL 0 macro
|
/titanic_41/usr/src/cmd/tsol/tnctl/ |
H A D | tnctl.c | 293 AI_ALL | AI_ADDRCONFIG | AI_V4MAPPED, &err); in process_rh()
|
/titanic_41/usr/src/lib/libnsl/netdir/ |
H A D | netdir.c | 194 nssin.arg.nss.host6.flags = (AI_ALL | AI_V4MAPPED); in netdir_getbyname()
|
/titanic_41/usr/src/lib/libnsl/nss/ |
H A D | getipnodeby.c | 171 } else if (flags & AI_ALL) { in getipnodebyname_processflags()
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 4215 # ifndef AI_ALL 4216 # define AI_ALL 0 /* dummy */ macro 4299 int flags = AI_DEFAULT|AI_ALL;
|