Searched refs:ISC_R_TIMEDOUT (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dresult.h30 #define ISC_R_TIMEDOUT 2 /*%< timed out */ macro
/freebsd-9.3-release/contrib/bind9/lib/isc/pthreads/
H A Dcondition.c71 return (ISC_R_TIMEDOUT);
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Derrno2result.c75 return (ISC_R_TIMEDOUT);
H A Dsocket.c5519 ERROR_MATCH(ETIMEDOUT, ISC_R_TIMEDOUT);
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dresult.h30 #define ISC_R_TIMEDOUT 2 /*%< timed out */ macro
/freebsd-9.3-release/contrib/ntp/lib/isc/pthreads/
H A Dcondition.c64 return (ISC_R_TIMEDOUT);
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Derrno2result.c75 return (ISC_R_TIMEDOUT);
H A Dsocket.c5485 ERROR_MATCH(ETIMEDOUT, ISC_R_TIMEDOUT);
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Derrno2result.c83 return (ISC_R_TIMEDOUT);
H A Dcondition.c229 return (ISC_R_TIMEDOUT);
H A Dsocket.c2168 ERROR_MATCH(WSAETIMEDOUT, ISC_R_TIMEDOUT);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drequest.c1279 send_if_done(request, ISC_R_TIMEDOUT);
1318 send_if_done(request, ISC_R_TIMEDOUT);
1397 send_if_done(request, ISC_R_TIMEDOUT);
H A Dxfrin.c1401 xfrin_fail(xfr, ISC_R_TIMEDOUT, "giving up");
H A Dzone.c10239 if (revent->result == ISC_R_TIMEDOUT &&
10505 if (revent->result == ISC_R_TIMEDOUT &&
10513 if (revent->result == ISC_R_TIMEDOUT &&
12622 if (result == ISC_R_TIMEDOUT)
H A Dresolver.c3222 fctx_done(fctx, ISC_R_TIMEDOUT, __LINE__);
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dtimer.c827 result == ISC_R_TIMEDOUT);
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dtimer.c827 result == ISC_R_TIMEDOUT);
/freebsd-9.3-release/contrib/bind9/lib/export/samples/
H A Dnsprobe.c631 } else if (rev->result == ISC_R_TIMEDOUT)
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dclient.c1984 (client->shutdown)(client->shutdown_arg, ISC_R_TIMEDOUT);
H A Dquery.c4638 case ISC_R_TIMEDOUT:
4742 case ISC_R_TIMEDOUT:

Completed in 681 milliseconds