Home
last modified time | relevance | path

Searched refs:coap_io_do_io (Results 1 – 8 of 8) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_net.h720 void coap_io_do_io(coap_context_t *ctx, coap_tick_t now);
874 coap_io_do_io(ctx, now); in coap_read()
/third_party/libcoap/man/
Dcoap_io.txt.in18 coap_io_do_io,
41 *void coap_io_do_io(coap_context_t *_context_, coap_tick_t _now_)*;
80 then calls *coap_io_do_io*() to make sure that all current i/o has been
157 *Function: coap_io_do_io()*
159 The *coap_io_do_io*() function for the specified _context_ will
Dcoap_deprecated.txt.in122 *coap_io_do_io*(3).
/third_party/libcoap/
Dlibcoap-3.map113 coap_io_do_io;
Dlibcoap-3.sym110 coap_io_do_io
/third_party/libcoap/src/
Dcoap_io_contiki.c221 coap_io_do_io(ctx, before); in coap_io_process()
Dcoap_io.c1723 coap_io_do_io(ctx, now);
Dcoap_net.c2050 coap_io_do_io(coap_context_t *ctx, coap_tick_t now) { in coap_io_do_io() function