Searched refs:sockerr (Results 1 – 2 of 2) sorted by relevance
58 int sockerr = 0; in test_bio_tfo() local88 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() local304 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 …]
3126 int sockerr = get_last_socket_error(); in s_client_main() local3128 if (!tfo || sockerr != EISCONN) { in s_client_main()3129 BIO_printf(bio_err, "write:errno=%d\n", sockerr); in s_client_main()
Completed in 12 milliseconds