Home | History | Annotate | Download | only in openssh

Lines Matching full:msg_len

801 	u_int msg_len, type;
807 msg_len = get_u32(cp);
808 if (msg_len > 256 * 1024) {
812 if (buffer_len(&e->input) < msg_len + 4)
818 buffer_append(&e->request, buffer_ptr(&e->input), msg_len);
819 buffer_consume(&e->input, msg_len);