Searched refs:AI_DEFAULT (Results 1 - 10 of 10) sorted by relevance
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | fake-addrinfo.h | 137 #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 D | sm_gethost.c | 41 # 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 D | netaddrs.c | 244 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 D | mconnect.c | 123 hp = getipnodebyname(host, AF_INET6, AI_DEFAULT|AI_ALL, &err);
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | fake-addrinfo.c | 531 #ifndef AI_DEFAULT 532 # define AI_DEFAULT (AI_ADDRCONFIG|AI_V4MAPPED) macro
|
/osnet-11/usr/src/lib/libsmb/common/ |
H A D | smb_info.c | 773 h = getipnodebyname(name, AF_INET6, AI_DEFAULT, err_num);
|
H A D | smb_cfg.c | 570 h = getipnodebyname(ipstr, a_family, AI_DEFAULT,
|
/osnet-11/usr/src/lib/libinetsvc/common/ |
H A D | inetsvc.c | 538 hints.ai_flags = AI_DEFAULT;
|
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 4204 # 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 D | smbns_ads.c | 799 AI_DEFAULT, &error);
|
Completed in 85 milliseconds