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

  /external/grub/netboot/
main.c 204 int arpentry, i; local
240 for (arpentry = 0; arpentry < MAX_ARP; arpentry++)
241 if (arptable[arpentry].ipaddr.s_addr == destip)
244 if (arpentry == MAX_ARP)
251 if (arptable[arpentry].node[i])
279 if (await_reply (AWAIT_ARP, arpentry, arpreq.tipaddr, timeout))
290 eth_transmit (arptable[arpentry].node, IP, len, buf);

Completed in 28 milliseconds