Searched refs:poll_type (Results 1 – 1 of 1) sorted by relevance
294 int poll_type = 0; in idle() local297 poll_type = MBEDTLS_NET_POLL_WRITE; in idle()299 poll_type = MBEDTLS_NET_POLL_READ; in idle()317 if( poll_type != 0 ) in idle()319 ret = mbedtls_net_poll( fd, poll_type, 0 ); in idle()322 if( ret == poll_type ) in idle()