Searched refs:IP6F_OFF_MASK (Results 1 – 13 of 13) sorted by relevance
57 EXTRACT_16BITS(&dp->ip6f_offlg) & IP6F_OFF_MASK, in frag6_print()62 EXTRACT_16BITS(&dp->ip6f_offlg) & IP6F_OFF_MASK, in frag6_print()69 if ((EXTRACT_16BITS(&dp->ip6f_offlg) & IP6F_OFF_MASK) != 0) in frag6_print()
185 #define IP6F_OFF_MASK 0xfff8 /* mask out offset from ip6f_offlg */ macro
645 if ((EXTRACT_16BITS(&fragh->ip6f_offlg) & IP6F_OFF_MASK) != 0) in get_upperlayer()
241 #define IP6F_OFF_MASK 0xfff8 /* mask out offset from _offlg */ macro245 #define IP6F_OFF_MASK 0xf8ff /* mask out offset from _offlg */ macro
358 offset &= IP6F_OFF_MASK; in ipfw_log()436 if (offset & (IP6F_OFF_MASK | IP6F_MORE_FRAG)) in ipfw_log()
1090 IP6F_OFF_MASK; in ipfw_chk()2296 ((offset & IP6F_OFF_MASK) == 0) && in ipfw_chk()
310 fragoff = ntohs(ip6f->ip6f_offlg & IP6F_OFF_MASK); in frag6_input()
1781 if (fh.ip6f_offlg & IP6F_OFF_MASK) in ip6_nexthdr()
1110 if (fh->ip6f_offlg & IP6F_OFF_MASK) in icmp6_notify_error()
745 #define IP6F_OFF_MASK 0xf8ff macro1384 #if !defined(IP6F_OFF_MASK)1385 # define IP6F_OFF_MASK 0xf8ff macro
694 fin->fin_off = ntohs(frag->ip6f_offlg & IP6F_OFF_MASK);
711 IP6F_OFF_MASK; in ipv6_mbuf_demarshal()
1545 fragoff = ntohs(frag.ip6f_offlg & IP6F_OFF_MASK);