HomeSort by relevance Sort by last modified time
    Searched refs:BIO_CTRL_DGRAM_CONNECT (Results 1 - 3 of 3) 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...]
bss_dgram.c 506 case BIO_CTRL_DGRAM_CONNECT:
    [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 116 milliseconds