Home
last modified time | relevance | path

Searched refs:BIO_CTRL_DGRAM_SET_PEER (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dbio.h130 # define BIO_CTRL_DGRAM_SET_PEER 44/* Destination for the data */ macro
598 (int)BIO_ctrl(b, BIO_CTRL_DGRAM_SET_PEER, 0, (char *)(peer))
H A Dbio.h.in131 # define BIO_CTRL_DGRAM_SET_PEER 44/* Destination for the data */ macro
575 (int)BIO_ctrl(b, BIO_CTRL_DGRAM_SET_PEER, 0, (char *)(peer))
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_dgram.c312 BIO_ctrl(b, BIO_CTRL_DGRAM_SET_PEER, 0, &peer); in dgram_read()
576 case BIO_CTRL_DGRAM_SET_PEER: in dgram_ctrl()
/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_datagram.pod120 =item BIO_dgram_set_peer (BIO_CTRL_DGRAM_SET_PEER)