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

/external/grub/netboot/
H A Dmain.c744 struct arprequest *arpreply; local
778 arpreply = (struct arprequest *) &nic.packet[ETH_HLEN];
780 if (arpreply->opcode == htons (ARP_REPLY)
781 && ! grub_memcmp (arpreply->sipaddr, ptr, sizeof (in_addr))
785 arpreply->shwaddr,
790 grub_memmove ((char *) &tmp, arpreply->tipaddr,
793 if (arpreply->opcode == htons (ARP_REQUEST)
796 arpreply->opcode = htons (ARP_REPLY);
797 grub_memmove (arpreply->tipaddr, arpreply
[all...]

Completed in 29 milliseconds