Searched defs:isdtls (Results 1 – 5 of 5) sorted by relevance
2346 int isdtls = (stype == SOCK_DGRAM || prot == IPPROTO_SCTP); in sv_body() local2348 int isdtls = (stype == SOCK_DGRAM); in sv_body() local
883 int isdtls = 0; in s_client_main() local
2341 int isdtls = (stype == SOCK_DGRAM || prot == IPPROTO_SCTP); in sv_body() local2343 int isdtls = (stype == SOCK_DGRAM); in sv_body() local
1067 int isdtls = SSL_is_dtls(serverssl); in create_bare_ssl_connection() local