Searched refs:ICMP_ECHO_REPLY (Results 1 – 4 of 4) sorted by relevance
89 case ICMP_ECHO_REPLY: in ping_receive()107 icmph->type = ICMP_ECHO_REPLY; in ping_receive()
39 } ICMP_ECHO_REPLY, * PICMP_ECHO_REPLY; typedef133 return sizeof(ICMP_ECHO_REPLY) + std::max<uint32_t>(8, data_size); in ReplySize()
142 icmpr->type = ICMP_ECHO_REPLY; in sb_eth_send()
443 #define ICMP_ECHO_REPLY 0 /* Echo reply */ macro