Searched refs:eth_recv (Results 1 – 1 of 1) sorted by relevance
136 struct ethhdr *eth_recv; in sandbox_eth_arp_req_to_reply() local160 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() local218 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() local261 eth_recv->protlen = htons(PROT_ARP); in sandbox_eth_recv_arp_req()293 struct ethhdr *eth_recv; in sandbox_eth_recv_ping_req() local306 eth_recv->protlen = htons(PROT_IP); in sandbox_eth_recv_ping_req()[all …]
Completed in 7 milliseconds