Search | Google it | Results 1 - 1 of 1 for funcall:recv_icmp_echo_reply (0.00 seconds) |
187: send_icmp_echo_request(sender, addr, &state, 0); 188: recv_icmp_echo_reply(receiver, &state, 0); 189: 220: send_icmp_echo_request(sender, addr, &state, hop); 221: re = recv_icmp_echo_reply(receiver, &state, hop); 222: if ( re == ICMP_ECHOREPLY ) {