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

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbio.h173 # define BIO_CTRL_DGRAM_SET_PEER 44/* Destination for the data */ macro
629 (int)BIO_ctrl(b, BIO_CTRL_DGRAM_SET_PEER, 0, (char *)peer)
H A Dbss_dgram.c406 BIO_ctrl(b, BIO_CTRL_DGRAM_SET_PEER, 0, &sa.peer);
731 case BIO_CTRL_DGRAM_SET_PEER:

Completed in 58 milliseconds