Searched refs:sockerr (Results 1 – 4 of 4) sorted by relevance
58 int sockerr = 0; in test_bio_tfo() local91 sockerr = get_last_socket_error(); in test_bio_tfo()105 sockerr = get_last_socket_error(); in test_bio_tfo()112 sockerr = get_last_socket_error(); in test_bio_tfo()124 sockerr = get_last_socket_error(); in test_bio_tfo()125 if (sockerr == EOPNOTSUPP) { in test_bio_tfo()128 } else if (sockerr != EINPROGRESS) { in test_bio_tfo()136 sockerr = get_last_socket_error(); in test_bio_tfo()144 sockerr = get_last_socket_error(); in test_bio_tfo()163 sockerr = get_last_socket_error(); in test_bio_tfo()[all …]
59 uint64_t sockerr; /* # of socket related errors */ member
1057 int e, sockerr; in get_so_error() local1060 sockerr = 0; in get_so_error()1061 sockerrlen = sizeof(sockerr); in get_so_error()1062 e = getsockopt(fd, SOL_SOCKET, SO_ERROR, &sockerr, &sockerrlen); in get_so_error()1068 return sockerr; in get_so_error()
3185 int sockerr = get_last_socket_error(); in s_client_main() local3187 if (!tfo || sockerr != EISCONN) { in s_client_main()3188 BIO_printf(bio_err, "write:errno=%d\n", sockerr); in s_client_main()