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

/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dnet.c380 grub_uint32_t newip = 0; local
395 newip = t;
400 newip >>= 8;
401 newip |= (t << 24);
406 *ip = grub_cpu_to_le32 (newip);
415 grub_uint16_t newip[8]; local
442 newip[word] = grub_cpu_to_be16 (t);
451 grub_memmove (&newip[quaddot + 7 - word], &newip[quaddot],
452 (word - quaddot + 1) * sizeof (newip[
[all...]

Completed in 28 milliseconds