Home
last modified time | relevance | path

Searched refs:BIO_CTRL_DGRAM_SET_CONNECTED (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dbio.h104 # define BIO_CTRL_DGRAM_SET_CONNECTED 32/* allow for an externally connected macro
590 (int)BIO_ctrl(b, BIO_CTRL_DGRAM_SET_CONNECTED, 0, (char *)(peer))
H A Dbio.h.in105 # define BIO_CTRL_DGRAM_SET_CONNECTED 32/* allow for an externally connected macro
567 (int)BIO_ctrl(b, BIO_CTRL_DGRAM_SET_CONNECTED, 0, (char *)(peer))
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_dgram.c559 case BIO_CTRL_DGRAM_SET_CONNECTED: in dgram_ctrl()
1353 case BIO_CTRL_DGRAM_SET_CONNECTED: in dgram_sctp_ctrl()