HomeSort by relevance Sort by last modified time
    Searched refs:mhip (Results 1 - 2 of 2) sorted by null

  /external/qemu/slirp/
ip_output.c 134 register struct ip *mhip; local
142 mhip = mtod(m, struct ip *);
143 *mhip = *ip;
147 * mhlen = ip_optcopy(ip, mhip) + sizeof (struct ip);
148 * mhip->ip_hl = mhlen >> 2;
152 mhip->ip_off = ((off - hlen) >> 3) + (ip->ip_off & ~IP_MF);
154 mhip->ip_off |= IP_MF;
158 mhip->ip_off |= IP_MF;
159 mhip->ip_len = htons((u_int16_t)(len + mhlen));
166 mhip->ip_off = htons((u_int16_t)mhip->ip_off)
    [all...]
  /external/qemu/slirp-android/
ip_output.c 134 register struct ip *mhip; local
142 mhip = mtod(m, struct ip *);
143 *mhip = *ip;
147 * mhlen = ip_optcopy(ip, mhip) + sizeof (struct ip);
148 * mhip->ip_hl = mhlen >> 2;
152 mhip->ip_off = ((off - hlen) >> 3) + (ip->ip_off & ~IP_MF);
154 mhip->ip_off |= IP_MF;
158 mhip->ip_off |= IP_MF;
159 mhip->ip_len = htons((u_int16_t)(len + mhlen));
166 mhip->ip_off = htons((u_int16_t)mhip->ip_off)
    [all...]

Completed in 439 milliseconds