Searched refs:AI_DEFAULT (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dfake-addrinfo.h137 #undef AI_DEFAULT macro
138 #define AI_DEFAULT (AI_V4MAPPED|AI_ADDRCONFIG) macro
201 #ifndef AI_DEFAULT
202 # define AI_DEFAULT (AI_ADDRCONFIG|AI_V4MAPPED) macro
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dsm_gethost.c41 # ifndef AI_DEFAULT
42 # define AI_DEFAULT 0 /* dummy */ macro
43 # endif /* ! AI_DEFAULT */
104 int flags = AI_DEFAULT|AI_ALL;
/osnet-11/usr/src/lib/librdc/common/
H A Dnetaddrs.c244 return (getipnodebyname(name, AF_INET6, AI_DEFAULT, &errnum));
259 host = getipnodebyname(fromhost, AF_INET6, AI_DEFAULT, &errnum);
292 host = getipnodebyname(tohost, AF_INET6, AI_DEFAULT, &errnum);
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dmconnect.c123 hp = getipnodebyname(host, AF_INET6, AI_DEFAULT|AI_ALL, &err);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c531 #ifndef AI_DEFAULT
532 # define AI_DEFAULT (AI_ADDRCONFIG|AI_V4MAPPED) macro
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_info.c773 h = getipnodebyname(name, AF_INET6, AI_DEFAULT, err_num);
H A Dsmb_cfg.c570 h = getipnodebyname(ipstr, a_family, AI_DEFAULT,
/osnet-11/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c538 hints.ai_flags = AI_DEFAULT;
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c4204 # ifndef AI_DEFAULT
4205 # define AI_DEFAULT 0 /* dummy */ macro
4206 # endif /* ! AI_DEFAULT */
4297 int flags = AI_DEFAULT|AI_ALL;
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_ads.c799 AI_DEFAULT, &error);

Completed in 85 milliseconds