Home
last modified time | relevance | path

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

/third_party/mbedtls/programs/ssl/
Dssl_test_lib.c294 int poll_type = 0; in idle() local
297 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()