Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bio/
H A Dbss_dgram.c274 BIO_ctrl(b, BIO_CTRL_DGRAM_SET_PEER, 0, &sa.peer); in dgram_read()
540 case BIO_CTRL_DGRAM_SET_PEER: in dgram_ctrl()
/dragonfly/crypto/libressl/include/openssl/
H A Dbio.h169 #define BIO_CTRL_DGRAM_SET_PEER 44 /* Destination for the data */ macro
525 (int)BIO_ctrl(b, BIO_CTRL_DGRAM_SET_PEER, 0, (char *)peer)