Searched refs:the_dtls_context (Results 1 – 1 of 1) sorted by relevance
138 static dtls_context_t the_dtls_context; variable142 return &the_dtls_context; in malloc_context()3988 if (etimer_expired(&the_dtls_context.retransmit_timer)) { in PROCESS_THREAD()3990 node = list_head(the_dtls_context.sendqueue); in PROCESS_THREAD()3994 dtls_retransmit(&the_dtls_context, list_pop(the_dtls_context.sendqueue)); in PROCESS_THREAD()3995 node = list_head(the_dtls_context.sendqueue); in PROCESS_THREAD()4000 etimer_set(&the_dtls_context.retransmit_timer, in PROCESS_THREAD()4003 etimer_set(&the_dtls_context.retransmit_timer, 0xFFFF); in PROCESS_THREAD()