Searched refs:IP6F_OFF_MASK (Results 1 – 13 of 13) 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()
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()
324 offset &= IP6F_OFF_MASK; in ipfw_log_syslog()
1680 IP6F_OFF_MASK; in ipfw_chk()3206 ((offset & IP6F_OFF_MASK) == 0) && in ipfw_chk()
550 fragoff = ntohs(ip6f->ip6f_offlg & IP6F_OFF_MASK); in frag6_input()
1668 /* IP6F_OFF_MASK = 0xfff8(BigEndian), 0xf8ff(LittleEndian) */ in ip6_nexthdr() 1669 if (fh.ip6f_offlg & IP6F_OFF_MASK) in ip6_nexthdr()
1053 if (fh->ip6f_offlg & IP6F_OFF_MASK) in icmp6_notify_error()
854 frent->fe_off = ntohs(fraghdr->ip6f_offlg & IP6F_OFF_MASK); in pf_reassemble6()
9723 if (ntohs((frag.ip6f_offlg & IP6F_OFF_MASK)) != 0) { in pf_walk_header6()
814 fin->fin_off = ntohs(frag->ip6f_offlg & IP6F_OFF_MASK); in ipf_pr_fragment6()