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.h239 coap_queue_t *coap_peek_next(coap_context_t *context);
/third_party/libcoap/tests/
Dtest_sendqueue.c237 tmp_node = coap_peek_next(ctx); in t_sendqueue9()
/third_party/libcoap/src/
Dcoap_io.c1385 nextpdu = coap_peek_next(ctx);
1389 nextpdu = coap_peek_next(ctx);
Dcoap_net.c246 coap_peek_next(coap_context_t *context) { in coap_peek_next() function