Home
last modified time | relevance | path

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

/drivers/net/
A Dsandbox.c136 struct ethhdr *eth_recv; in sandbox_eth_arp_req_to_reply() local
160 eth_recv->protlen = htons(PROT_ARP); in sandbox_eth_arp_req_to_reply()
162 arp_recv = (void *)eth_recv + ETHHDR_SIZE; in sandbox_eth_arp_req_to_reply()
195 struct ethhdr *eth_recv; in sandbox_eth_ping_req_to_reply() local
218 memcpy(eth_recv, packet, len); in sandbox_eth_ping_req_to_reply()
219 ipr = (void *)eth_recv + ETHHDR_SIZE; in sandbox_eth_ping_req_to_reply()
249 struct ethhdr *eth_recv; in sandbox_eth_recv_arp_req() local
261 eth_recv->protlen = htons(PROT_ARP); in sandbox_eth_recv_arp_req()
293 struct ethhdr *eth_recv; in sandbox_eth_recv_ping_req() local
306 eth_recv->protlen = htons(PROT_IP); in sandbox_eth_recv_ping_req()
[all …]

Completed in 7 milliseconds