Home
last modified time | relevance | path

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

/openssl/test/
H A Dbio_tfo_test.c58 int sockerr = 0; in test_bio_tfo() local
88 sockerr = get_last_socket_error(); in test_bio_tfo()
119 if (sockerr == EOPNOTSUPP) { in test_bio_tfo()
184 sockerr = 0; in test_bio_tfo()
188 if (sockerr != 0) { in test_bio_tfo()
215 int sockerr = 0; in test_fd_tfo() local
304 if (sockerr != EAGAIN) { in test_fd_tfo()
316 if (sockerr == EOPNOTSUPP) { in test_fd_tfo()
340 if (sockerr != EAGAIN) { in test_fd_tfo()
393 sockerr = 0; in test_fd_tfo()
[all …]
/openssl/apps/
H A Ds_client.c3126 int sockerr = get_last_socket_error(); in s_client_main() local
3128 if (!tfo || sockerr != EISCONN) { in s_client_main()
3129 BIO_printf(bio_err, "write:errno=%d\n", sockerr); in s_client_main()

Completed in 15 milliseconds