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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dif_arp.h14 * A pity sipaddr and tipaddr are not longword aligned or we could use
24 uint8_t sipaddr[4]; member in struct:arprequest
H A Dnic.c290 if (memcmp(arpreply->sipaddr, ptr, sizeof(in_addr)) != 0)
342 memcpy(arpreq.sipaddr, &arptable[ARP_CLIENT].ipaddr, sizeof(in_addr));
468 memcpy(&arptable[ARP_SERVER].ipaddr, arpreply->sipaddr, sizeof(in_addr));
495 /* sipaddr is already zeroed out */
987 memcpy(arpreply->tipaddr, arpreply->sipaddr, sizeof(in_addr));
989 memcpy(arpreply->sipaddr, &arptable[ARP_CLIENT].ipaddr, sizeof(in_addr));

Completed in 106 milliseconds