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

  /external/openssl/crypto/bio/
bss_dgram.c 365 BIO_ctrl(b, BIO_CTRL_DGRAM_QUERY_MTU, 0, NULL);
497 case BIO_CTRL_DGRAM_QUERY_MTU:
bio.h 148 #define BIO_CTRL_DGRAM_QUERY_MTU 40 /* as kernel for current MTU */
  /external/openssl/ssl/
d1_both.c 234 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_QUERY_MTU, 0, NULL);
344 BIO_CTRL_DGRAM_QUERY_MTU, 0, NULL);
    [all...]
  /external/openssl/include/openssl/
bio.h 148 #define BIO_CTRL_DGRAM_QUERY_MTU 40 /* as kernel for current MTU */

Completed in 65 milliseconds