Lines Matching defs:timeout
90 #define DNS_REQUEST_F_TIMEDOUT 0x0008 /*%< canceled due to a timeout */
670 set_timer(isc_timer_t *timer, unsigned int timeout, unsigned int udpresend) {
676 isc_interval_set(&interval, timeout, 0);
690 unsigned int options, unsigned int timeout,
695 -1, options, timeout, 0, 0, task, action,
702 unsigned int options, unsigned int timeout,
710 udpretries = timeout / udptimeout;
713 -1, options, timeout, udptimeout,
721 unsigned int options, unsigned int timeout,
727 -1, options, timeout, udptimeout,
736 unsigned int timeout, unsigned int udptimeout,
760 REQUIRE(timeout > 0);
777 udptimeout = timeout / (udpretries + 1);
872 result = set_timer(request->timer, timeout, tcp ? 0 : udptimeout);
912 unsigned int timeout, isc_task_t *task,
917 -1, options, key, timeout, 0, 0, task,
925 unsigned int timeout, isc_task_t *task,
930 -1, options, key, timeout, 0, 0, task,
938 unsigned int timeout, unsigned int udptimeout,
945 udpretries = timeout / udptimeout;
947 -1, options, key, timeout, udptimeout,
956 unsigned int timeout, unsigned int udptimeout,
962 -1, options, key, timeout, udptimeout,
971 dns_tsigkey_t *key, unsigned int timeout,
993 REQUIRE(timeout > 0);
1012 udptimeout = timeout / (udpretries + 1);
1098 result = set_timer(request->timer, timeout, tcp ? 0 : udptimeout);