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

12

/opensolaris-onvv-gate/usr/src/stand/lib/sa/
H A Dnetdb.h53 #define TRY_AGAIN 2 /* Non-Authoritive Host not found, or SERVERFAIL */ macro
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dnetdb.h85 #define TRY_AGAIN 2 /* Non-Authoritive Host not found, or SERVERFAIL */ macro
/opensolaris-onvv-gate/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);
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libsm/
H A Derrstring.c112 case TRY_AGAIN + E_DNSBASE:
/opensolaris-onvv-gate/usr/src/uts/common/sys/scsi/adapters/
H A Discsi_door.h104 #define TRY_AGAIN 2 /* Non-Authoritive Host not found, or SERVERFAIL */ macro
/opensolaris-onvv-gate/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;
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmplib/
H A Derror.c191 case TRY_AGAIN:
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dselfcheck.c71 if (error_num == TRY_AGAIN)
/opensolaris-onvv-gate/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);
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c302 case TRY_AGAIN:
494 h_errno == TRY_AGAIN ||
507 h_errno == TRY_AGAIN ||
913 if (save_errno == ECONNREFUSED || h_errno == TRY_AGAIN)
919 SM_SET_H_ERRNO(TRY_AGAIN);
931 ** Only return if not TRY_AGAIN as an
/opensolaris-onvv-gate/usr/src/lib/nsswitch/ldap/common/
H A Dldap_utils.c187 return (TRY_AGAIN);
/opensolaris-onvv-gate/usr/src/lib/libmapid/common/
H A Dmapid.c107 case TRY_AGAIN:
655 case TRY_AGAIN:
797 case TRY_AGAIN:
/opensolaris-onvv-gate/usr/src/cmd/tsol/tninfo/
H A Dtninfo.c235 if (herr == TRY_AGAIN)
/opensolaris-onvv-gate/usr/src/head/
H A Dnetdb.h457 #define TRY_AGAIN 2 /* Non-Authoritive Host not found, or SERVERFAIL */ macro
/opensolaris-onvv-gate/usr/src/lib/libsocket/inet/
H A Dgetnameinfo.c176 case TRY_AGAIN:
/opensolaris-onvv-gate/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))) {
/opensolaris-onvv-gate/usr/src/lib/libslp/clib/
H A Dslp_net_utils.c385 case TRY_AGAIN:
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c631 if (error_num == TRY_AGAIN) {
642 if (error_num == TRY_AGAIN) {
680 if (error_num == TRY_AGAIN) {
H A Dsnoop_filter.c1507 if (error_num == TRY_AGAIN) {
1522 if (error_num == TRY_AGAIN) {
1576 if (error_num == TRY_AGAIN) {
/opensolaris-onvv-gate/usr/src/cmd/tsol/tnctl/
H A Dtnctl.c297 if (err == TRY_AGAIN)
/opensolaris-onvv-gate/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:
2479 return (TRY_AGAIN);

Completed in 601 milliseconds

12