MLEN
#define MLEN 4096
#define MLEN(mp) ((mp)->b_wptr - (mp)->b_rptr)
#define MLEN (MSIZE - sizeof (struct m_hdr)) /* normal data len */