Searched refs:sockerr (Results 1 – 4 of 4) sorted by relevance
58 int sockerr = 0; in test_bio_tfo() local88 sockerr = get_last_socket_error(); in test_bio_tfo()99 sockerr = get_last_socket_error(); in test_bio_tfo()106 sockerr = get_last_socket_error(); in test_bio_tfo()118 sockerr = get_last_socket_error(); in test_bio_tfo()119 if (sockerr == EOPNOTSUPP) { in test_bio_tfo()122 } else if (sockerr != EINPROGRESS) { in test_bio_tfo()130 sockerr = get_last_socket_error(); in test_bio_tfo()138 sockerr = get_last_socket_error(); in test_bio_tfo()157 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()
3187 int sockerr = get_last_socket_error(); in s_client_main() local3189 if (!tfo || sockerr != EISCONN) { in s_client_main()3190 BIO_printf(bio_err, "write:errno=%d\n", sockerr); in s_client_main()