Home
last modified time | relevance | path

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

/third_party/openssl/ssl/
Dd1_lib.c454 unsigned int rectype, versmajor, msgseq, msgtype, clientvers, cookielen; in DTLSv1_listen() local
632 if (!PACKET_get_net_2(&msgpayload, &clientvers)) { in DTLSv1_listen()
640 if (DTLS_VERSION_LT(clientvers, (unsigned int)s->method->version) && in DTLSv1_listen()