| /bind-9.6-ESV-R11/bin/dig/ |
| H A D | dighost.c | 126 unsigned int timeout = 0; variable 2269 if (timeout == 0) 2272 local_timeout = timeout; 2274 debug("have local timeout of %d", local_timeout); 2301 * We need to cancel the possible timeout event not to confuse 2332 * by triggering an immediate 'timeout' (we lie, but the effect 2487 * IO timeout handler, used for both connect and recv timeouts. If 3262 * the timeout to much longer, so brief network 3265 if (timeout != INT_MAX && l->timer != NULL) { 3268 if (timeout [all...] |
| /bind-9.6-ESV-R11/bin/nsupdate/ |
| H A D | nsupdate.c | 160 static unsigned int timeout = 300; variable 934 result = isc_parse_uint32(&timeout, 937 fprintf(stderr, "bad timeout '%s'\n", isc_commandline_argument); 940 if (timeout == 0) 941 timeout = UINT_MAX; 947 fprintf(stderr, "bad udp timeout '%s'\n", isc_commandline_argument); 2064 master, options, tsigkey, timeout,
|
| /bind-9.6-ESV-R11/bin/tests/ |
| H A D | sock_test.c | 240 timeout(isc_task_t *task, isc_event_t *event) { function 342 &interval, t1, timeout, so1, &ti1) ==
|
| H A D | timer_test.c | 74 timeout(isc_task_t *task, isc_event_t *event) { function 85 printf("task %s (%p) %s timeout\n", name, task, type); 141 &interval, t2, timeout, "2", &ti2) == 154 &interval, t3, timeout, "3", &ti3) ==
|
| /bind-9.6-ESV-R11/contrib/queryperf/ |
| H A D | queryperf.c | 136 struct query_mininfo { /* minimum info for timeout queries */ 268 " [-b bufsize] [-t timeout] [-n] [-l limit] [-f family] [-1]\n" 275 " -t specifies the timeout for query completion in seconds (default: %d)\n" 1820 * (i.e. set in_use = FALSE) which are older than the timeout, decrementing 1827 double timeout = query_timeout; local 1848 timeout = 0.001; /* XXX: ad-hoc value */ 1857 status[count].sent_timestamp) >= (double)timeout)) 2162 "failed to allocate memory for timeout queries\n");
|
| /bind-9.6-ESV-R11/lib/dns/ |
| H A D | request.c | 98 #define DNS_REQUEST_F_TIMEDOUT 0x0008 /*%< canceled due to a timeout */ 624 set_timer(isc_timer_t *timer, unsigned int timeout, unsigned int udpresend) { argument 630 isc_interval_set(&interval, timeout, 0); 644 unsigned int options, unsigned int timeout, 649 options, timeout, 0, 0, task, action, 656 unsigned int options, unsigned int timeout, 664 udpretries = timeout / udptimeout; 667 options, timeout, udptimeout, 675 unsigned int options, unsigned int timeout, 695 REQUIRE(timeout > 642 dns_request_createraw(dns_requestmgr_t *requestmgr, isc_buffer_t *msgbuf, isc_sockaddr_t *srcaddr, isc_sockaddr_t *destaddr, unsigned int options, unsigned int timeout, isc_task_t *task, isc_taskaction_t action, void *arg, dns_request_t **requestp) argument 654 dns_request_createraw2(dns_requestmgr_t *requestmgr, isc_buffer_t *msgbuf, isc_sockaddr_t *srcaddr, isc_sockaddr_t *destaddr, unsigned int options, unsigned int timeout, unsigned int udptimeout, isc_task_t *task, isc_taskaction_t action, void *arg, dns_request_t **requestp) argument 673 dns_request_createraw3(dns_requestmgr_t *requestmgr, isc_buffer_t *msgbuf, isc_sockaddr_t *srcaddr, isc_sockaddr_t *destaddr, unsigned int options, unsigned int timeout, unsigned int udptimeout, unsigned int udpretries, isc_task_t *task, isc_taskaction_t action, void *arg, dns_request_t **requestp) argument 828 dns_request_create(dns_requestmgr_t *requestmgr, dns_message_t *message, isc_sockaddr_t *address, unsigned int options, dns_tsigkey_t *key, unsigned int timeout, isc_task_t *task, isc_taskaction_t action, void *arg, dns_request_t **requestp) argument 841 dns_request_createvia(dns_requestmgr_t *requestmgr, dns_message_t *message, isc_sockaddr_t *srcaddr, isc_sockaddr_t *destaddr, unsigned int options, dns_tsigkey_t *key, unsigned int timeout, isc_task_t *task, isc_taskaction_t action, void *arg, dns_request_t **requestp) argument 854 dns_request_createvia2(dns_requestmgr_t *requestmgr, dns_message_t *message, isc_sockaddr_t *srcaddr, isc_sockaddr_t *destaddr, unsigned int options, dns_tsigkey_t *key, unsigned int timeout, unsigned int udptimeout, isc_task_t *task, isc_taskaction_t action, void *arg, dns_request_t **requestp) argument 872 dns_request_createvia3(dns_requestmgr_t *requestmgr, dns_message_t *message, isc_sockaddr_t *srcaddr, isc_sockaddr_t *destaddr, unsigned int options, dns_tsigkey_t *key, unsigned int timeout, unsigned int udptimeout, unsigned int udpretries, isc_task_t *task, isc_taskaction_t action, void *arg, dns_request_t **requestp) argument [all...] |
| H A D | resolver.c | 284 isc_boolean_t timeout; member in struct:fetchctx 1138 * Log any deferred EDNS timeout messages. 1774 * These timeout can be due to: 1784 if (fctx->timeout) { 1797 fctx->timeout = ISC_FALSE; 3216 FCTXTRACE("timeout"); 3227 fctx->timeout = ISC_TRUE; 3604 fctx->timeout = ISC_FALSE; 6494 fctx->timeout = ISC_FALSE; 8046 "timeout [all...] |
| H A D | zone.c | 6940 int timeout; local 7015 timeout = 15; 7017 timeout = 30; 7020 timeout * 3, timeout, 7418 "refreshing stub: timeout retrying " 7667 * if timeout log and next master; 7678 "refresh: timeout retrying without EDNS " 8182 int timeout; local 8302 timeout 8362 int timeout; local [all...] |
| /bind-9.6-ESV-R11/lib/isc/unix/ |
| H A D | socket.c | 165 * poll_active state, and sets the poll timeout to a short period 166 * (ISC_SOCKET_POLLWATCH_TIMEOUT msec). If timeout occurs in this state, the 167 * watcher goes to the poll_checking state with the same timeout period. 170 * polling reports an event within the short period, the previous timeout is 3621 "unexpected POLL timeout"); 5461 int timeout; local 5485 timeout = tvp->tv_sec * 1000 + (tvp->tv_usec + 999) / 1000; 5487 timeout = -1; 5490 socketmgr->nevents, timeout);
|
| /bind-9.6-ESV-R11/lib/lwres/ |
| H A D | context.c | 183 ctx->timeout = LWRES_DEFAULT_TIMEOUT; 460 struct timeval timeout; local 465 if (ctx->timeout <= 0x7FFFFFFFU) 466 timeout.tv_sec = (int)ctx->timeout; 468 timeout.tv_sec = 0x7FFFFFFF; 470 timeout.tv_usec = 0; 489 ret2 = select(ctx->sock + 1, &readfds, NULL, NULL, &timeout);
|
| H A D | context_p.h | 41 unsigned int timeout; /*%< time to wait for reply */ member in struct:lwres_context
|
| /bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
| H A D | io.cpp | 244 safe_poll(struct pollfd fds[], nfds_t nfds, int timeout) argument 246 int ret = ::poll(fds, nfds, timeout);
|
| H A D | misc_helpers.cpp | 317 ATF_TEST_CASE(timeout); variable 318 ATF_TEST_CASE_HEAD(timeout) 321 set_md_var("timeout", "1"); 323 ATF_TEST_CASE_BODY(timeout) 413 if (which == "timeout") 414 ATF_ADD_TEST_CASE(tcs, timeout);
|
| H A D | test-program.cpp | 116 if (m_tcs[ident].find("timeout") == m_tcs[ident].end()) 117 m_tcs[ident].insert(std::make_pair("timeout", "300")); 470 } else if (name == "timeout") { 472 throw parse_error(lineno, "The timeout property requires an integer" 750 const atf::tests::vars_map::const_iterator iter = metadata.find("timeout"); 752 const unsigned int timeout = local 767 child_timer timeout_timer(timeout, child_pid, terminate_poll); 782 // Don't assume the child process has been signaled due to the timeout 785 reason = "Test case timed out after " + atf::text::to_string(timeout) + 786 " " + (timeout [all...] |
| /illumos-gate/usr/src/lib/libcurses/screen/ |
| H A D | _timeout.c | 49 timeout(int tm) function
|
| /illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
| H A D | timeout.c | 30 * timeout.c 40 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/timeout.c 1.1 1995/06/19 16:12:10 ant Exp $"; 59 (timeout)(int delay) function 62 __m_trace("timeout(%d)", delay); 67 __m_return_void("timeout");
|
| H A D | wgetch.c | 116 int ch, i, j, timeout; local 180 timeout = w->_flags & W_USE_TIMEOUT; 200 if (timeout) { 206 timeout = 0;
|
| /illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
| H A D | timeout.c | 32 * timeout.c 42 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/timeout.c 1.1 " 59 #undef timeout macro 62 timeout(int delay) function
|
| /illumos-gate/usr/src/lib/libnisdb/ |
| H A D | ldap_cto.c | 41 * Interpose socket(3SOCKET), so that we can set the connect timeout. 50 int timeout = 1000 * proxyInfo.bind_timeout.tv_sec + local 65 if (ret >= 0 && timeout > 0) { 67 &timeout, sizeof (timeout)) != 0) 70 timeout, errno);
|
| /illumos-gate/usr/src/lib/libnsl/rpc/ |
| H A D | rtime_tli.c | 71 rtime_tli(char *host, struct timeval *timep, struct timeval *timeout) argument 81 nconf = __rpc_getconfip(timeout == NULL ? "tcp" : "udp"); 120 msec = __rpc_timeval_to_msec(timeout);
|
| /illumos-gate/usr/src/lib/libnsl/yp/ |
| H A D | yp_master.c | 178 struct timeval timeout, char **master) 196 timeout) != RPC_SUCCESS) 177 domaster(char *domain, char *map, struct dom_binding *pdomb, struct timeval timeout, char **master) argument
|
| H A D | yp_order.c | 107 struct timeval timeout, unsigned long *order) 125 timeout) != RPC_SUCCESS) 106 doorder(char *domain, char *map, struct dom_binding *pdomb, struct timeval timeout, unsigned long *order) argument
|
| /illumos-gate/usr/src/lib/libc/port/gen/ |
| H A D | poll.c | 42 poll(struct pollfd *fds, nfds_t nfd, int timeout) argument 47 if (timeout < 0) 50 ts.tv_sec = timeout / MILLISEC; 51 ts.tv_nsec = (timeout % MILLISEC) * MICROSEC;
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
| H A D | rdate.c | 78 static void timeout(int); 109 (void) signal(SIGALRM, timeout); 182 timeout(int sig) function
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
| H A D | network.c | 93 static struct timeval timeout = { 0 }; local 100 value = select(net+1, NULL, NULL, &excepts, &timeout);
|