Home
last modified time | relevance | path

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

/u-boot/net/
A Dping.c36 icmp->checksum = compute_ip_checksum(icmp, ICMP_HDR_SIZE); in set_icmp_header()
/u-boot/drivers/net/
A Dsandbox.c157 icmpr->checksum = compute_ip_checksum(icmpr, ICMP_HDR_SIZE); in sandbox_eth_ping_req_to_reply()
248 icmpr->checksum = compute_ip_checksum(icmpr, ICMP_HDR_SIZE); in sandbox_eth_recv_ping_req()
/u-boot/include/
A Dnet.h491 #define ICMP_HDR_SIZE (sizeof(struct icmp_hdr)) macro
492 #define IP_ICMP_HDR_SIZE (IP_HDR_SIZE + ICMP_HDR_SIZE)

Completed in 6 milliseconds