Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dbio.h108 # define BIO_CTRL_DGRAM_SET_SEND_TIMEOUT 35/* setsockopt, essentially */ macro
H A Dbio.h.in109 # define BIO_CTRL_DGRAM_SET_SEND_TIMEOUT 35/* setsockopt, essentially */ macro
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_dgram.c634 case BIO_CTRL_DGRAM_SET_SEND_TIMEOUT: in dgram_ctrl()
/freebsd/crypto/openssl/apps/
H A Ds_client.c2069 BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_SEND_TIMEOUT, 0, &timeout); in s_client_main()
H A Ds_server.c2405 BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_SEND_TIMEOUT, 0, &timeout); in sv_body()