Searched refs:ipICMP_ECHO_REPLY (Results 1 – 3 of 3) sorted by relevance
128 TEST_ASSERT_EQUAL( ( uint8_t ) ipICMP_ECHO_REPLY, pxICMPHeader->ucTypeOfMessage ); in test_ProcessICMPPacket_EchoRequest()177 pxICMPPacket->xICMPHeader.ucTypeOfMessage = ipICMP_ECHO_REPLY; in test_ProcessICMPPacket_ICMPEchoReply_NULLData()205 pxICMPPacket->xICMPHeader.ucTypeOfMessage = ipICMP_ECHO_REPLY; in test_ProcessICMPPacket_ICMPEchoReply_ProperData()237 pxICMPPacket->xICMPHeader.ucTypeOfMessage = ipICMP_ECHO_REPLY; in test_ProcessICMPPacket_ICMPEchoReply_ImproperData()
111 case ipICMP_ECHO_REPLY: in ProcessICMPPacket()157 pxICMPHeader->ucTypeOfMessage = ( uint8_t ) ipICMP_ECHO_REPLY; in prvProcessICMPEchoRequest()
66 #define ipICMP_ECHO_REPLY ( ( uint8_t ) 0 ) /**< ICMP echo reply. */ macro