Searched refs:the_coap_context (Results 1 – 1 of 1) sorted by relevance
164 coap_context_t the_coap_context; variable373 c = &the_coap_context; in coap_new_context()407 etimer_set(&the_coap_context.retransmit_timer, 0xFFFF); in coap_new_context()438 memset(&the_coap_context, 0, sizeof(coap_context_t)); in coap_free_context()1665 if (etimer_expired(&the_coap_context.retransmit_timer)) {1667 nextpdu = coap_peek_next(&the_coap_context);1671 coap_retransmit(&the_coap_context, coap_pop_next(&the_coap_context));1672 nextpdu = coap_peek_next(&the_coap_context);1676 etimer_set(&the_coap_context.retransmit_timer, 1680 if (etimer_expired(&the_coap_context.notify_timer)) {[all …]