Searched refs:wait_for_reason (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_tls.c | 778 static int wait_for_reason(int sock, int timeout, int reason) in wait_for_reason() function 1232 ret = wait_for_reason(context->sock, timeout_ms, ret); in tls_mbedtls_handshake() 2329 ret = wait_for_reason(ctx->sock, timeout_ms, ret); in send_tls() 2642 ret = wait_for_reason(ctx->sock, timeout_ms, ret); in recv_tls() 2725 ret = wait_for_reason(ctx->sock, timeout_ms, ret); in recvfrom_dtls_common()
|