HomeSort by: relevance | last modified time | path
    Searched defs:MEMPACKET_CTRL_SET_DUPLICATE_REC (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/test/helpers/
ssltestlib.h 51 #define MEMPACKET_CTRL_SET_DUPLICATE_REC (4 << 15)
  /src/crypto/external/bsd/openssl.old/dist/test/
ssltestlib.h 47 #define MEMPACKET_CTRL_SET_DUPLICATE_REC (4 << 15)
dtlstest.c 315 BIO_ctrl(SSL_get_wbio(clientssl), MEMPACKET_CTRL_SET_DUPLICATE_REC, 1, NULL);
316 BIO_ctrl(SSL_get_wbio(serverssl), MEMPACKET_CTRL_SET_DUPLICATE_REC, 1, NULL);
  /src/crypto/external/apache2/openssl/dist/test/helpers/
ssltestlib.h 73 #define MEMPACKET_CTRL_SET_DUPLICATE_REC (4 << 15)
  /src/crypto/external/apache2/openssl/dist/test/
dtlstest.c 372 BIO_ctrl(SSL_get_wbio(clientssl), MEMPACKET_CTRL_SET_DUPLICATE_REC, 1, NULL);
373 BIO_ctrl(SSL_get_wbio(serverssl), MEMPACKET_CTRL_SET_DUPLICATE_REC, 1, NULL);
  /src/crypto/external/bsd/openssl/dist/test/
dtlstest.c 376 BIO_ctrl(SSL_get_wbio(clientssl), MEMPACKET_CTRL_SET_DUPLICATE_REC, 1, NULL);
377 BIO_ctrl(SSL_get_wbio(serverssl), MEMPACKET_CTRL_SET_DUPLICATE_REC, 1, NULL);

Completed in 138 milliseconds