Searched refs:ISC_R_TIMEDOUT (Results 1 - 19 of 19) sorted by relevance
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | os.c | 88 return (ISC_R_TIMEDOUT); 126 return (ISC_R_TIMEDOUT);
|
H A D | dnsperf.c | 957 ISC_R_TIMEDOUT)
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | result.h | 21 #define ISC_R_TIMEDOUT 2 /*%< timed out */ macro
|
/bind-9.11.3/lib/isc/pthreads/ |
H A D | condition.c | 62 return (ISC_R_TIMEDOUT);
|
/bind-9.11.3/lib/isc/unix/ |
H A D | errno2result.c | 72 return (ISC_R_TIMEDOUT);
|
H A D | socket.c | 6095 ERROR_MATCH(ETIMEDOUT, ISC_R_TIMEDOUT);
|
/bind-9.11.3/lib/isc/win32/ |
H A D | errno2result.c | 80 return (ISC_R_TIMEDOUT);
|
H A D | condition.c | 221 return (ISC_R_TIMEDOUT);
|
H A D | socket.c | 2198 ERROR_MATCH(WSAETIMEDOUT, ISC_R_TIMEDOUT);
|
/bind-9.11.3/lib/isc/tests/ |
H A D | errno_test.c | 68 { ETIMEDOUT, ISC_R_TIMEDOUT },
|
/bind-9.11.3/lib/dns/ |
H A D | request.c | 1379 send_if_done(request, ISC_R_TIMEDOUT); 1418 send_if_done(request, ISC_R_TIMEDOUT); 1497 send_if_done(request, ISC_R_TIMEDOUT);
|
H A D | xfrin.c | 1470 xfrin_fail(xfr, ISC_R_TIMEDOUT, "giving up");
|
H A D | resolver.c | 1437 } else if (result == ISC_R_TIMEDOUT) 3927 fctx_done(fctx, ISC_R_TIMEDOUT, __LINE__);
|
H A D | zone.c | 11388 if (revent->result == ISC_R_TIMEDOUT && 11738 if (revent->result == ISC_R_TIMEDOUT && 11746 if (revent->result == ISC_R_TIMEDOUT && 13887 if (result == ISC_R_TIMEDOUT)
|
/bind-9.11.3/lib/isc/ |
H A D | timer.c | 804 result == ISC_R_TIMEDOUT);
|
/bind-9.11.3/lib/samples/ |
H A D | nsprobe.c | 627 } else if (rev->result == ISC_R_TIMEDOUT)
|
/bind-9.11.3/bin/named/ |
H A D | client.c | 2876 (client->shutdown)(client->shutdown_arg, ISC_R_TIMEDOUT);
|
H A D | query.c | 5358 case ISC_R_TIMEDOUT: 5540 case ISC_R_TIMEDOUT:
|
/bind-9.11.3/bin/dig/ |
H A D | dighost.c | 3469 isc_result_totext(ISC_R_TIMEDOUT));
|
Completed in 150 milliseconds