Home
last modified time | relevance | path

Searched refs:coap_pop_next (Results 1 – 4 of 4) sorted by relevance

/third_party/libcoap/tests/
Dtest_sendqueue.c242 tmp_node = coap_pop_next(ctx); in t_sendqueue9()
260 tmp_node = coap_pop_next(ctx); in t_sendqueue10()
/third_party/libcoap/include/coap3/
Dcoap_net_internal.h196 coap_queue_t *coap_pop_next( coap_context_t *context );
/third_party/libcoap/src/
Dnet.c282 coap_pop_next(coap_context_t *context) { in coap_pop_next() function
3565 coap_retransmit(&the_coap_context, coap_pop_next(&the_coap_context)); in PROCESS_THREAD()
3619 coap_retransmit(ctx, coap_pop_next(ctx)); in coap_retransmittimer_execute()
Dcoap_io.c1290 coap_retransmit(ctx, coap_pop_next(ctx));