/illumos-gate/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
|
/illumos-gate/usr/src/cmd/sendmail/libmilter/ |
H A D | sm_gethost.c | 41 # 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 D | is_local_host.c | 60 int flags = AI_DEFAULT; in is_local_host()
|
/illumos-gate/usr/src/cmd/lp/model/netpr/ |
H A D | tcp_misc.c | 85 if ((hp = (getipnodebyname(dest, AF_INET6, AI_DEFAULT, in tcp_open()
|
H A D | netpr.c | 93 if ((hp = getipnodebyname(host, AF_INET6, AI_DEFAULT, in net_open()
|
/illumos-gate/usr/src/head/ |
H A D | netdb.h | 147 #define AI_DEFAULT (AI_V4MAPPED | AI_ADDRCONFIG) macro
|
/illumos-gate/usr/src/cmd/sendmail/util/ |
H A D | mconnect.c | 121 hp = getipnodebyname(host, AF_INET6, AI_DEFAULT|AI_ALL, &err);
|
/illumos-gate/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
|
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_info.c | 704 h = getipnodebyname(name, AF_INET6, AI_DEFAULT, err_num); in smb_gethostbyname()
|
H A D | smb_cfg.c | 529 h = getipnodebyname(ipstr, a_family, AI_DEFAULT, in smb_config_getip()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 4207 # 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 D | ipqosconf.c | 7090 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 D | inetsvc.c | 540 hints.ai_flags = AI_DEFAULT; in set_bind_addr()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ikeadm.c | 607 hp = getipnodebyname(argv[0], AF_INET6, AI_DEFAULT | AI_ALL, in parse_addr()
|
H A D | ipseckey.c | 834 (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()
|