Searched refs:received_icmp_header (Results 1 – 1 of 1) sorted by relevance
172 const struct icmphdr* received_icmp_header = in OnEchoReplyReceived() local178 if (received_icmp_header->type != ICMP_ECHOREPLY) { in OnEchoReplyReceived()183 if (received_icmp_header->code != Icmp::kIcmpEchoCode) { in OnEchoReplyReceived()188 if (received_icmp_header->un.echo.id != echo_id_) { in OnEchoReplyReceived()190 << received_icmp_header->un.echo.id in OnEchoReplyReceived()196 uint16_t received_seq_num = received_icmp_header->un.echo.sequence; in OnEchoReplyReceived()