Home
last modified time | relevance | path

Searched defs:isdtls (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Ds_server.c2346 int isdtls = (stype == SOCK_DGRAM || prot == IPPROTO_SCTP); in sv_body() local
2348 int isdtls = (stype == SOCK_DGRAM); in sv_body() local
H A Ds_client.c883 int isdtls = 0; in s_client_main() local
/freebsd/crypto/openssl/test/helpers/
H A Dssltestlib.c1073 int isdtls = SSL_is_dtls(serverssl); create_bare_ssl_connection() local