Home
last modified time | relevance | path

Searched refs:BIO_dgram_set_peer (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_datagram.pod11 BIO_dgram_set_peer,
26 int BIO_dgram_set_peer(BIO *bio, const BIO_ADDR *peer);
65 BIO_dgram_set_peer() immediately prior to every call to BIO_write(), or never
81 This is equivalent to calling L<BIO_dgram_set_peer(3)>.
111 The peer address last passed to BIO_dgram_set_peer(), BIO_ctrl_dgram_connect()
120 =item BIO_dgram_set_peer (BIO_CTRL_DGRAM_SET_PEER)
214 BIO_dgram_get_peer(), BIO_dgram_set_peer() return 1 on success and 0 on failure.
/freebsd/crypto/openssl/util/
H A Dmissingmacro111.txt24 BIO_dgram_set_peer(3)
H A Dother.syms154 BIO_dgram_set_peer define
/freebsd/crypto/openssl/ssl/
H A Dd1_lib.c806 (void)BIO_dgram_set_peer(wbio, tmpclient); in DTLSv1_listen()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h597 # define BIO_dgram_set_peer(b,peer) \ macro
H A Dbio.h.in574 # define BIO_dgram_set_peer(b,peer) \ macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile788 MLINKS+= BIO_s_datagram.3 BIO_dgram_set_peer.3