Searched refs:ipICMP_ECHO_REPLY (Results 1 – 3 of 3) sorted by relevance
126 TEST_ASSERT_EQUAL( ( uint8_t ) ipICMP_ECHO_REPLY, pxICMPHeader->ucTypeOfMessage ); in test_ProcessICMPPacket_EchoRequest()175 pxICMPPacket->xICMPHeader.ucTypeOfMessage = ipICMP_ECHO_REPLY; in test_ProcessICMPPacket_ICMPEchoReply_NULLData()203 pxICMPPacket->xICMPHeader.ucTypeOfMessage = ipICMP_ECHO_REPLY; in test_ProcessICMPPacket_ICMPEchoReply_ProperData()235 pxICMPPacket->xICMPHeader.ucTypeOfMessage = ipICMP_ECHO_REPLY; in test_ProcessICMPPacket_ICMPEchoReply_ImproperData()
110 case ipICMP_ECHO_REPLY: in ProcessICMPPacket()153 pxICMPHeader->ucTypeOfMessage = ( uint8_t ) ipICMP_ECHO_REPLY; in prvProcessICMPEchoRequest()
66 #define ipICMP_ECHO_REPLY ( ( uint8_t ) 0 ) /**< ICMP echo reply. */ macro