Searched refs:ICMP_ECHO_GET_SEQ (Results 1 – 2 of 2) sorted by relevance
161 … ntohs(ICMP_ECHO_GET_ID(icmph)), ntohs(ICMP_ECHO_GET_SEQ(icmph)), (uint8_t *) (icmph + 1), in ProcessICMPECHORequest()180 seq = ntohs(ICMP_ECHO_GET_SEQ(icmph)); in ProcessICMPECHOReply()239 ICMP_ECHO_GET_ID(icmph), ICMP_ECHO_GET_SEQ(icmph)); in DumpICMPPacket()
24 #define ICMP_ECHO_GET_SEQ(icmph) (icmph->un.echo.icmp_sequence) macro