Searched refs:mhip (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_output.c1831 struct ip *ip, *mhip; local
1874 mhip = mtod(m, struct ip *);
1875 *mhip = *ip;
1877 mhlen = ip_optcopy(ip, mhip) + sizeof (struct ip);
1878 mhip->ip_vhl = IP_MAKE_VHL(IPVERSION, mhlen >> 2);
1881 mhip->ip_off = ((off - hlen) >> 3) + (ip->ip_off & ~IP_MF);
1883 mhip->ip_off |= IP_MF;
1887 mhip->ip_off |= IP_MF;
1888 mhip->ip_len = htons((u_short)(len + mhlen));
1909 HTONS(mhip
[all...]

Completed in 20 milliseconds