Home
last modified time | relevance | path

Searched refs:coap_io_do_epoll (Results 1 – 6 of 6) sorted by relevance

/third_party/libcoap/man/
Dcoap_io.txt.in20 coap_io_do_epoll,
46 *void coap_io_do_epoll(coap_context_t *_context_, struct epoll_event *_events_,
73 *coap_io_do_epoll*() if needed to make sure that all event based i/o has been
135 *Function: coap_io_do_epoll()*
137 The *coap_io_do_epoll*() function for the specified _context_ will
/third_party/libcoap/
Dlibcoap-3.map112 coap_io_do_epoll;
Dlibcoap-3.sym109 coap_io_do_epoll
/third_party/libcoap/include/coap3/
Dcoap_net.h758 void coap_io_do_epoll(coap_context_t *ctx, struct epoll_event *events,
/third_party/libcoap/src/
Dcoap_io.c1760 coap_io_do_epoll(ctx, events, nfds);
Dcoap_net.c2107 coap_io_do_epoll(coap_context_t *ctx, struct epoll_event *events, size_t nevents) { in coap_io_do_epoll() function