Lines Matching refs:pxICMPHeader_IPv6

748     ICMPHeader_IPv6_t * pxICMPHeader_IPv6 = &( pxICMPPacket->xICMPHeaderIPv6 );  in test_vNDAgeCache_NSHappyPath()  local
772 TEST_ASSERT_EQUAL( pxICMPHeader_IPv6->ucTypeOfMessage, ipICMP_NEIGHBOR_SOLICITATION_IPv6 ); in test_vNDAgeCache_NSHappyPath()
773 TEST_ASSERT_EQUAL( pxICMPHeader_IPv6->ucOptionType, ndICMP_SOURCE_LINK_LAYER_ADDRESS ); in test_vNDAgeCache_NSHappyPath()
774 TEST_ASSERT_EQUAL( pxICMPHeader_IPv6->ucOptionLength, 1U ); /* times 8 bytes. */ in test_vNDAgeCache_NSHappyPath()
847 ICMPHeader_IPv6_t * pxICMPHeader_IPv6 = &( pxICMPPacket->xICMPHeaderIPv6 ); in test_vNDSendNeighbourSolicitation_HappyPath() local
866 TEST_ASSERT_EQUAL( pxICMPHeader_IPv6->ucTypeOfMessage, ipICMP_NEIGHBOR_SOLICITATION_IPv6 ); in test_vNDSendNeighbourSolicitation_HappyPath()
867 TEST_ASSERT_EQUAL( pxICMPHeader_IPv6->ucOptionType, ndICMP_SOURCE_LINK_LAYER_ADDRESS ); in test_vNDSendNeighbourSolicitation_HappyPath()
868 TEST_ASSERT_EQUAL( pxICMPHeader_IPv6->ucOptionLength, 1U ); /* times 8 bytes. */ in test_vNDSendNeighbourSolicitation_HappyPath()
1397 …ICMPHeader_IPv6_t * pxICMPHeader_IPv6 = ( ( ICMPHeader_IPv6_t * ) &( xICMPPacket.xICMPHeaderIPv6 )… in test_prvProcessICMPMessage_IPv6_ipICMP_PING_REPLY_IPv6_eInvalidData() local
1398 ICMPEcho_IPv6_t * pxICMPEchoHeader = ( ( ICMPEcho_IPv6_t * ) pxICMPHeader_IPv6 ); in test_prvProcessICMPMessage_IPv6_ipICMP_PING_REPLY_IPv6_eInvalidData()
1432 ICMPHeader_IPv6_t * pxICMPHeader_IPv6; in test_prvProcessICMPMessage_IPv6_ipICMP_PING_REPLY_IPv6_eSuccess() local
1444 pxICMPHeader_IPv6 = ( ( ICMPHeader_IPv6_t * ) &( pxICMPPacket->xICMPHeaderIPv6 ) ); in test_prvProcessICMPMessage_IPv6_ipICMP_PING_REPLY_IPv6_eSuccess()
1445 pxICMPEchoHeader = ( ( ICMPEcho_IPv6_t * ) pxICMPHeader_IPv6 ); in test_prvProcessICMPMessage_IPv6_ipICMP_PING_REPLY_IPv6_eSuccess()
1548 …ICMPHeader_IPv6_t * pxICMPHeader_IPv6 = ( ( ICMPHeader_IPv6_t * ) &( xICMPPacket.xICMPHeaderIPv6 )… in test_prvProcessICMPMessage_IPv6_NeighborSolicitation() local
1553 pxICMPHeader_IPv6->ucTypeOfMessage = ipICMP_NEIGHBOR_SOLICITATION_IPv6; in test_prvProcessICMPMessage_IPv6_NeighborSolicitation()
1557 …( void ) memcpy( pxICMPHeader_IPv6->xIPv6Address.ucBytes, xDefaultIPAddress.ucBytes, ipSIZE_OF_IPv… in test_prvProcessICMPMessage_IPv6_NeighborSolicitation()
1569 TEST_ASSERT_EQUAL( pxICMPHeader_IPv6->ucTypeOfMessage, ipICMP_NEIGHBOR_ADVERTISEMENT_IPv6 ); in test_prvProcessICMPMessage_IPv6_NeighborSolicitation()
1570 TEST_ASSERT_EQUAL( pxICMPHeader_IPv6->ucTypeOfService, 0U ); in test_prvProcessICMPMessage_IPv6_NeighborSolicitation()
1571 TEST_ASSERT_EQUAL( pxICMPHeader_IPv6->ucOptionType, ndICMP_TARGET_LINK_LAYER_ADDRESS ); in test_prvProcessICMPMessage_IPv6_NeighborSolicitation()
1572 TEST_ASSERT_EQUAL( pxICMPHeader_IPv6->ucOptionLength, 1U ); in test_prvProcessICMPMessage_IPv6_NeighborSolicitation()
1573 …TEST_ASSERT_EQUAL_MEMORY( pxICMPHeader_IPv6->ucOptionBytes, xEndPoint.xMACAddress.ucBytes, sizeof(… in test_prvProcessICMPMessage_IPv6_NeighborSolicitation()
1586 …ICMPHeader_IPv6_t * pxICMPHeader_IPv6 = ( ( ICMPHeader_IPv6_t * ) &( xICMPPacket.xICMPHeaderIPv6 )… in test_prvProcessICMPMessage_IPv6_NeighborAdvertisement1() local
1611 …ICMPHeader_IPv6_t * pxICMPHeader_IPv6 = ( ( ICMPHeader_IPv6_t * ) &( xICMPPacket.xICMPHeaderIPv6 )… in test_prvProcessICMPMessage_IPv6_NeighborAdvertisement2() local
1639 …ICMPHeader_IPv6_t * pxICMPHeader_IPv6 = ( ( ICMPHeader_IPv6_t * ) &( xICMPPacket.xICMPHeaderIPv6 )… in test_prvProcessICMPMessage_IPv6_NeighborAdvertisement3() local
1651 …( void ) memcpy( pxICMPHeader_IPv6->xIPv6Address.ucBytes, xDefaultIPAddress.ucBytes, ipSIZE_OF_IPv… in test_prvProcessICMPMessage_IPv6_NeighborAdvertisement3()
1672 …ICMPHeader_IPv6_t * pxICMPHeader_IPv6 = ( ( ICMPHeader_IPv6_t * ) &( xICMPPacket.xICMPHeaderIPv6 )… in test_prvProcessICMPMessage_IPv6_NeighborAdvertisement4() local
1686 …( void ) memcpy( pxICMPHeader_IPv6->xIPv6Address.ucBytes, xDefaultIPAddress.ucBytes, ipSIZE_OF_IPv… in test_prvProcessICMPMessage_IPv6_NeighborAdvertisement4()
1712 …ICMPHeader_IPv6_t * pxICMPHeader_IPv6 = ( ( ICMPHeader_IPv6_t * ) &( xICMPPacket.xICMPHeaderIPv6 )… in test_prvProcessICMPMessage_IPv6_NeighborAdvertisement5() local
1726 …( void ) memcpy( pxICMPHeader_IPv6->xIPv6Address.ucBytes, xDefaultIPAddress.ucBytes, ipSIZE_OF_IPv… in test_prvProcessICMPMessage_IPv6_NeighborAdvertisement5()
1799 …ICMPHeader_IPv6_t * pxICMPHeader_IPv6 = ( ( ICMPHeader_IPv6_t * ) &( pxICMPPacket->xICMPHeaderIPv6… in test_FreeRTOS_OutputAdvertiseIPv6_HappyPath() local
1809 pxICMPHeader_IPv6->usChecksum = 0U; in test_FreeRTOS_OutputAdvertiseIPv6_HappyPath()
1821 TEST_ASSERT_EQUAL( pxICMPHeader_IPv6->ucTypeOfMessage, ipICMP_NEIGHBOR_ADVERTISEMENT_IPv6 ); in test_FreeRTOS_OutputAdvertiseIPv6_HappyPath()
1822 TEST_ASSERT_EQUAL( pxICMPHeader_IPv6->ucOptionType, ndICMP_TARGET_LINK_LAYER_ADDRESS ); in test_FreeRTOS_OutputAdvertiseIPv6_HappyPath()
1823 TEST_ASSERT_EQUAL( pxICMPHeader_IPv6->ucOptionLength, 1 ); in test_FreeRTOS_OutputAdvertiseIPv6_HappyPath()
1824 …ASSERT_EQUAL_MEMORY( pxICMPHeader_IPv6->xIPv6Address.ucBytes, xEndPoint.ipv6_settings.xIPAddress.u… in test_FreeRTOS_OutputAdvertiseIPv6_HappyPath()
1825 TEST_ASSERT_EQUAL( pxICMPHeader_IPv6->usChecksum, 0 ); in test_FreeRTOS_OutputAdvertiseIPv6_HappyPath()