Searched refs:BIO_new_dgram_sctp (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/openssl/apps/lib/ |
H A D | s_socket.c | 154 BIO *tmpbio = BIO_new_dgram_sctp(*sock, BIO_NOCLOSE); in init_client() 338 BIO *tmpbio = BIO_new_dgram_sctp(asock, BIO_NOCLOSE); in do_server()
|
/freebsd/crypto/openssl/test/helpers/ |
H A D | handshake.c | 1294 tmpbio = BIO_new_dgram_sctp(sock, BIO_NOCLOSE); in set_sock_as_sctp() 1484 client_to_server = BIO_new_dgram_sctp(csock, BIO_CLOSE); in do_handshake_internal() 1485 server_to_client = BIO_new_dgram_sctp(ssock, BIO_CLOSE); in do_handshake_internal()
|
/freebsd/crypto/openssl/util/ |
H A D | missingcrypto.txt | 205 BIO_new_dgram_sctp(3)
|
H A D | missingcrypto111.txt | 228 BIO_new_dgram_sctp(3)
|
H A D | libcrypto.num | 326 BIO_new_dgram_sctp 332 3_0_0 EXIST::FUNCTION:DGRAM,SCTP
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 694 BIO *BIO_new_dgram_sctp(int fd, int close_flag);
|
H A D | bio.h.in | 671 BIO *BIO_new_dgram_sctp(int fd, int close_flag);
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bss_dgram.c | 799 BIO *BIO_new_dgram_sctp(int fd, int close_flag) in BIO_new_dgram_sctp() function
|
/freebsd/crypto/openssl/apps/ |
H A D | s_client.c | 2038 sbio = BIO_new_dgram_sctp(sock, BIO_NOCLOSE); in s_client_main()
|
H A D | s_server.c | 2388 sbio = BIO_new_dgram_sctp(s, BIO_NOCLOSE); in sv_body()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 4366 BIO_new_dgram_sctp;
|