Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_net_internal.h191 coap_queue_t *coap_peek_next( coap_context_t *context );
/third_party/libcoap/tests/
Dtest_sendqueue.c236 tmp_node = coap_peek_next(ctx); in t_sendqueue9()
/third_party/libcoap/src/
Dnet.c274 coap_peek_next(coap_context_t *context) { in coap_peek_next() function
1008 nextpdu = coap_peek_next(context); in coap_wait_ack()
3561 nextpdu = coap_peek_next(&the_coap_context); in PROCESS_THREAD()
3566 nextpdu = coap_peek_next(&the_coap_context); in PROCESS_THREAD()
3612 nextinqueue = coap_peek_next(ctx); in coap_retransmittimer_execute()
3620 nextinqueue = coap_peek_next(ctx); in coap_retransmittimer_execute()
Dcoap_io.c1287 nextpdu = coap_peek_next(ctx);
1291 nextpdu = coap_peek_next(ctx);