MCAST
mcast = ((flags & MCAST) != NOFLAG);
flags = (byte)((flags | MCAST) & 0xFF);
flags = (byte)((flags & ~MCAST) & 0xFF);
protected static final int MCAST = 0x20;
p->mcast_frames = GET_STAT(MCAST);