Home
last modified time | relevance | path

Searched refs:ICMP_ECHO_REPLY (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/net/
H A Dping.c85 case ICMP_ECHO_REPLY: in ping_receive()
103 icmph->type = ICMP_ECHO_REPLY; in ping_receive()
/openbmc/u-boot/test/dm/
H A Deth.c367 if (icmp->type != ICMP_ECHO_REPLY) in sb_check_ping_reply()
/openbmc/u-boot/drivers/net/
H A Dsandbox.c153 icmpr->type = ICMP_ECHO_REPLY; in sandbox_eth_ping_req_to_reply()
/openbmc/u-boot/include/
H A Dnet.h436 #define ICMP_ECHO_REPLY 0 /* Echo reply */ macro