Home
last modified time | relevance | path

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

/external/u-boot/net/
Dping.c30 ip->ip_len = htons(IP_ICMP_HDR_SIZE); in set_icmp_header()
59 arp_wait_tx_packet_size = eth_hdr_size + IP_ICMP_HDR_SIZE; in ping_send()
/external/u-boot/include/
Dnet.h474 #define IP_ICMP_HDR_SIZE (IP_HDR_SIZE + ICMP_HDR_SIZE) macro