Lines Matching refs:max_wait
153 static coap_tick_t max_wait; variable
824 set_coap_timeout(&max_wait, wait_seconds); in send_packets()
874 set_coap_timeout(&max_wait, wait_seconds); in try_send()
1254 set_coap_timeout(&max_wait, wait_seconds); in read_blocks()
1445 set_coap_timeout(&max_wait, wait_seconds); in coap_message_handler()
1757 set_coap_timeout(&max_wait, wait_seconds);
1820 if (nextpdu && nextpdu->t < min(obs_wait ? obs_wait : max_wait,
1821 max_wait) - now) {
1826 if (obs_wait && obs_wait < max_wait) {
1833 tv.tv_usec = ((max_wait - now) %
1836 tv.tv_sec = (max_wait - now) /