IP6F_OFF_MASK
*offset = ip6f->ip6f_offlg & IP6F_OFF_MASK;
fragoff = ntohs(frag.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)