Home
last modified time | relevance | path

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

/external/u-boot/net/
Dping.c39 icmp->checksum = compute_ip_checksum(icmp, ICMP_HDR_SIZE); in set_icmp_header()
/external/u-boot/include/
Dnet.h473 #define ICMP_HDR_SIZE (sizeof(struct icmp_hdr)) macro
474 #define IP_ICMP_HDR_SIZE (IP_HDR_SIZE + ICMP_HDR_SIZE)
/external/u-boot/drivers/net/
Dsandbox.c145 ICMP_HDR_SIZE); in sb_eth_send()