Searched refs:poll_type (Results 1 – 1 of 1) sorted by relevance
405 int poll_type = 0; in idle() local408 poll_type = MBEDTLS_NET_POLL_WRITE; in idle()410 poll_type = MBEDTLS_NET_POLL_READ; in idle()428 if (poll_type != 0) { in idle()429 ret = mbedtls_net_poll(fd, poll_type, 0); in idle()433 if (ret == poll_type) { in idle()