Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/coap/
Dcoap_client.c130 static bool has_ongoing_exchange(struct coap_client *client) in has_ongoing_exchange() function
167 if (has_ongoing_exchange(clients[i])) { in has_ongoing_exchanges()
572 short events = (has_ongoing_exchange(clients[i]) ? ZSOCK_POLLIN : 0) | in handle_poll()