/titanic_41/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | fake-addrinfo.h | 137 #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 D | sm_gethost.c | 43 # 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 D | netaddrs.c | 245 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 D | is_local_host.c | 60 int flags = AI_DEFAULT; in is_local_host()
|
/titanic_41/usr/src/cmd/lp/model/netpr/ |
H A D | tcp_misc.c | 87 if ((hp = (getipnodebyname(dest, AF_INET6, AI_DEFAULT, in tcp_open()
|
H A D | netpr.c | 95 if ((hp = getipnodebyname(host, AF_INET6, AI_DEFAULT, in net_open()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/ |
H A D | ksslcfg.c | 154 hp = getipnodebyname(temp_str, AF_INET6, AI_DEFAULT, in create_instance_name()
|
/titanic_41/usr/src/head/ |
H A D | netdb.h | 147 #define AI_DEFAULT (AI_V4MAPPED | AI_ADDRCONFIG) 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/smbsrv/libsmb/common/ |
H A D | smb_info.c | 622 h = getipnodebyname(name, AF_INET6, AI_DEFAULT, err_num); in smb_gethostbyname()
|
H A D | smb_cfg.c | 440 h = getipnodebyname(ipstr, a_family, AI_DEFAULT, in smb_config_getip()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | fake-addrinfo.c | 513 #ifndef AI_DEFAULT 514 # define AI_DEFAULT (AI_ADDRCONFIG|AI_V4MAPPED) macro
|
/titanic_41/usr/src/lib/print/libpapi-lpd/common/ |
H A D | lpd-port.c | 132 if ((hp = getipnodebyname(host, AF_INET6, AI_DEFAULT, in sock_connect()
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 4206 # 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 D | kssladm_create.c | 945 AI_DEFAULT, &error_num))) == NULL) { in parse_and_set_addr()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
H A D | ipqosconf.c | 7097 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 D | inetsvc.c | 540 hints.ai_flags = AI_DEFAULT; in set_bind_addr()
|
/titanic_41/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | smbns_ads.c | 802 AI_DEFAULT, &error); in smb_ads_getipnodebyname()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ikeadm.c | 604 hp = getipnodebyname(argv[0], AF_INET6, AI_DEFAULT | AI_ALL, in parse_addr()
|
H A D | ipseckey.c | 759 (v6only ? AI_ADDRCONFIG : (AI_DEFAULT | AI_ALL)), in parseaddr()
|
H A D | ipsecconf.c | 3043 hp = getipnodebyname(addr_str, AF_INET6, AI_DEFAULT | AI_ALL, &h_errno); in parse_address()
|