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

  /external/grub/netboot/
main.c 270 grub_memmove (arpreq.tipaddr, (char *) &destip, sizeof (in_addr));
279 if (await_reply (AWAIT_ARP, arpentry, arpreq.tipaddr, timeout))
503 /* tipaddr is already zeroed out */
790 grub_memmove ((char *) &tmp, arpreply->tipaddr,
797 grub_memmove (arpreply->tipaddr, arpreply->sipaddr,
811 grub_memmove (&tmp, arpreply->tipaddr, sizeof (in_addr));
837 arpreply->tipaddr, sizeof (in_addr));
etherboot.h 260 * A pity sipaddr and tipaddr are not longword aligned or we could use
273 char tipaddr[4]; member in struct:arprequest

Completed in 121 milliseconds