Home | History | Annotate | Download | only in bio

Lines Matching refs:BIO_ctrl_dgram_connect

143 #define BIO_CTRL_DGRAM_CONNECT       31  /* BIO dgram special */
598 #define BIO_ctrl_dgram_connect(b,peer) \
599 (int)BIO_ctrl(b,BIO_CTRL_DGRAM_CONNECT,0, (char *)peer)