stoh
unsigned short stoh ( char * );
# define msize(buffer) (stoh(buffer))
*t_short = stoh(buf);
*t_short = stoh(buf);
temp = stoh(buf);
endbuf = buf + (long)stoh(buf);
etype = stoh(buf + MESG_TYPE);
unsigned short stoh (s)
size = stoh(msgbuf);
if (LAST_MESSAGE < stoh(msgbuf + MESG_TYPE))
real_size = stoh(fbp->psave + HEAD_SIZE);
chksum = stoh(fbp->psave + TAIL_CHKSUM(real_size));
real_size = stoh(fbp->psave + HEAD_SIZE);
if ((type = stoh(msgbuf + HEAD_TYPE)) < 0 || LAST_MESSAGE < type)
size = stoh(msgbuf + HEAD_SIZE) - EXCESS_3_2_LEN;