Home
last modified time | relevance | path

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

/external/u-boot/net/
Dping.c89 case ICMP_ECHO_REPLY: in ping_receive()
107 icmph->type = ICMP_ECHO_REPLY; in ping_receive()
/external/webrtc/webrtc/base/
Dwinping.cc39 } ICMP_ECHO_REPLY, * PICMP_ECHO_REPLY; typedef
133 return sizeof(ICMP_ECHO_REPLY) + std::max<uint32_t>(8, data_size); in ReplySize()
/external/u-boot/drivers/net/
Dsandbox.c142 icmpr->type = ICMP_ECHO_REPLY; in sb_eth_send()
/external/u-boot/include/
Dnet.h443 #define ICMP_ECHO_REPLY 0 /* Echo reply */ macro