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

/freebsd-10-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-10-stable/crypto/heimdal/lib/krb5/
H A Deai_to_heim_errno.c109 case TRY_AGAIN:
/freebsd-10-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-10-stable/lib/libc/resolv/
H A Dres_query.c171 RES_SET_H_ERRNO(statp, TRY_AGAIN);
189 RES_SET_H_ERRNO(statp, TRY_AGAIN);
253 RES_SET_H_ERRNO(statp, TRY_AGAIN);
260 case TRY_AGAIN:
313 RES_SET_H_ERRNO(statp, TRY_AGAIN);
324 case TRY_AGAIN:
332 * Either way we must return TRY_AGAIN in
365 case TRY_AGAIN:
398 RES_SET_H_ERRNO(statp, TRY_AGAIN);
/freebsd-10-stable/contrib/sendmail/libsm/
H A Derrstring.c110 case TRY_AGAIN + E_DNSBASE:
/freebsd-10-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-10-stable/lib/libedit/
H A Dread.c132 #ifndef TRY_AGAIN
133 #define TRY_AGAIN macro
140 #ifndef TRY_AGAIN
141 #define TRY_AGAIN macro
147 #ifdef TRY_AGAIN
169 #endif /* TRY_AGAIN */
/freebsd-10-stable/contrib/ntp/include/
H A Dntp_machine.h154 #define TRY_AGAIN 2 macro
/freebsd-10-stable/contrib/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 Ddaemon.c796 h_errno == TRY_AGAIN ? "TEMP" : "FAIL");
2358 (h_errno == TRY_AGAIN || errno == ETIMEDOUT))
2382 h_errno == TRY_AGAIN ||
4111 case TRY_AGAIN:
H A Derr.c1170 case TRY_AGAIN + E_DNSBASE:
H A Dmap.c897 SM_SET_H_ERRNO(TRY_AGAIN);
1260 if (h_errno == TRY_AGAIN || transienterror(errno))
H A Ddeliver.c4037 if (h_errno == TRY_AGAIN)
/freebsd-10-stable/include/
H A Dnetdb.h142 #define TRY_AGAIN 2 /* Non-Authoritative Host not found, or SERVERFAIL */ macro
/freebsd-10-stable/contrib/ntp/libntp/
H A Dntp_rfc2553.c445 if (h_errno == TRY_AGAIN)
548 if (errval == TRY_AGAIN || errval == EAI_AGAIN)
/freebsd-10-stable/lib/libc/net/
H A Dgetnetbydns.c194 RES_SET_H_ERRNO(statp, TRY_AGAIN);
258 RES_SET_H_ERRNO(statp, TRY_AGAIN);
H A Dgethostbydns.c539 case TRY_AGAIN:
646 case TRY_AGAIN:
H A Dgetaddrinfo.c2369 case TRY_AGAIN:
2802 RES_SET_H_ERRNO(res, TRY_AGAIN);
2864 RES_SET_H_ERRNO(res, TRY_AGAIN);
2871 case TRY_AGAIN:
2922 RES_SET_H_ERRNO(res, TRY_AGAIN);
2933 case TRY_AGAIN:
2957 case TRY_AGAIN:
2990 RES_SET_H_ERRNO(res, TRY_AGAIN);
H A Dname6.c439 *errp = TRY_AGAIN;
/freebsd-10-stable/usr.sbin/arp/
H A Darp.c591 if (h_errno == TRY_AGAIN)
/freebsd-10-stable/contrib/ntp/sntp/libevent/
H A Devutil.c1485 case TRY_AGAIN:

Completed in 134 milliseconds