Home
last modified time | relevance | path

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

/u-boot/drivers/net/
A Dsandbox.c66 struct arp_hdr *arp_recv; in sandbox_eth_arp_req_to_reply() local
90 arp_recv->ar_hrd = htons(ARP_ETHER); in sandbox_eth_arp_req_to_reply()
91 arp_recv->ar_pro = htons(PROT_IP); in sandbox_eth_arp_req_to_reply()
92 arp_recv->ar_hln = ARP_HLEN; in sandbox_eth_arp_req_to_reply()
93 arp_recv->ar_pln = ARP_PLEN; in sandbox_eth_arp_req_to_reply()
94 arp_recv->ar_op = htons(ARPOP_REPLY); in sandbox_eth_arp_req_to_reply()
176 struct arp_hdr *arp_recv; in sandbox_eth_recv_arp_req() local
189 arp_recv->ar_hrd = htons(ARP_ETHER); in sandbox_eth_recv_arp_req()
190 arp_recv->ar_pro = htons(PROT_IP); in sandbox_eth_recv_arp_req()
191 arp_recv->ar_hln = ARP_HLEN; in sandbox_eth_recv_arp_req()
[all …]

Completed in 3 milliseconds