Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dping.c27 net_set_ip_header(pkt, dest, net_ip, IP_ICMP_HDR_SIZE, IPPROTO_ICMP); in set_icmp_header()
54 arp_wait_tx_packet_size = eth_hdr_size + IP_ICMP_HDR_SIZE; in ping_send()
/openbmc/u-boot/drivers/net/
H A Dsandbox.c231 ipr->ip_len = htons(IP_ICMP_HDR_SIZE); in sandbox_eth_recv_ping_req()
249 ETHER_HDR_SIZE + IP_ICMP_HDR_SIZE; in sandbox_eth_recv_ping_req()
/openbmc/u-boot/include/
H A Dnet.h467 #define IP_ICMP_HDR_SIZE (IP_HDR_SIZE + ICMP_HDR_SIZE) macro