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

  /external/grub/netboot/
main.c 203 struct arprequest arpreq;
482 struct arprequest rarpreq;
744 struct arprequest *arpreply;
773 if (nic.packetlen >= ETH_HLEN + sizeof (struct arprequest)
778 arpreply = (struct arprequest *) &nic.packet[ETH_HLEN];
808 sizeof (struct arprequest),
824 && nic.packetlen >= ETH_HLEN + sizeof (struct arprequest)
827 arpreply = (struct arprequest *) &nic.packet[ETH_HLEN];
etherboot.h 263 struct arprequest struct

Completed in 220 milliseconds