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

  /src/crypto/external/apache2/openssl/dist/ssl/
d1_lib.c 760 if (BIO_dgram_get_peer(rbio, tmpclient) > 0) {
815 if (BIO_dgram_get_peer(rbio, client) <= 0)
  /src/crypto/external/bsd/openssl/dist/ssl/
d1_lib.c 805 if (BIO_dgram_get_peer(rbio, tmpclient) > 0) {
858 if (BIO_dgram_get_peer(rbio, client) <= 0)
  /src/crypto/external/bsd/openssl.old/dist/ssl/
d1_lib.c 794 if (BIO_dgram_get_peer(rbio, tmpclient) > 0) {
848 if (BIO_dgram_get_peer(rbio, client) <= 0)
  /src/crypto/external/apache2/openssl/dist/test/
bio_dgram_test.c 220 if (!TEST_int_gt(BIO_dgram_get_peer(b2, addr3), 0))
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
bio.h 520 # define BIO_dgram_get_peer(b,peer) \
  /src/crypto/external/apache2/openssl/dist/include/openssl/
bio.h.in 649 #define BIO_dgram_get_peer(b, peer) \
  /src/crypto/external/bsd/openssl/dist/include/openssl/
bio.h.in 572 # define BIO_dgram_get_peer(b,peer) \
  /src/crypto/external/apache2/openssl/dist/apps/lib/
s_cb.c 867 (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), peer);
  /src/crypto/external/bsd/openssl/dist/apps/lib/
s_cb.c 801 (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), peer);
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_cb.c 778 (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), peer);

Completed in 38 milliseconds