Home
last modified time | relevance | path

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

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