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

/xnu-2422.115.4/bsd/netinet/
H A Dip_output.c1881 struct ip *ip, *mhip; local
1922 mhip = mtod(m, struct ip *);
1923 *mhip = *ip;
1925 mhlen = ip_optcopy(ip, mhip) + sizeof (struct ip);
1926 mhip->ip_vhl = IP_MAKE_VHL(IPVERSION, mhlen >> 2);
1929 mhip->ip_off = ((off - hlen) >> 3) + (ip->ip_off & ~IP_MF);
1931 mhip->ip_off |= IP_MF;
1935 mhip->ip_off |= IP_MF;
1936 mhip->ip_len = htons((u_short)(len + mhlen));
1956 HTONS(mhip
[all...]

Completed in 67 milliseconds