Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dsandbox-raw.c17 static int reply_arp; variable
55 reply_arp = 1; in sb_eth_raw_send()
71 if (reply_arp) { in sb_eth_raw_recv()
111 eth->et_protlen = htons(reply_arp ? PROT_ARP : PROT_IP); in sb_eth_raw_recv()
112 reply_arp = 0; in sb_eth_raw_recv()