HomeSort by: relevance | last modified time | path
    Searched refs:BIO_ctrl_dgram_connect (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
bio.h 91 # define BIO_CTRL_DGRAM_CONNECT 31/* BIO dgram special */
512 # define BIO_ctrl_dgram_connect(b,peer) \
513 (int)BIO_ctrl(b,BIO_CTRL_DGRAM_CONNECT,0, (char *)(peer))
  /src/crypto/external/apache2/openssl/dist/include/openssl/
bio.h.in 111 #define BIO_CTRL_DGRAM_CONNECT 31 /* BIO dgram special */
641 #define BIO_ctrl_dgram_connect(b, peer) \
642 (int)BIO_ctrl(b, BIO_CTRL_DGRAM_CONNECT, 0, (char *)(peer))
  /src/crypto/external/bsd/openssl/dist/include/openssl/
bio.h.in 104 # define BIO_CTRL_DGRAM_CONNECT 31/* BIO dgram special */
564 # define BIO_ctrl_dgram_connect(b,peer) \
565 (int)BIO_ctrl(b,BIO_CTRL_DGRAM_CONNECT,0, (char *)(peer))

Completed in 29 milliseconds