Searched refs:arprequest (Results 1 – 2 of 2) sorted by relevance
281 struct arprequest *arpreply; in await_arp()284 if (nic.packetlen < ETH_HLEN + sizeof(struct arprequest)) in await_arp()286 arpreply = (struct arprequest *)&nic.packet[ETH_HLEN]; in await_arp()300 struct arprequest arpreq; in ip_transmit()458 struct arprequest *arpreply; in await_rarp()461 if (nic.packetlen < ETH_HLEN + sizeof(struct arprequest)) in await_rarp()463 arpreply = (struct arprequest *)&nic.packet[ETH_HLEN]; in await_rarp()481 struct arprequest rarpreq; in rarp()978 (nic.packetlen >= ETH_HLEN + sizeof(struct arprequest))) { in await_reply()979 struct arprequest *arpreply; in await_reply()[all …]
17 struct arprequest { struct