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

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dnic.c481 struct arprequest rarpreq; local
487 memset(&rarpreq, 0, sizeof(rarpreq));
489 rarpreq.hwtype = htons(1);
490 rarpreq.protocol = htons(IP);
491 rarpreq.hwlen = ETH_ALEN;
492 rarpreq.protolen = 4;
493 rarpreq.opcode = htons(RARP_REQUEST);
494 memcpy(&rarpreq.shwaddr, arptable[ARP_CLIENT].node, ETH_ALEN);
496 memcpy(&rarpreq
[all...]

Completed in 22 milliseconds