Searched refs:ip6f_offlg (Results 1 – 6 of 6) sorted by relevance
110 uint16_t ip6f_offlg; /* offset, reserved, and flag */ member
567 if ((ipv6ext_frag->ip6f_offlg & IP6F_OFF_MASK) != 0) in print_ipv6_extensions()808 morefrag = (ipv6ext_frag->ip6f_offlg & IP6F_MORE_FRAG) == 0 in prt_fragment_hdr()810 fragoffset = ntohs(ipv6ext_frag->ip6f_offlg & IP6F_OFF_MASK); in prt_fragment_hdr()
3431 offset = ntohs(fraghdr->ip6f_offlg) & ~7; in ip_input_fragment_v6()3432 more_frags = (fraghdr->ip6f_offlg & IP6F_MORE_FRAG); in ip_input_fragment_v6()3461 (uint32_t)((char *)&fraghdr->ip6f_offlg - in ip_input_fragment_v6()4269 fraghdr->ip6f_offlg = htons(offset) | off_flags; in ip_fragment_v6()4404 fraghdr->ip6f_offlg = 0; in ip_fraghdr_add_v6()
6397 firstbyte = ntohs(fraghdr->ip6f_offlg & IP6F_OFF_MASK); in ipsec_fragcache_add()6400 last = (fraghdr->ip6f_offlg & IP6F_MORE_FRAG) == 0; in ipsec_fragcache_add()6543 nfirstbyte = ntohs(nfraghdr->ip6f_offlg & in ipsec_fragcache_add()6747 firstbyte = ntohs(fraghdr->ip6f_offlg & in ipsec_fragcache_add()6785 (!is_v4 && !(fraghdr->ip6f_offlg & IP6F_MORE_FRAG))) { in ipsec_fragcache_add()
805 if ((ntohs(frag->ip6f_offlg) & ~7) != 0) in get_dhcpv6_info()
641 if ((frag->ip6f_offlg & IP6F_MORE_FRAG) != 0) {649 fin->fin_off = ntohs(frag->ip6f_offlg & IP6F_OFF_MASK);