Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/net/
H A Dping.c89 case ICMP_ECHO_REPLY: in ping_receive()
107 icmph->type = ICMP_ECHO_REPLY; in ping_receive()
/rk3399_rockchip-uboot/drivers/net/
H A Dsandbox.c143 icmpr->type = ICMP_ECHO_REPLY; in sb_eth_send()
/rk3399_rockchip-uboot/include/
H A Dnet.h445 #define ICMP_ECHO_REPLY 0 /* Echo reply */ macro