Home
last modified time | relevance | path

Searched refs:BIO_CTRL_DGRAM_SET_SEND_TIMEOUT (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/include/openssl/
Dbio.h96 # define BIO_CTRL_DGRAM_SET_SEND_TIMEOUT 35/* setsockopt, essentially */ macro
/third_party/openssl/crypto/bio/
Dbss_dgram.c648 case BIO_CTRL_DGRAM_SET_SEND_TIMEOUT: in dgram_ctrl()
/third_party/openssl/apps/
Ds_client.c2112 BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_SEND_TIMEOUT, 0, &timeout); in s_client_main()
Ds_server.c2308 BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_SEND_TIMEOUT, 0, &timeout); in sv_body()
/third_party/libcoap/src/
Dcoap_openssl.c369 case BIO_CTRL_DGRAM_SET_SEND_TIMEOUT: in coap_dgram_ctrl()