Searched refs:TRY_AGAIN (Results 1 - 25 of 26) sorted by relevance

12

/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_query.c170 RES_SET_H_ERRNO(statp, TRY_AGAIN);
188 RES_SET_H_ERRNO(statp, TRY_AGAIN);
294 RES_SET_H_ERRNO(statp, TRY_AGAIN);
305 case TRY_AGAIN:
349 RES_SET_H_ERRNO(statp, TRY_AGAIN);
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Derrstring.c112 case TRY_AGAIN + E_DNSBASE:
/osnet-11/usr/src/lib/libresolv/
H A Dres_query.c105 h_errno = TRY_AGAIN;
121 h_errno = TRY_AGAIN;
196 h_errno = TRY_AGAIN;
H A Dnetdb.h202 #define TRY_AGAIN 2 /* Non-Authoritive Host not found, or SERVERFAIL */ macro
H A Dres_gethost.c124 h_errno = TRY_AGAIN;
220 h_errno = TRY_AGAIN;
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgen_ho.c152 * The value TRY_AGAIN can mean that the service
156 * H_ERRNO is TRY_AGAIN, we continue to try other lookup
157 * functions, otherwise we return the TRY_AGAIN error.
159 if (pvt->res->res_h_errno != TRY_AGAIN || errno != ECONNREFUSED)
196 * the interpretation of TRY_AGAIN and ECONNREFUSED.
198 if (pvt->res->res_h_errno != TRY_AGAIN || errno != ECONNREFUSED)
237 * the interpretation of TRY_AGAIN and ECONNREFUSED.
239 if (pvt->res->res_h_errno != TRY_AGAIN || errno != ECONNREFUSED)
366 * the interpretation of TRY_AGAIN and ECONNREFUSED.
368 if (pvt->res->res_h_errno != TRY_AGAIN ||
[all...]
H A Dgen_nw.c157 if (pvt->res->res_h_errno != TRY_AGAIN &&
180 if (pvt->res->res_h_errno != TRY_AGAIN &&
H A Ddns_nw.c329 RES_SET_H_ERRNO(pvt->res, TRY_AGAIN);
436 RES_SET_H_ERRNO(pvt->res, TRY_AGAIN);
H A Dgetaddrinfo.c657 case TRY_AGAIN:
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddomain.c281 case TRY_AGAIN:
473 h_errno == TRY_AGAIN ||
486 h_errno == TRY_AGAIN ||
892 if (save_errno == ECONNREFUSED || h_errno == TRY_AGAIN)
898 SM_SET_H_ERRNO(TRY_AGAIN);
910 ** Only return if not TRY_AGAIN as an
H A Dsm_resolve.c447 SM_SET_H_ERRNO(TRY_AGAIN);
H A Derr.c1068 case TRY_AGAIN + E_DNSBASE:
H A Ddaemon.c798 h_errno == TRY_AGAIN ? "TEMP" : "FAIL");
2378 h_errno == TRY_AGAIN ||
4108 case TRY_AGAIN:
H A Dmap.c883 SM_SET_H_ERRNO(TRY_AGAIN);
1246 if (h_errno == TRY_AGAIN || transienterror(errno))
H A Ddeliver.c4026 if (h_errno == TRY_AGAIN)
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsn2princ.c93 case TRY_AGAIN:
/osnet-11/usr/src/lib/libmapid/common/
H A Dmapid.c106 case TRY_AGAIN:
654 case TRY_AGAIN:
796 case TRY_AGAIN:
/osnet-11/usr/src/lib/libsocket/inet/
H A Dgetnameinfo.c177 case TRY_AGAIN:
H A Dgetaddrinfo.c619 case TRY_AGAIN:
/osnet-11/usr/src/lib/libdhcpdu/common/
H A Drfc2136.c45 #define MAX_RETRIES 5 /* times to loop on TRY_AGAIN errors */
419 ((h_errno == TRY_AGAIN) && (errno == ETIMEDOUT))) {
825 ((h_errno == TRY_AGAIN) && (errno == ETIMEDOUT))) {
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_net_utils.c385 case TRY_AGAIN:
/osnet-11/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c1245 return (TRY_AGAIN);
1249 return (TRY_AGAIN);
1261 case TRY_AGAIN:
1281 case TRY_AGAIN:
2476 return (TRY_AGAIN);
/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c355 if (error_num == TRY_AGAIN) {
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_standalone.c457 * NULL is returned and h_errnop is set to TRY_AGAIN.
476 *h_errnop = TRY_AGAIN;
508 *h_errnop = TRY_AGAIN;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c1073 case TRY_AGAIN:

Completed in 175 milliseconds

12