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 Dos.c88 return (ISC_R_TIMEDOUT);
126 return (ISC_R_TIMEDOUT);
H A Ddnsperf.c957 ISC_R_TIMEDOUT)
/bind-9.11.3/lib/isc/include/isc/
H A Dresult.h21 #define ISC_R_TIMEDOUT 2 /*%< timed out */ macro
/bind-9.11.3/lib/isc/pthreads/
H A Dcondition.c62 return (ISC_R_TIMEDOUT);
/bind-9.11.3/lib/isc/unix/
H A Derrno2result.c72 return (ISC_R_TIMEDOUT);
H A Dsocket.c6095 ERROR_MATCH(ETIMEDOUT, ISC_R_TIMEDOUT);
/bind-9.11.3/lib/isc/win32/
H A Derrno2result.c80 return (ISC_R_TIMEDOUT);
H A Dcondition.c221 return (ISC_R_TIMEDOUT);
H A Dsocket.c2198 ERROR_MATCH(WSAETIMEDOUT, ISC_R_TIMEDOUT);
/bind-9.11.3/lib/isc/tests/
H A Derrno_test.c68 { ETIMEDOUT, ISC_R_TIMEDOUT },
/bind-9.11.3/lib/dns/
H A Drequest.c1379 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 Dxfrin.c1470 xfrin_fail(xfr, ISC_R_TIMEDOUT, "giving up");
H A Dresolver.c1437 } else if (result == ISC_R_TIMEDOUT)
3927 fctx_done(fctx, ISC_R_TIMEDOUT, __LINE__);
H A Dzone.c11388 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 Dtimer.c804 result == ISC_R_TIMEDOUT);
/bind-9.11.3/lib/samples/
H A Dnsprobe.c627 } else if (rev->result == ISC_R_TIMEDOUT)
/bind-9.11.3/bin/named/
H A Dclient.c2876 (client->shutdown)(client->shutdown_arg, ISC_R_TIMEDOUT);
H A Dquery.c5358 case ISC_R_TIMEDOUT:
5540 case ISC_R_TIMEDOUT:
/bind-9.11.3/bin/dig/
H A Ddighost.c3469 isc_result_totext(ISC_R_TIMEDOUT));

Completed in 150 milliseconds