Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dping.c34 icmp->checksum = compute_ip_checksum(icmp, ICMP_HDR_SIZE); in set_icmp_header()
/openbmc/u-boot/drivers/net/
H A Dsandbox.c155 icmpr->checksum = compute_ip_checksum(icmpr, ICMP_HDR_SIZE); in sandbox_eth_ping_req_to_reply()
246 icmpr->checksum = compute_ip_checksum(icmpr, ICMP_HDR_SIZE); in sandbox_eth_recv_ping_req()
/openbmc/u-boot/include/
H A Dnet.h466 #define ICMP_HDR_SIZE (sizeof(struct icmp_hdr)) macro
467 #define IP_ICMP_HDR_SIZE (IP_HDR_SIZE + ICMP_HDR_SIZE)