Home
last modified time | relevance | path

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

/openssl/test/helpers/
H A Dhandshake.c1321 static int create_sctp_socks(int *ssock, int *csock) in create_sctp_socks() argument
1388 *ssock = asock; in create_sctp_socks()
1499 int csock, ssock; in do_handshake_internal() local
1501 if (create_sctp_socks(&ssock, &csock)) { in do_handshake_internal()
1503 server_to_client = BIO_new_dgram_sctp(ssock, BIO_CLOSE); in do_handshake_internal()
/openssl/test/
H A Dquicapitest.c60 int ssock = 0, csock = 0; in test_quic_write_read() local
87 &ssock))) in test_quic_write_read()
102 if (!TEST_true(wait_until_sock_readable(ssock))) in test_quic_write_read()

Completed in 15 milliseconds