REPLY_LEN
mp = allocb(REPLY_LEN, BPRI_HI);
mp->b_wptr = mp->b_rptr + REPLY_LEN;
bzero(ipha, REPLY_LEN);
ipha->ipha_length = htons(REPLY_LEN);