Home
last modified time | relevance | path

Searched refs:ICMP_ECHO_REQUEST (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/net/
H A Dping.c29 icmp->type = ICMP_ECHO_REQUEST; in set_icmp_header()
90 case ICMP_ECHO_REQUEST: in ping_receive()
/openbmc/u-boot/drivers/net/
H A Dsandbox.c133 if (icmp->type != ICMP_ECHO_REQUEST) in sandbox_eth_ping_req_to_reply()
241 icmpr->type = ICMP_ECHO_REQUEST; in sandbox_eth_recv_ping_req()
/openbmc/openbmc-test-automation/lib/
H A Dbmc_network_security_utils.robot12 ... ${port}=80 ${icmp_type}=${ICMP_ECHO_REQUEST}
H A Dresource.robot108 ${ICMP_ECHO_REQUEST} 8 variable
/openbmc/u-boot/include/
H A Dnet.h439 #define ICMP_ECHO_REQUEST 8 /* Echo request */ macro