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

  /external/openssl/crypto/bio/
bss_dgram.c 661 case BIO_CTRL_DGRAM_SET_SEND_TIMEOUT:
bio.h 138 #define BIO_CTRL_DGRAM_SET_SEND_TIMEOUT 35 /* setsockopt, essentially */
  /external/openssl/include/openssl/
bio.h 138 #define BIO_CTRL_DGRAM_SET_SEND_TIMEOUT 35 /* setsockopt, essentially */
  /external/openssl/apps/
s_client.c 1026 BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_SEND_TIMEOUT, 0, &timeout);
    [all...]
s_server.c     [all...]

Completed in 356 milliseconds