Searched refs:IP6F_OFF_MASK (Results 1 – 13 of 13) sorted by relevance
49 ND_PRINT("%u|", GET_BE_U_2(dp->ip6f_offlg) & IP6F_OFF_MASK); in frag6_print()59 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
1381 if ((GET_BE_U_2(fragh->ip6f_offlg) & IP6F_OFF_MASK) != 0) in get_upperlayer()
242 #define IP6F_OFF_MASK 0xfff8 /* mask out offset from _offlg */ macro246 #define IP6F_OFF_MASK 0xf8ff /* mask out offset from _offlg */ macro
201 ntohs(pfrag->ip6f_offlg & IP6F_OFF_MASK) == 0) in tcpmss_Check()
322 offset &= IP6F_OFF_MASK; in ipfw_log_syslog()
1692 IP6F_OFF_MASK; in ipfw_chk()3260 ((offset & IP6F_OFF_MASK) == 0) && in ipfw_chk()
549 fragoff = ntohs(ip6f->ip6f_offlg & IP6F_OFF_MASK); in frag6_input()
1639 if (fh.ip6f_offlg & IP6F_OFF_MASK) in ip6_nexthdr()
1053 if (fh->ip6f_offlg & IP6F_OFF_MASK) in icmp6_notify_error()
931 frent->fe_off = ntohs(fraghdr->ip6f_offlg & IP6F_OFF_MASK); in pf_reassemble6()
10978 if (ntohs((frag.ip6f_offlg & IP6F_OFF_MASK)) != 0) { in pf_walk_header6()
821 fin->fin_off = ntohs(frag->ip6f_offlg & IP6F_OFF_MASK); in ipf_pr_fragment6()