HomeSort by relevance Sort by last modified time
    Searched refs:BIO_ctrl_dgram_connect (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/bio/
bio.h 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)
    [all...]
  /external/openssl/include/openssl/
bio.h 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)
    [all...]

Completed in 23 milliseconds