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

12

/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dgetipnodebyaddr.c55 case TRY_AGAIN :
70 *error_num = TRY_AGAIN;
H A Dgetipnodebyname.c67 case TRY_AGAIN :
82 *error_num = TRY_AGAIN;
H A Droken-common.h159 #ifndef TRY_AGAIN
160 #define TRY_AGAIN 2 macro
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Deai_to_heim_errno.c105 case TRY_AGAIN:
/freebsd-9.3-release/lib/libc/resolv/
H A Dres_query.c169 RES_SET_H_ERRNO(statp, TRY_AGAIN);
187 RES_SET_H_ERRNO(statp, TRY_AGAIN);
251 RES_SET_H_ERRNO(statp, TRY_AGAIN);
258 case TRY_AGAIN:
311 RES_SET_H_ERRNO(statp, TRY_AGAIN);
322 case TRY_AGAIN:
330 * Either way we must return TRY_AGAIN in
363 case TRY_AGAIN:
396 RES_SET_H_ERRNO(statp, TRY_AGAIN);
/freebsd-9.3-release/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-9.3-release/contrib/bind9/lib/irs/include/irs/
H A Dnetdb.h.in58 #undef TRY_AGAIN
66 #define TRY_AGAIN 2 /* Non-Authoritive Host not found, or SERVERFAIL */
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Derrstring.c110 case TRY_AGAIN + E_DNSBASE:
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dbitdomain.c179 case TRY_AGAIN:
237 if (errno == ECONNREFUSED || h_errno == TRY_AGAIN)
240 h_errno = TRY_AGAIN;
/freebsd-9.3-release/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-9.3-release/contrib/ntp/include/
H A Dntp_machine.h154 #define TRY_AGAIN 2 macro
/freebsd-9.3-release/lib/bind/lwres/lwres/
H A Dnetdb.h63 #undef TRY_AGAIN macro
71 #define TRY_AGAIN 2 /* Non-Authoritative Host not found, or SERVERFAIL */ macro
/freebsd-9.3-release/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.c798 h_errno == TRY_AGAIN ? "TEMP" : "FAIL");
2355 (h_errno == TRY_AGAIN || errno == ETIMEDOUT))
2379 h_errno == TRY_AGAIN ||
4109 case TRY_AGAIN:
H A Derr.c1068 case TRY_AGAIN + E_DNSBASE:
/freebsd-9.3-release/include/
H A Dnetdb.h142 #define TRY_AGAIN 2 /* Non-Authoritative Host not found, or SERVERFAIL */ macro
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dntp_rfc2553.c445 if (h_errno == TRY_AGAIN)
548 if (errval == TRY_AGAIN || errval == EAI_AGAIN)
/freebsd-9.3-release/lib/libc/net/
H A Dgetnetbydns.c194 RES_SET_H_ERRNO(statp, TRY_AGAIN);
258 RES_SET_H_ERRNO(statp, TRY_AGAIN);
H A Dgetaddrinfo.c2282 case TRY_AGAIN:
2666 RES_SET_H_ERRNO(res, TRY_AGAIN);
2728 RES_SET_H_ERRNO(res, TRY_AGAIN);
2735 case TRY_AGAIN:
2786 RES_SET_H_ERRNO(res, TRY_AGAIN);
2797 case TRY_AGAIN:
2821 case TRY_AGAIN:
2854 RES_SET_H_ERRNO(res, TRY_AGAIN);
H A Dgethostbydns.c539 case TRY_AGAIN:
646 case TRY_AGAIN:
H A Dname6.c442 *errp = TRY_AGAIN;
/freebsd-9.3-release/contrib/bind9/lib/lwres/include/lwres/
H A Dnetdb.h.in61 #undef TRY_AGAIN
69 #define TRY_AGAIN 2 /* Non-Authoritative Host not found, or SERVERFAIL */
/freebsd-9.3-release/usr.sbin/arp/
H A Darp.c581 if (h_errno == TRY_AGAIN)
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devutil.c1485 case TRY_AGAIN:

Completed in 402 milliseconds

12