Lines Matching refs:timeout
875 * Calculates the initial timeout based on the session CoAP transmission
881 * @param session session timeout is associated with
922 * time and the retransmission time is node->timeout. If there is
924 * to be retransmitted earlier. Therefore, node->timeout is first
930 node->t = node->timeout << node->retransmit_cnt;
935 (node->timeout << node->retransmit_cnt);
942 (unsigned)((node->timeout << node->retransmit_cnt) * 1000 /
1023 coap_log_debug("** %s: timeout waiting for first response\n",
1484 * above and hence timeout / drop the response as appropriate
1608 /* add timeout in range [ACK_TIMEOUT...ACK_TIMEOUT * ACK_RANDOM_FACTOR] */
1609 node->timeout = coap_calc_timeout(session, r);
1621 /* re-initialize timeout when maximum number of retransmissions are not reached yet */
1630 next_delay = (coap_tick_t)node->timeout << node->retransmit_cnt;
1636 /* Don't exceed the ping timeout value */
3288 node->timeout = (unsigned int)delay;