Home
last modified time | relevance | path

Searched refs:mhip6 (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netinet6/
H A Dip6_output.c258 struct ip6_hdr *ip6, *mhip6; in ip6_fragment() local
293 mhip6 = mtod(m, struct ip6_hdr *); in ip6_fragment()
294 *mhip6 = *ip6; in ip6_fragment()
295 m->m_len = sizeof(*mhip6); in ip6_fragment()
306 mhip6->ip6_plen = htons((u_short)(fraglen + hlen + in ip6_fragment()