IP6F_MORE_FRAG
morefrag = (ipv6ext_frag->ip6f_offlg & IP6F_MORE_FRAG) == 0
.ip6f_offlg = IP6F_MORE_FRAG,
more_frags = (fraghdr->ip6f_offlg & IP6F_MORE_FRAG);
off_flags = IP6F_MORE_FRAG;
last = (fraghdr->ip6f_offlg & IP6F_MORE_FRAG) == 0;
(!is_v4 && !(fraghdr->ip6f_offlg & IP6F_MORE_FRAG))) {
if ((frag->ip6f_offlg & IP6F_MORE_FRAG) != 0) {
#if !defined(IP6F_MORE_FRAG)
if ((frag_off & IP6F_MORE_FRAG) != 0) {