Searched refs:BIO_dgram_get_peer (Results 1 – 9 of 9) sorted by relevance
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | BIO_s_datagram.pod | 10 BIO_dgram_get_peer, 25 int BIO_dgram_get_peer(BIO *bio, BIO_ADDR *peer); 102 =item BIO_dgram_get_peer (BIO_CTRL_DGRAM_GET_PEER) 214 BIO_dgram_get_peer(), BIO_dgram_set_peer() return 1 on success and 0 on failure.
|
/netbsd/crypto/external/bsd/openssl/dist/util/ |
H A D | missingmacro111.txt | 23 BIO_dgram_get_peer(3)
|
H A D | other.syms | 152 BIO_dgram_get_peer define
|
/netbsd/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | d1_lib.c | 794 if (BIO_dgram_get_peer(rbio, tmpclient) > 0) { in DTLSv1_listen() 848 if (BIO_dgram_get_peer(rbio, client) <= 0) in DTLSv1_listen()
|
/netbsd/crypto/external/bsd/openssl/dist/ssl/ |
H A D | d1_lib.c | 788 if (BIO_dgram_get_peer(rbio, tmpclient) > 0) { in DTLSv1_listen() 841 if (BIO_dgram_get_peer(rbio, client) <= 0) in DTLSv1_listen()
|
/netbsd/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | bio.h | 520 # define BIO_dgram_get_peer(b,peer) \ macro
|
/netbsd/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | s_cb.c | 778 (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), peer); in generate_cookie_callback()
|
/netbsd/crypto/external/bsd/openssl/dist/apps/lib/ |
H A D | s_cb.c | 780 (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), peer); in generate_stateless_cookie_callback()
|
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | bio.h.in | 572 # define BIO_dgram_get_peer(b,peer) \ macro
|