Lines Matching full:msg_len
1275 u_int msg_len;1285 msg_len = get_u32(cp);1286 if (msg_len > SFTP_MAX_MSG_LENGTH) {1291 if (buf_len < msg_len + 4)1367 if (msg_len < consumed) {1368 error("msg_len %d < consumed %d", msg_len, consumed);1371 if (msg_len > consumed)1372 buffer_consume(&iqueue, msg_len - consumed);