Searched refs:clientvers (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | d1_lib.c | 465 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()
|
/third_party/openssl/ssl/ |
H A D | d1_lib.c | 448 unsigned int rectype, versmajor, msgseq, msgtype, clientvers, cookielen; in DTLSv1_listen() local 626 if (!PACKET_get_net_2(&msgpayload, &clientvers)) { in DTLSv1_listen() 634 if (DTLS_VERSION_LT(clientvers, (unsigned int)s->method->version) && in DTLSv1_listen()
|
Completed in 5 milliseconds