Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/kssl/
H A Dksslrec.c685 uint16_t ext_total_len = ((uint_t)mp->b_rptr[0] << 8) + in kssl_handle_client_hello() local
688 ext_total_len); in kssl_handle_client_hello()
693 if (ext_total_len == 0) { in kssl_handle_client_hello()
699 if (ch_msglen + ext_total_len > msglen) { in kssl_handle_client_hello()