Searched refs:IP6F_OFF_MASK (Results 1 – 8 of 8) sorted by relevance
239 #define IP6F_OFF_MASK 0xfff8 /* mask out offset from _offlg */ macro243 #define IP6F_OFF_MASK 0xf8ff /* mask out offset from _offlg */ macro
310 offset &= IP6F_OFF_MASK; in ipfw_log()
1606 IP6F_OFF_MASK; in ipfw_chk()2984 ((offset & IP6F_OFF_MASK) == 0) && in ipfw_chk()
491 fragoff = ntohs(ip6f->ip6f_offlg & IP6F_OFF_MASK); in frag6_input()
1659 if (fh.ip6f_offlg & IP6F_OFF_MASK) in ip6_nexthdr()
1029 if (fh->ip6f_offlg & IP6F_OFF_MASK) in icmp6_notify_error()
841 frent->fe_off = ntohs(fraghdr->ip6f_offlg & IP6F_OFF_MASK); in pf_reassemble6()
831 fin->fin_off = ntohs(frag->ip6f_offlg & IP6F_OFF_MASK);