Home
last modified time | relevance | path

Searched refs:AI_DEFAULT (Results 1 – 21 of 21) sorted by relevance

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dfake-addrinfo.h137 #undef AI_DEFAULT
138 #define AI_DEFAULT (AI_V4MAPPED|AI_ADDRCONFIG) macro
201 #ifndef AI_DEFAULT
202 # define AI_DEFAULT (AI_ADDRCONFIG|AI_V4MAPPED) macro
/titanic_41/usr/src/cmd/sendmail/libmilter/
H A Dsm_gethost.c43 # ifndef AI_DEFAULT
44 # define AI_DEFAULT 0 /* dummy */ macro
104 int flags = AI_DEFAULT|AI_ALL;
/titanic_41/usr/src/lib/librdc/common/
H A Dnetaddrs.c245 return (getipnodebyname(name, AF_INET6, AI_DEFAULT, &errnum)); in gethost_byname()
260 host = getipnodebyname(fromhost, AF_INET6, AI_DEFAULT, &errnum); in gethost_netaddrs()
293 host = getipnodebyname(tohost, AF_INET6, AI_DEFAULT, &errnum); in gethost_netaddrs()
/titanic_41/usr/src/cmd/svr4pkg/libinst/
H A Dis_local_host.c60 int flags = AI_DEFAULT; in is_local_host()
/titanic_41/usr/src/cmd/lp/model/netpr/
H A Dtcp_misc.c87 if ((hp = (getipnodebyname(dest, AF_INET6, AI_DEFAULT, in tcp_open()
H A Dnetpr.c95 if ((hp = getipnodebyname(host, AF_INET6, AI_DEFAULT, in net_open()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/
H A Dksslcfg.c154 hp = getipnodebyname(temp_str, AF_INET6, AI_DEFAULT, in create_instance_name()
/titanic_41/usr/src/head/
H A Dnetdb.h147 #define AI_DEFAULT (AI_V4MAPPED | AI_ADDRCONFIG) macro
/titanic_41/usr/src/cmd/sendmail/aux/
H A Dmconnect.c123 hp = getipnodebyname(host, AF_INET6, AI_DEFAULT|AI_ALL, &err);
/titanic_41/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_info.c622 h = getipnodebyname(name, AF_INET6, AI_DEFAULT, err_num); in smb_gethostbyname()
H A Dsmb_cfg.c440 h = getipnodebyname(ipstr, a_family, AI_DEFAULT, in smb_config_getip()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c513 #ifndef AI_DEFAULT
514 # define AI_DEFAULT (AI_ADDRCONFIG|AI_V4MAPPED) macro
/titanic_41/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-port.c132 if ((hp = getipnodebyname(host, AF_INET6, AI_DEFAULT, in sock_connect()
/titanic_41/usr/src/cmd/sendmail/src/
H A Dconf.c4206 # ifndef AI_DEFAULT
4207 # define AI_DEFAULT 0 /* dummy */ macro
4299 int flags = AI_DEFAULT|AI_ALL;
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/kssl/kssladm/
H A Dkssladm_create.c945 AI_DEFAULT, &error_num))) == NULL) { in parse_and_set_addr()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c7097 AI_DEFAULT, &ernum); in domultihome()
7103 AI_DEFAULT|AI_ALL, &ernum); in domultihome()
7151 AI_DEFAULT, &ernum); in domultihome()
7157 AI_DEFAULT|AI_ALL, &ernum); in domultihome()
7468 AI_DEFAULT, &err_num); in readfilter()
/titanic_41/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c540 hints.ai_flags = AI_DEFAULT; in set_bind_addr()
/titanic_41/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_ads.c802 AI_DEFAULT, &error); in smb_ads_getipnodebyname()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c604 hp = getipnodebyname(argv[0], AF_INET6, AI_DEFAULT | AI_ALL, in parse_addr()
H A Dipseckey.c759 (v6only ? AI_ADDRCONFIG : (AI_DEFAULT | AI_ALL)), in parseaddr()
H A Dipsecconf.c3043 hp = getipnodebyname(addr_str, AF_INET6, AI_DEFAULT | AI_ALL, &h_errno); in parse_address()