HomeSort by: relevance | last modified time | path
    Searched refs:BIO_CTRL_DGRAM_CONNECT (Results 1 - 6 of 6) 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))
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bss_dgram.c 444 case BIO_CTRL_DGRAM_CONNECT:
1354 case BIO_CTRL_DGRAM_CONNECT:
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bss_dgram.c 452 case BIO_CTRL_DGRAM_CONNECT:
1372 case BIO_CTRL_DGRAM_CONNECT:
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bss_dgram.c 632 case BIO_CTRL_DGRAM_CONNECT:
2331 case BIO_CTRL_DGRAM_CONNECT:

Completed in 35 milliseconds