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)
fin->fin_off = ntohs(frag->ip6f_offlg & IP6F_OFF_MASK);
IP6F_OFF_MASK;
((offset & IP6F_OFF_MASK) == 0) &&
offset &= IP6F_OFF_MASK;
if (ntohs((frag.ip6f_offlg & IP6F_OFF_MASK)) != 0) {
frent->fe_off = ntohs(fraghdr->ip6f_offlg & IP6F_OFF_MASK);
ntohs(pfrag->ip6f_offlg & IP6F_OFF_MASK) == 0)