Searched refs:ICMP_ECHO_REPLY (Results 1 – 4 of 4) sorted by relevance
85 case ICMP_ECHO_REPLY: in ping_receive()103 icmph->type = ICMP_ECHO_REPLY; in ping_receive()
367 if (icmp->type != ICMP_ECHO_REPLY) in sb_check_ping_reply()
153 icmpr->type = ICMP_ECHO_REPLY; in sandbox_eth_ping_req_to_reply()
436 #define ICMP_ECHO_REPLY 0 /* Echo reply */ macro