Searched refs:ICMP_ECHO_GET_ID (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()181 id = ntohs(ICMP_ECHO_GET_ID(icmph)); in ProcessICMPECHOReply()239 ICMP_ECHO_GET_ID(icmph), ICMP_ECHO_GET_SEQ(icmph)); in DumpICMPPacket()
23 #define ICMP_ECHO_GET_ID(icmph) (icmph->un.echo.icmp_id) macro