Home
last modified time | relevance | path

Searched refs:versmajor (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/
H A Dd1_lib.c465 unsigned int rectype, versmajor, msgseq, msgtype, clientvers, cookielen; in DTLSv1_listen() local
561 || !PACKET_get_1(&pkt, &versmajor)) { in DTLSv1_listen()
575 if (versmajor != DTLS1_VERSION_MAJOR) { in DTLSv1_listen()
/third_party/openssl/ssl/
H A Dd1_lib.c448 unsigned int rectype, versmajor, msgseq, msgtype, clientvers, cookielen; in DTLSv1_listen() local
544 || !PACKET_get_1(&pkt, &versmajor)) { in DTLSv1_listen()
558 if (versmajor != DTLS1_VERSION_MAJOR) { in DTLSv1_listen()

Completed in 3 milliseconds