Searched refs:coap_io_prepare_io (Results 1 - 4 of 4) sorted by relevance
/third_party/libcoap/include/coap3/ |
H A D | coap_net.h | 587 * This internally calls coap_io_prepare_io(), then select() for the appropriate 685 * be used instead of coap_io_prepare_io(). 700 unsigned int coap_io_prepare_io(coap_context_t *ctx, 730 * be used instead of coap_io_prepare_io(). 834 * @deprecated Use coap_io_prepare_io() instead. 836 * This function just calls coap_io_prepare_io(). 858 return coap_io_prepare_io(ctx, sockets, max_sockets, num_sockets, now); in coap_write()
|
/third_party/libcoap/src/ |
H A D | coap_io_contiki.c | 46 timeout = coap_io_prepare_io(ctx, sockets, max_sockets, &num_sockets, now); in on_prepare_timer_expired()
|
H A D | coap_io_lwip.c | 62 timeout = coap_io_prepare_io(context, NULL, 0, &num_sockets, before); in coap_io_process_timeout() 87 timeout = coap_io_prepare_io(context, NULL, 0, &num_sockets, before); in coap_io_process()
|
H A D | coap_io.c | 1318 timeout = coap_io_prepare_io(ctx, sockets, max_sockets, &num_sockets, now); 1355 coap_io_prepare_io(coap_context_t *ctx, function 1630 timeout = coap_io_prepare_io(ctx, ctx->sockets,
|
Completed in 6 milliseconds