Home
last modified time | relevance | path

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

/drivers/net/
A Dsandbox.c73 struct icmphdr { struct
81 #define ICMPHDR_SIZE (sizeof(struct icmphdr)) argument
194 struct icmphdr *icmp; in sandbox_eth_ping_req_to_reply()
197 struct icmphdr *icmpr; in sandbox_eth_ping_req_to_reply()
207 icmp = (struct icmphdr *)(ip + 1); in sandbox_eth_ping_req_to_reply()
220 icmpr = (struct icmphdr *)(ipr + 1); in sandbox_eth_ping_req_to_reply()
295 struct icmphdr *icmpr; in sandbox_eth_recv_ping_req()
318 icmpr = (struct icmphdr *)(ipr + 1); in sandbox_eth_recv_ping_req()

Completed in 4 milliseconds