Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dd1_lib.c465 unsigned int rectype, versmajor, msgseq, msgtype, clientvers, cookielen; in DTLSv1_listen() local
643 if (!PACKET_get_net_2(&msgpayload, &clientvers)) { in DTLSv1_listen()
651 if (DTLS_VERSION_LT(clientvers, (unsigned int)s->method->version) && in DTLSv1_listen()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A 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()