Searched refs:IP6F_OFF_MASK (Results 1 – 11 of 11) sorted by relevance
49 EXTRACT_16BITS(&dp->ip6f_offlg) & IP6F_OFF_MASK, in frag6_print()54 EXTRACT_16BITS(&dp->ip6f_offlg) & IP6F_OFF_MASK, in frag6_print()60 if ((EXTRACT_16BITS(&dp->ip6f_offlg) & IP6F_OFF_MASK) != 0) in frag6_print()
197 #define IP6F_OFF_MASK 0xfff8 /* mask out offset from ip6f_offlg */ macro
1219 if ((EXTRACT_16BITS(&fragh->ip6f_offlg) & IP6F_OFF_MASK) != 0) in get_upperlayer()
243 #define IP6F_OFF_MASK 0xfff8 /* mask out offset from _offlg */ macro247 #define IP6F_OFF_MASK 0xf8ff /* mask out offset from _offlg */ macro
308 offset &= IP6F_OFF_MASK; in ipfw_log()
1627 IP6F_OFF_MASK; in ipfw_chk()3013 ((offset & IP6F_OFF_MASK) == 0) && in ipfw_chk()
489 fragoff = ntohs(ip6f->ip6f_offlg & IP6F_OFF_MASK); in frag6_input()
1658 if (fh.ip6f_offlg & IP6F_OFF_MASK) in ip6_nexthdr()
1032 if (fh->ip6f_offlg & IP6F_OFF_MASK) in icmp6_notify_error()
845 frent->fe_off = ntohs(fraghdr->ip6f_offlg & IP6F_OFF_MASK); in pf_reassemble6()
820 fin->fin_off = ntohs(frag->ip6f_offlg & IP6F_OFF_MASK); in ipf_pr_fragment6()