Home
last modified time | relevance | path

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

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