IP6F_OFF_MASK
if ((ipv6ext_frag->ip6f_offlg & IP6F_OFF_MASK) != 0)
fragoffset = ntohs(ipv6ext_frag->ip6f_offlg & IP6F_OFF_MASK);
firstbyte = ntohs(fraghdr->ip6f_offlg & IP6F_OFF_MASK);
IP6F_OFF_MASK);
IP6F_OFF_MASK);
fin->fin_off = ntohs(frag->ip6f_offlg & IP6F_OFF_MASK);
#if !defined(IP6F_OFF_MASK)
if ((frag_off & IP6F_OFF_MASK) != 0) {