Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnic.c281 struct arprequest *arpreply; in await_arp() local
288 if (arpreply->opcode != htons(ARP_REPLY)) in await_arp()
458 struct arprequest *arpreply; in await_rarp() local
464 if (arpreply->opcode != htons(RARP_REPLY)) in await_rarp()
979 struct arprequest *arpreply; in await_reply() local
984 if ((arpreply->opcode == htons(ARP_REQUEST)) && in await_reply()
986 arpreply->opcode = htons(ARP_REPLY); in await_reply()
987 memcpy(arpreply->tipaddr, arpreply->sipaddr, sizeof(in_addr)); in await_reply()
988 memcpy(arpreply->thwaddr, arpreply->shwaddr, ETH_ALEN); in await_reply()
991 eth_transmit(arpreply->thwaddr, ARP, in await_reply()
[all …]