Searched refs:IP6F_OFF_MASK (Results 1 – 12 of 12) sorted by relevance
46 ND_PRINT("%u|", GET_BE_U_2(dp->ip6f_offlg) & IP6F_OFF_MASK); in frag6_print()56 if ((GET_BE_U_2(dp->ip6f_offlg) & IP6F_OFF_MASK) != 0) in frag6_print()
208 #define IP6F_OFF_MASK 0xfff8 /* mask out offset from ip6f_offlg */ macro
1367 if ((GET_BE_U_2(fragh->ip6f_offlg) & IP6F_OFF_MASK) != 0) in get_upperlayer()
244 #define IP6F_OFF_MASK 0xfff8 /* mask out offset from _offlg */ macro248 #define IP6F_OFF_MASK 0xf8ff /* mask out offset from _offlg */ macro
201 ntohs(pfrag->ip6f_offlg & IP6F_OFF_MASK) == 0) in tcpmss_Check()
318 offset &= IP6F_OFF_MASK; in ipfw_log()
1640 IP6F_OFF_MASK; in ipfw_chk()3082 ((offset & IP6F_OFF_MASK) == 0) && in ipfw_chk()
550 fragoff = ntohs(ip6f->ip6f_offlg & IP6F_OFF_MASK); in frag6_input()
1673 if (fh.ip6f_offlg & IP6F_OFF_MASK) in ip6_nexthdr()
1055 if (fh->ip6f_offlg & IP6F_OFF_MASK) in icmp6_notify_error()
846 frent->fe_off = ntohs(fraghdr->ip6f_offlg & IP6F_OFF_MASK); in pf_reassemble6()
818 fin->fin_off = ntohs(frag->ip6f_offlg & IP6F_OFF_MASK); in ipf_pr_fragment6()