Searched refs:mhlen (Results 1 – 1 of 1) sorted by relevance
766 int mhlen, firstlen; in ip_fragment() local798 mhlen = sizeof (struct ip); in ip_fragment()814 mhlen = ip_optcopy(ip, mhip) + sizeof (struct ip); in ip_fragment()815 mhip->ip_hl = mhlen >> 2; in ip_fragment()817 m->m_len = mhlen; in ip_fragment()826 mhip->ip_len = htons((u_int16_t)(len + mhlen)); in ip_fragment()833 m->m_pkthdr.len = mhlen + len; in ip_fragment()842 mhip->ip_sum = in_cksum(m, mhlen); in ip_fragment()