IP6F_OFF_MASK
fragoff = ntohs(frag.ip6f_offlg & IP6F_OFF_MASK);
if (!ntohs(ip6f->ip6f_offlg & IP6F_OFF_MASK) &&
fragoff = ntohs(ip6f->ip6f_offlg & IP6F_OFF_MASK);
if (fh->ip6f_offlg & IP6F_OFF_MASK)
if ((fh.ip6f_offlg & IP6F_OFF_MASK) != 0)