Searched refs:BIO_sock_info (Results 1 – 12 of 12) sorted by relevance
/openssl/test/ |
H A D | bio_dgram_test.c | 186 if (!TEST_int_gt(BIO_sock_info(fd1, BIO_SOCK_INFO_ADDRESS, &info1), 0)) in test_bio_dgram_impl() 190 if (!TEST_int_gt(BIO_sock_info(fd2, BIO_SOCK_INFO_ADDRESS, &info2), 0)) in test_bio_dgram_impl()
|
H A D | quic_tserver_test.c | 105 if (!TEST_true(BIO_sock_info(s_fd, BIO_SOCK_INFO_ADDRESS, &s_info))) in do_test()
|
H A D | quic_multistream_test.c | 725 if (!TEST_true(BIO_sock_info(h->s_fd, BIO_SOCK_INFO_ADDRESS, &info))) in helper_init()
|
/openssl/apps/lib/ |
H A D | s_socket.c | 228 && BIO_sock_info(asock, BIO_SOCK_INFO_ADDRESS, &info)) { in get_sock_info_address()
|
/openssl/crypto/bio/ |
H A D | bio_sock.c | 396 int BIO_sock_info(int sock, in BIO_sock_info() function
|
H A D | bss_acpt.c | 259 if (!BIO_sock_info(c->accept_sock, BIO_SOCK_INFO_ADDRESS, in acpt_state()
|
/openssl/util/ |
H A D | missingcrypto.txt | 214 BIO_sock_info(3)
|
H A D | missingcrypto111.txt | 241 BIO_sock_info(3)
|
H A D | libcrypto.num | 1775 BIO_sock_info 1818 3_0_0 EXIST::FUNCTION:SOCK
|
/openssl/doc/man3/ |
H A D | BIO_s_accept.pod | 82 It may be queried using BIO_sock_info() and L<BIO_ADDR_service_string(3)>.
|
/openssl/apps/ |
H A D | s_client.c | 2214 if (!BIO_sock_info(sock, BIO_SOCK_INFO_ADDRESS, &peer_info)) { in s_client_main() 3523 && BIO_sock_info(sock, BIO_SOCK_INFO_ADDRESS, &info)) { in print_stuff()
|
/openssl/include/openssl/ |
H A D | bio.h.in | 870 int BIO_sock_info(int sock,
|
Completed in 121 milliseconds