Home
last modified time | relevance | path

Searched refs:ICMP_ECHO_GET_ID (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/core/src/
H A Dicmp.c161 … 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()
/mOS-networking-stack/core/src/include/
H A Dicmp.h23 #define ICMP_ECHO_GET_ID(icmph) (icmph->un.echo.icmp_id) macro