Lines Matching defs:timeout

87 	int timeout);
609 "len %d timeout %d msec",
610 (int)w->pkt_len, w->timeout);
617 /* set timer on the waiting_tcp entry, this is the write timeout
621 tv.tv_sec = w->timeout/1000;
622 tv.tv_usec = (w->timeout%1000)*1000;
897 tv.tv_sec = w->timeout/1000;
898 tv.tv_usec = (w->timeout%1000)*1000;
921 tv.tv_sec = w->timeout/1000;
922 tv.tv_usec = (w->timeout%1000)*1000;
1259 /** set timeout on tcp fd and setup read event to catch incoming dns msgs */
1267 /** set timeout on tcp fd and setup read event to catch incoming dns msgs */
1290 verbose(VERB_QUERY, "outnettcp got tcp timeout "
1296 verbose(VERB_QUERY, "outnettcp got tcp timeout %s",
1300 /* must be timeout for reading or keepalive reuse,
1314 /* setup to write next packet or setup read timeout */
1398 /* no queries on it, no space to keep it. or timeout or closed due
1450 pend->timeout)) {
1577 verbose(VERB_ALGO, "timeout udp with delay");
1589 verbose(VERB_ALGO, "timeout udp");
2189 randomize_and_send_udp(struct pending* pend, sldns_buffer* packet, int timeout)
2219 /* system calls to set timeout after sending UDP to make roundtrip
2222 tv.tv_sec = timeout/1000;
2223 tv.tv_usec = (timeout%1000)*1000;
2249 int timeout, comm_point_callback_type* cb, void* cb_arg)
2270 pend->timeout = timeout;
2289 if(!randomize_and_send_udp(pend, packet, timeout)) {
2409 int timeout, comm_point_callback_type* callback, void* callback_arg)
2467 w->timeout = timeout;
2913 verbose(VERB_ALGO, "serviced query UDP timeout=%d msec", rtt);
3184 int vs, rtt, timeout;
3197 timeout = rtt;
3199 timeout = sq->outnet->tcp_auth_query_timeout;
3201 timeout = sq->outnet->tcp_auth_query_timeout;
3205 sq->pending = pending_tcp_query(sq, buff, timeout,
3704 sldns_buffer* query, int timeout, int ssl, char* host)
3734 /* set timeout on TCP connection */
3735 comm_point_start_listening(cp, fd, timeout);
3777 struct sockaddr_storage* to_addr, socklen_t to_addrlen, int timeout,
3810 /* set timeout on TCP connection */
3811 comm_point_start_listening(cp, fd, timeout);