Searched refs:get_last_socket_error (Results 1 – 10 of 10) sorted by relevance
/openssl/test/ |
H A D | bio_tfo_test.c | 88 sockerr = get_last_socket_error(); in test_bio_tfo() 99 sockerr = get_last_socket_error(); in test_bio_tfo() 118 sockerr = get_last_socket_error(); in test_bio_tfo() 130 sockerr = get_last_socket_error(); in test_bio_tfo() 157 sockerr = get_last_socket_error(); in test_bio_tfo() 163 sockerr = get_last_socket_error(); in test_bio_tfo() 170 sockerr = get_last_socket_error(); in test_bio_tfo() 179 sockerr = get_last_socket_error(); in test_bio_tfo() 302 sockerr = get_last_socket_error(); in test_fd_tfo() 315 sockerr = get_last_socket_error(); in test_fd_tfo() [all …]
|
/openssl/crypto/bio/ |
H A D | bio_sock2.c | 51 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_socket() 96 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_connect() 106 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_connect() 164 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_connect() 178 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_connect() 231 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_bind() 301 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_listen() 313 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_listen() 323 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_listen() 340 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_listen() [all …]
|
H A D | bss_dgram.c | 433 data->_errno = get_last_socket_error(); in dgram_read() 461 data->_errno = get_last_socket_error(); in dgram_write() 1396 ERR_raise(ERR_LIB_SYS, get_last_socket_error()); in dgram_sendmmsg() 1431 ERR_raise(ERR_LIB_SYS, get_last_socket_error()); in dgram_sendmmsg() 1498 ERR_raise(ERR_LIB_SYS, get_last_socket_error()); in dgram_sendmmsg() 1589 ERR_raise(ERR_LIB_SYS, get_last_socket_error()); in dgram_recvmmsg() 1635 ERR_raise(ERR_LIB_SYS, get_last_socket_error()); in dgram_recvmmsg() 1742 ERR_raise(ERR_LIB_SYS, get_last_socket_error()); in dgram_recvmmsg() 2281 data->dgram._errno = get_last_socket_error(); in dgram_sctp_write() 2615 && (get_last_socket_error() != EWOULDBLOCK)) in dgram_sctp_wait_for_dry() [all …]
|
H A D | bio_sock.c | 116 return get_last_socket_error(); in BIO_sock_error() 152 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_sock_init() 246 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_socket_ioctl() 298 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_accept() 408 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_sock_info()
|
H A D | bio_addr.c | 249 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in addr_strings() 735 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_lookup_ex() 853 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_lookup_ex() 900 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in BIO_lookup_ex()
|
H A D | bss_sock.c | 301 err = get_last_socket_error(); in BIO_sock_should_retry()
|
H A D | bss_conn.c | 178 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in conn_state() 215 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in conn_state()
|
H A D | bss_acpt.c | 233 ERR_raise_data(ERR_LIB_SYS, get_last_socket_error(), in acpt_state()
|
/openssl/include/internal/ |
H A D | sockets.h | 166 # define get_last_socket_error() errno macro 168 # define get_last_socket_error_is_eintr() (get_last_socket_error() == EINTR) 171 # undef get_last_socket_error 174 # define get_last_socket_error() WSAGetLastError() macro 176 # define get_last_socket_error_is_eintr() (get_last_socket_error() == WSAEINTR)
|
/openssl/apps/ |
H A D | s_client.c | 2176 BIO_printf(bio_err, "connect:errno=%d\n", get_last_socket_error()); in s_client_main() 2216 get_last_socket_error()); in s_client_main() 3060 get_last_socket_error()); in s_client_main() 3126 int sockerr = get_last_socket_error(); in s_client_main() 3215 ret = get_last_socket_error(); in s_client_main()
|
Completed in 31 milliseconds