Home
last modified time | relevance | path

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

/illumos-gate/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
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dsm_gethost.c41 # ifndef AI_DEFAULT
42 # define AI_DEFAULT 0 /* dummy */ macro
102 int flags = AI_DEFAULT|AI_ALL;
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dis_local_host.c60 int flags = AI_DEFAULT; in is_local_host()
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dtcp_misc.c85 if ((hp = (getipnodebyname(dest, AF_INET6, AI_DEFAULT, in tcp_open()
H A Dnetpr.c93 if ((hp = getipnodebyname(host, AF_INET6, AI_DEFAULT, in net_open()
/illumos-gate/usr/src/head/
H A Dnetdb.h147 #define AI_DEFAULT (AI_V4MAPPED | AI_ADDRCONFIG) macro
/illumos-gate/usr/src/cmd/sendmail/util/
H A Dmconnect.c121 hp = getipnodebyname(host, AF_INET6, AI_DEFAULT|AI_ALL, &err);
/illumos-gate/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
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_info.c704 h = getipnodebyname(name, AF_INET6, AI_DEFAULT, err_num); in smb_gethostbyname()
H A Dsmb_cfg.c529 h = getipnodebyname(ipstr, a_family, AI_DEFAULT, in smb_config_getip()
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-port.c132 if ((hp = getipnodebyname(host, AF_INET6, AI_DEFAULT, in sock_connect()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c4207 # ifndef AI_DEFAULT
4208 # define AI_DEFAULT 0 /* dummy */ macro
4300 int flags = AI_DEFAULT|AI_ALL;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c7090 AI_DEFAULT, &ernum); in domultihome()
7096 AI_DEFAULT|AI_ALL, &ernum); in domultihome()
7144 AI_DEFAULT, &ernum); in domultihome()
7150 AI_DEFAULT|AI_ALL, &ernum); in domultihome()
7461 AI_DEFAULT, &err_num); in readfilter()
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c540 hints.ai_flags = AI_DEFAULT; in set_bind_addr()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c760 (v6only ? AI_ADDRCONFIG : (AI_DEFAULT | AI_ALL)), in parseaddr()
H A Dikeadm.c607 hp = getipnodebyname(argv[0], AF_INET6, AI_DEFAULT | AI_ALL, in parse_addr()
H A Dipsecconf.c3043 hp = getipnodebyname(addr_str, AF_INET6, AI_DEFAULT | AI_ALL, &h_errno); in parse_address()