Home
last modified time | relevance | path

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

/external/u-boot/net/
Dping.c34 icmp->type = ICMP_ECHO_REQUEST; in set_icmp_header()
94 case ICMP_ECHO_REQUEST: in ping_receive()
/external/u-boot/drivers/net/
Dsandbox.c118 if (icmp->type == ICMP_ECHO_REQUEST) { in sb_eth_send()
/external/u-boot/include/
Dnet.h446 #define ICMP_ECHO_REQUEST 8 /* Echo request */ macro