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

12

/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dgetipnodebyaddr.c52 case TRY_AGAIN :
67 *error_num = TRY_AGAIN;
H A Dgetipnodebyname.c64 case TRY_AGAIN :
79 *error_num = TRY_AGAIN;
H A Droken-common.h173 #ifndef TRY_AGAIN
174 #define TRY_AGAIN 2 macro
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Deai_to_heim_errno.c109 case TRY_AGAIN:
/freebsd-13-stable/lib/libc/resolv/
H A Dres_query.c172 RES_SET_H_ERRNO(statp, TRY_AGAIN);
190 RES_SET_H_ERRNO(statp, TRY_AGAIN);
254 RES_SET_H_ERRNO(statp, TRY_AGAIN);
261 case TRY_AGAIN:
314 RES_SET_H_ERRNO(statp, TRY_AGAIN);
325 case TRY_AGAIN:
333 * Either way we must return TRY_AGAIN in
366 case TRY_AGAIN:
399 RES_SET_H_ERRNO(statp, TRY_AGAIN);
/freebsd-13-stable/contrib/ntp/lib/isc/win32/
H A Dnetdb.h55 #undef TRY_AGAIN macro
63 #define TRY_AGAIN 2 /* Non-Authoritative Host not found, or SERVERFAIL */ macro
/freebsd-13-stable/contrib/sendmail/libsm/
H A Derrstring.c110 case TRY_AGAIN + E_DNSBASE:
/freebsd-13-stable/contrib/sendmail/contrib/
H A Dbitdomain.c179 case TRY_AGAIN:
237 if (errno == ECONNREFUSED || h_errno == TRY_AGAIN)
240 h_errno = TRY_AGAIN;
/freebsd-13-stable/contrib/libedit/
H A Dread.c153 #ifndef TRY_AGAIN
154 #define TRY_AGAIN macro
161 #ifndef TRY_AGAIN
162 #define TRY_AGAIN macro
168 #ifdef TRY_AGAIN
190 #endif /* TRY_AGAIN */
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_machine.h154 #define TRY_AGAIN 2 macro
/freebsd-13-stable/include/
H A Dnetdb.h156 #define TRY_AGAIN 2 /* Non-Authoritative Host not found, or SERVERFAIL */ macro
/freebsd-13-stable/contrib/ntp/libntp/
H A Dntp_rfc2553.c445 if (h_errno == TRY_AGAIN)
548 if (errval == TRY_AGAIN || errval == EAI_AGAIN)
/freebsd-13-stable/contrib/sendmail/src/
H A Ddomain.c678 case TRY_AGAIN:
909 h_errno == TRY_AGAIN ||
922 h_errno == TRY_AGAIN ||
1405 if (save_errno == ECONNREFUSED || h_errno == TRY_AGAIN)
1411 SM_SET_H_ERRNO(TRY_AGAIN);
1423 ** Only return if not TRY_AGAIN as an
H A Dtls.h109 # define TLSA_RR_TEMPFAIL(dane_tlsa) (((dane_tlsa) != NULL) && (dane_tlsa)->dane_tlsa_dnsrc == TRY_AGAIN)
H A Dsm_resolve.c494 case TRY_AGAIN:
495 return "TRY_AGAIN";
685 SM_SET_H_ERRNO(TRY_AGAIN);
1350 SM_SET_H_ERRNO(TRY_AGAIN);
H A Derr.c1174 case TRY_AGAIN + E_DNSBASE:
H A Ddaemon.c816 h_errno == TRY_AGAIN ? "TEMP" : "FAIL");
2411 if (rr == NULL && h_errno == TRY_AGAIN)
2442 (h_errno == TRY_AGAIN || errno == ETIMEDOUT))
2466 h_errno == TRY_AGAIN ||
4255 case TRY_AGAIN:
H A Ddeliver.c2244 SM_SET_H_ERRNO(TRY_AGAIN);
4230 if (h_errno == TRY_AGAIN)
4276 h_errno == TRY_AGAIN &&
/freebsd-13-stable/lib/libc/net/
H A Dgetnetbydns.c196 RES_SET_H_ERRNO(statp, TRY_AGAIN);
260 RES_SET_H_ERRNO(statp, TRY_AGAIN);
H A Dgetaddrinfo.c2368 case TRY_AGAIN:
2801 RES_SET_H_ERRNO(res, TRY_AGAIN);
2863 RES_SET_H_ERRNO(res, TRY_AGAIN);
2870 case TRY_AGAIN:
2921 RES_SET_H_ERRNO(res, TRY_AGAIN);
2932 case TRY_AGAIN:
2956 case TRY_AGAIN:
2989 RES_SET_H_ERRNO(res, TRY_AGAIN);
H A Dgethostbydns.c537 case TRY_AGAIN:
644 case TRY_AGAIN:
H A Dname6.c441 *errp = TRY_AGAIN;
/freebsd-13-stable/contrib/dma/
H A Ddns.c171 case TRY_AGAIN:
/freebsd-13-stable/usr.sbin/arp/
H A Darp.c611 if (h_errno == TRY_AGAIN)
/freebsd-13-stable/contrib/libevent/
H A Devutil.c1501 case TRY_AGAIN:

Completed in 286 milliseconds

12