Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/include/openssl/
H A Dbio.h139 #define BIO_CTRL_DGRAM_CONNECT 31 /* BIO dgram special */ macro
515 (int)BIO_ctrl(b,BIO_CTRL_DGRAM_CONNECT,0, (char *)peer)
/dragonfly/crypto/libressl/crypto/bio/
H A Dbss_dgram.c383 case BIO_CTRL_DGRAM_CONNECT: in dgram_ctrl()