Searched refs:mhip (Results 1 – 1 of 1) sorted by relevance
1890 struct ip *ip, *mhip; in ip_fragment() local1944 mhip = mtod(m, struct ip *); in ip_fragment()1945 *mhip = *ip; in ip_fragment()1947 mhlen = ip_optcopy(ip, mhip) + sizeof(struct ip); in ip_fragment()1948 mhip->ip_vhl = IP_MAKE_VHL(IPVERSION, mhlen >> 2); in ip_fragment()1951 mhip->ip_off = (u_short)(((off - hlen) >> 3) + (ip->ip_off & ~IP_MF)); in ip_fragment()1953 mhip->ip_off |= IP_MF; in ip_fragment()1958 mhip->ip_off |= IP_MF; in ip_fragment()1960 mhip->ip_len = htons((u_short)(len + mhlen)); in ip_fragment()1977 HTONS(mhip->ip_off); in ip_fragment()[all …]