Searched refs:ip6f_offlg (Results 1 – 6 of 6) sorted by relevance
108 uint16_t ip6f_offlg; /* offset, reserved, and flag */ member
568 if ((ipv6ext_frag->ip6f_offlg & IP6F_OFF_MASK) != 0) in print_ipv6_extensions()809 morefrag = (ipv6ext_frag->ip6f_offlg & IP6F_MORE_FRAG) == 0 in prt_fragment_hdr()811 fragoffset = ntohs(ipv6ext_frag->ip6f_offlg & IP6F_OFF_MASK); in prt_fragment_hdr()
3330 offset = ntohs(fraghdr->ip6f_offlg) & ~7; in ip_input_fragment_v6()3331 more_frags = (fraghdr->ip6f_offlg & IP6F_MORE_FRAG); in ip_input_fragment_v6()3360 (uint32_t)((char *)&fraghdr->ip6f_offlg - in ip_input_fragment_v6()4168 fraghdr->ip6f_offlg = htons(offset) | off_flags; in ip_fragment_v6()4303 fraghdr->ip6f_offlg = 0; in ip_fraghdr_add_v6()
6407 firstbyte = ntohs(fraghdr->ip6f_offlg & IP6F_OFF_MASK); in ipsec_fragcache_add()6410 last = (fraghdr->ip6f_offlg & IP6F_MORE_FRAG) == 0; in ipsec_fragcache_add()6553 nfirstbyte = ntohs(nfraghdr->ip6f_offlg & in ipsec_fragcache_add()6757 firstbyte = ntohs(fraghdr->ip6f_offlg & in ipsec_fragcache_add()6795 (!is_v4 && !(fraghdr->ip6f_offlg & IP6F_MORE_FRAG))) { in ipsec_fragcache_add()
829 if ((ntohs(frag->ip6f_offlg) & ~7) != 0) in get_dhcpv6_info()878 if ((ntohs(frag->ip6f_offlg) & ~7) != 0) in get_ra_info()
642 if ((frag->ip6f_offlg & IP6F_MORE_FRAG) != 0) {650 fin->fin_off = ntohs(frag->ip6f_offlg & IP6F_OFF_MASK);