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/
Dnet.h662 void coap_io_do_io(coap_context_t *ctx, coap_tick_t now);
781 coap_io_do_io(ctx, now); in coap_read()
/third_party/libcoap/man/
Dcoap_io.txt.in18 coap_io_do_io,
39 *void coap_io_do_io(coap_context_t *_context_, coap_tick_t _now_)*;
108 then calls *coap_io_do_io*() to make sure that all current i/o has been
136 The *coap_io_do_io*() function for the specified _context_ will
/third_party/libcoap/
Dlibcoap-3.sym93 coap_io_do_io
Dlibcoap-3.map95 coap_io_do_io;
/third_party/libcoap/examples/contiki/
Dcoap-observer.c179 coap_io_do_io(coap_context); /* read received data */ in PROCESS_THREAD()
/third_party/libcoap/src/
Dcoap_io_riot.c275 coap_io_do_io(ctx, now); in coap_io_process()
Dcoap_io.c1492 coap_io_do_io(ctx, now);
1578 coap_io_do_io(ctx, now); /* read received data */
Dnet.c1422 coap_io_do_io(coap_context_t *ctx, coap_tick_t now) { in coap_io_do_io() function
1742 coap_io_do_io(coap_context_t *ctx, coap_tick_t now) { in coap_io_do_io() function