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

  /external/chromium_org/third_party/boringssl/src/include/openssl/
bio.h 563 #define BIO_CTRL_DGRAM_SET_MTU 42 /* set cached value for MTU. want to use
    [all...]
  /external/openssl/crypto/bio/
bss_dgram.c 656 case BIO_CTRL_DGRAM_SET_MTU:
    [all...]
bio.h 162 #define BIO_CTRL_DGRAM_SET_MTU 42 /* set cached value for
    [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
d1_both.c 250 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SET_MTU,
    [all...]
  /external/openssl/include/openssl/
bio.h 162 #define BIO_CTRL_DGRAM_SET_MTU 42 /* set cached value for
    [all...]
  /external/openssl/ssl/
d1_both.c 247 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SET_MTU,
    [all...]

Completed in 80 milliseconds