Home
last modified time | relevance | path

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

/drivers/net/
A Dsandbox.c81 #define ICMPHDR_SIZE (sizeof(struct icmphdr)) macro
231 icmpr->checksum = compute_ip_checksum(icmpr, ICMPHDR_SIZE); in sandbox_eth_ping_req_to_reply()
310 ipr->len = htons(IPHDR_SIZE + ICMPHDR_SIZE); in sandbox_eth_recv_ping_req()
325 icmpr->checksum = compute_ip_checksum(icmpr, ICMPHDR_SIZE); in sandbox_eth_recv_ping_req()
328 ETHHDR_SIZE + IPHDR_SIZE + ICMPHDR_SIZE; in sandbox_eth_recv_ping_req()

Completed in 4 milliseconds