Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/apps/
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
Ds_client.c883 int isdtls = 0; in s_client_main() local