Lines Matching refs:ucBytes
137 …TEST_ASSERT_EQUAL_MEMORY( xEndPoint.xMACAddress.ucBytes, ucDefaultMACAddress_IPv4, ipMAC_ADDRESS_L… in test_FreeRTOS_FillEndPoint_HappyPath()
232 …TEST_ASSERT_EQUAL_MEMORY( xEndPoint[ 0 ].xMACAddress.ucBytes, ucDefaultMACAddress_IPv4, ipMAC_ADDR… in test_FreeRTOS_FillEndPoint_MultipleEndpoints()
250 …TEST_ASSERT_EQUAL_MEMORY( xEndPoint[ 1 ].xMACAddress.ucBytes, ucDefaultMACAddress_IPv4, ipMAC_ADDR… in test_FreeRTOS_FillEndPoint_MultipleEndpoints()
267 …TEST_ASSERT_EQUAL_MEMORY( xEndPoint[ 2 ].xMACAddress.ucBytes, ucDefaultMACAddress_IPv4, ipMAC_ADDR… in test_FreeRTOS_FillEndPoint_MultipleEndpoints()
307 …TEST_ASSERT_EQUAL_MEMORY( xEndPoint.xMACAddress.ucBytes, ucDefaultMACAddress_IPv4, ipMAC_ADDRESS_L… in test_FreeRTOS_FillEndPoint_SameEndpoint()
352 …TEST_ASSERT_EQUAL_MEMORY( &xDefaultIPAddress_IPv6, xEndPoint.ipv6_defaults.xIPAddress.ucBytes, ipS… in test_FreeRTOS_FillEndPoint_IPv6_HappyPath()
353 …TEST_ASSERT_EQUAL_MEMORY( &xDefaultNetPrefix_IPv6, xEndPoint.ipv6_defaults.xPrefix.ucBytes, ipSIZE… in test_FreeRTOS_FillEndPoint_IPv6_HappyPath()
355 …Y( &xDefaultGatewayAddress_IPv6, xEndPoint.ipv6_defaults.xGatewayAddress.ucBytes, ipSIZE_OF_IPv6_A… in test_FreeRTOS_FillEndPoint_IPv6_HappyPath()
356 …tDNSServerAddress_IPv6, xEndPoint.ipv6_defaults.xDNSServerAddresses[ 0 ].ucBytes, ipSIZE_OF_IPv6_A… in test_FreeRTOS_FillEndPoint_IPv6_HappyPath()
357 …TEST_ASSERT_EQUAL_MEMORY( xEndPoint.xMACAddress.ucBytes, ucDefaultMACAddress_IPv6, ipMAC_ADDRESS_L… in test_FreeRTOS_FillEndPoint_IPv6_HappyPath()
500 …TEST_ASSERT_EQUAL_MEMORY( &xDefaultIPAddress_IPv6, xEndPoint.ipv6_defaults.xIPAddress.ucBytes, ipS… in test_FreeRTOS_FillEndPoint_IPv6_NullGatewayDNSPrefix()
502 …TEST_ASSERT_EQUAL_MEMORY( xEndPoint.xMACAddress.ucBytes, ucDefaultMACAddress_IPv6, ipMAC_ADDRESS_L… in test_FreeRTOS_FillEndPoint_IPv6_NullGatewayDNSPrefix()
540 …MEMORY( &xDefaultIPAddress_IPv6, xEndPoint[ 0 ].ipv6_defaults.xIPAddress.ucBytes, ipSIZE_OF_IPv6_A… in test_FreeRTOS_FillEndPoint_IPv6_MultipleEndpoints()
541 …TEST_ASSERT_EQUAL_MEMORY( &xDefaultNetPrefix_IPv6, xEndPoint[ 0 ].ipv6_defaults.xPrefix.ucBytes, i… in test_FreeRTOS_FillEndPoint_IPv6_MultipleEndpoints()
543 …DefaultGatewayAddress_IPv6, xEndPoint[ 0 ].ipv6_defaults.xGatewayAddress.ucBytes, ipSIZE_OF_IPv6_A… in test_FreeRTOS_FillEndPoint_IPv6_MultipleEndpoints()
544 …erverAddress_IPv6, xEndPoint[ 0 ].ipv6_defaults.xDNSServerAddresses[ 0 ].ucBytes, ipSIZE_OF_IPv6_A… in test_FreeRTOS_FillEndPoint_IPv6_MultipleEndpoints()
545 …TEST_ASSERT_EQUAL_MEMORY( xEndPoint[ 0 ].xMACAddress.ucBytes, ucDefaultMACAddress_IPv6, ipMAC_ADDR… in test_FreeRTOS_FillEndPoint_IPv6_MultipleEndpoints()
559 …Y( &xDefaultGatewayAddress_IPv6, xEndPoint[ 1 ].ipv6_defaults.xIPAddress.ucBytes, ipSIZE_OF_IPv6_A… in test_FreeRTOS_FillEndPoint_IPv6_MultipleEndpoints()
560 …TEST_ASSERT_EQUAL_MEMORY( &xDefaultNetPrefix_IPv6, xEndPoint[ 1 ].ipv6_defaults.xPrefix.ucBytes, i… in test_FreeRTOS_FillEndPoint_IPv6_MultipleEndpoints()
562 …DefaultGatewayAddress_IPv6, xEndPoint[ 1 ].ipv6_defaults.xGatewayAddress.ucBytes, ipSIZE_OF_IPv6_A… in test_FreeRTOS_FillEndPoint_IPv6_MultipleEndpoints()
563 …erverAddress_IPv6, xEndPoint[ 1 ].ipv6_defaults.xDNSServerAddresses[ 0 ].ucBytes, ipSIZE_OF_IPv6_A… in test_FreeRTOS_FillEndPoint_IPv6_MultipleEndpoints()
564 …TEST_ASSERT_EQUAL_MEMORY( xEndPoint[ 1 ].xMACAddress.ucBytes, ucDefaultMACAddress_IPv6, ipMAC_ADDR… in test_FreeRTOS_FillEndPoint_IPv6_MultipleEndpoints()
578 … &xDefaultDNSServerAddress_IPv6, xEndPoint[ 2 ].ipv6_defaults.xIPAddress.ucBytes, ipSIZE_OF_IPv6_A… in test_FreeRTOS_FillEndPoint_IPv6_MultipleEndpoints()
579 …TEST_ASSERT_EQUAL_MEMORY( &xDefaultNetPrefix_IPv6, xEndPoint[ 2 ].ipv6_defaults.xPrefix.ucBytes, i… in test_FreeRTOS_FillEndPoint_IPv6_MultipleEndpoints()
581 …DefaultGatewayAddress_IPv6, xEndPoint[ 2 ].ipv6_defaults.xGatewayAddress.ucBytes, ipSIZE_OF_IPv6_A… in test_FreeRTOS_FillEndPoint_IPv6_MultipleEndpoints()
582 …erverAddress_IPv6, xEndPoint[ 2 ].ipv6_defaults.xDNSServerAddresses[ 0 ].ucBytes, ipSIZE_OF_IPv6_A… in test_FreeRTOS_FillEndPoint_IPv6_MultipleEndpoints()
583 …TEST_ASSERT_EQUAL_MEMORY( xEndPoint[ 2 ].xMACAddress.ucBytes, ucDefaultMACAddress_IPv6, ipMAC_ADDR… in test_FreeRTOS_FillEndPoint_IPv6_MultipleEndpoints()
620 …TEST_ASSERT_EQUAL_MEMORY( &xDefaultIPAddress_IPv6, xEndPoint.ipv6_defaults.xIPAddress.ucBytes, ipS… in test_FreeRTOS_FillEndPoint_IPv6_SameEndpoint()
621 …TEST_ASSERT_EQUAL_MEMORY( &xDefaultNetPrefix_IPv6, xEndPoint.ipv6_defaults.xPrefix.ucBytes, ipSIZE… in test_FreeRTOS_FillEndPoint_IPv6_SameEndpoint()
623 …Y( &xDefaultGatewayAddress_IPv6, xEndPoint.ipv6_defaults.xGatewayAddress.ucBytes, ipSIZE_OF_IPv6_A… in test_FreeRTOS_FillEndPoint_IPv6_SameEndpoint()
624 …tDNSServerAddress_IPv6, xEndPoint.ipv6_defaults.xDNSServerAddresses[ 0 ].ucBytes, ipSIZE_OF_IPv6_A… in test_FreeRTOS_FillEndPoint_IPv6_SameEndpoint()
625 …TEST_ASSERT_EQUAL_MEMORY( xEndPoint.xMACAddress.ucBytes, ucDefaultMACAddress_IPv6, ipMAC_ADDRESS_L… in test_FreeRTOS_FillEndPoint_IPv6_SameEndpoint()
1364 …memcpy( xEndPoint[ 1 ].ipv6_settings.xIPAddress.ucBytes, &xDefaultIPAddress_IPv6.ucBytes, sizeof( … in test_FreeRTOS_FindEndPointOnIP_IPv4_NotFound()
1485 …memcpy( xEndPoint.ipv6_settings.xIPAddress.ucBytes, &xDefaultIPAddress_IPv6.ucBytes, sizeof( IPv6_… in test_FreeRTOS_FindEndPointOnIP_IPv6_HappyPath()
1518 …memcpy( xEndPoint[ 0 ].ipv6_settings.xIPAddress.ucBytes, &xDefaultIPAddress_IPv6.ucBytes, sizeof( … in test_FreeRTOS_FindEndPointOnIP_IPv6_MultipleEndpoints()
1524 …memcpy( xEndPoint[ 1 ].ipv6_settings.xIPAddress.ucBytes, &xDefaultGatewayAddress_IPv6.ucBytes, siz… in test_FreeRTOS_FindEndPointOnIP_IPv6_MultipleEndpoints()
1567 …memcpy( xEndPoint[ 1 ].ipv6_settings.xIPAddress.ucBytes, &xDefaultGatewayAddress_IPv6.ucBytes, siz… in test_FreeRTOS_FindEndPointOnIP_IPv6_NotFound()
1604 memcpy( xEndPoint.xMACAddress.ucBytes, xMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_FreeRTOS_FindEndPointOnMAC_HappyPath()
1632 memcpy( xEndPoint.xMACAddress.ucBytes, xMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_FreeRTOS_FindEndPointOnMAC_NullInterface()
1659 memcpy( xEndPoint.xMACAddress.ucBytes, xMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_FreeRTOS_FindEndPointOnMAC_NullMAC()
1724 memcpy( pxEndPoint->xMACAddress.ucBytes, xMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_FreeRTOS_FindEndPointOnMAC_MultipleInterface()
1763 memcpy( xEndPoint.xMACAddress.ucBytes, xMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_FreeRTOS_FindEndPointOnMAC_NotFound()
1851 …memcpy( xEndPoint.ipv6_settings.xIPAddress.ucBytes, &xDefaultIPAddress_IPv6.ucBytes, sizeof( IPv6_… in test_FreeRTOS_FindEndPointOnNetMask_IPv6_HappyPath()
1852 …memcpy( xEndPoint.ipv6_settings.xPrefix.ucBytes, &xDefaultNetPrefix_IPv6.ucBytes, sizeof( IPv6_Add… in test_FreeRTOS_FindEndPointOnNetMask_IPv6_HappyPath()
1888 …memcpy( xEndPoint[ 0 ].ipv6_settings.xIPAddress.ucBytes, &xDefaultIPAddress_IPv6.ucBytes, sizeof( … in test_FreeRTOS_FindEndPointOnNetMask_IPv6_NotFound()
1889 …memcpy( xEndPoint[ 0 ].ipv6_settings.xPrefix.ucBytes, &xDefaultNetPrefix_IPv6.ucBytes, sizeof( IPv… in test_FreeRTOS_FindEndPointOnNetMask_IPv6_NotFound()
2026 …memcpy( xEndPoint.ipv6_settings.xIPAddress.ucBytes, &xDefaultIPAddress_IPv6.ucBytes, sizeof( IPv6_… in test_FreeRTOS_InterfaceEndPointOnNetMask_NotFound()
2027 …memcpy( xEndPoint.ipv6_settings.xPrefix.ucBytes, &xDefaultNetPrefix_IPv6.ucBytes, sizeof( IPv6_Add… in test_FreeRTOS_InterfaceEndPointOnNetMask_NotFound()
2066 …memcpy( xEndPoint[ 0 ].ipv6_settings.xIPAddress.ucBytes, &xDefaultIPAddress_IPv6.ucBytes, sizeof( … in test_FreeRTOS_InterfaceEndPointOnNetMask_Broadcast()
2067 …memcpy( xEndPoint[ 0 ].ipv6_settings.xPrefix.ucBytes, &xDefaultNetPrefix_IPv6.ucBytes, sizeof( IPv… in test_FreeRTOS_InterfaceEndPointOnNetMask_Broadcast()
2132 …memcpy( xEndPoint[ 0 ].ipv6_settings.xGatewayAddress.ucBytes, &xDefaultGatewayAddress_IPv6.ucBytes… in test_FreeRTOS_FindGateWay_IPv4_NotFound()
2166 …memcpy( xEndPointV6.ipv6_settings.xGatewayAddress.ucBytes, &xDefaultGatewayAddress_IPv6.ucBytes, s… in test_FreeRTOS_FindGateWay_IPv4_MultipleEndpoints()
2198 …memcpy( xEndPoint.ipv6_settings.xGatewayAddress.ucBytes, &xDefaultGatewayAddress_IPv6.ucBytes, siz… in test_FreeRTOS_FindGateWay_IPv6_HappyPath()
2266 …memcpy( xEndPointV6.ipv6_settings.xGatewayAddress.ucBytes, &xDefaultGatewayAddress_IPv6.ucBytes, s… in test_FreeRTOS_FindGateWay_IPv6_MultipleEndpoints()
2518 …memcpy( xEndPoint.ipv6_settings.xIPAddress.ucBytes, &xDefaultIPAddress_IPv6.ucBytes, sizeof( IPv6_… in test_pcEndpointName_IPv6_HappyPath()
2523 pvStubFreeRTOS_inet_ntop_TargetSource = xEndPoint.ipv6_settings.xIPAddress.ucBytes; in test_pcEndpointName_IPv6_HappyPath()
2558 …memcpy( xEndPoint.ipv6_settings.xIPAddress.ucBytes, &xDefaultIPAddress_IPv6.ucBytes, sizeof( IPv6_… in test_pcEndpointName_IPv6_TruncateBuffer()
2563 pvStubFreeRTOS_inet_ntop_TargetSource = xEndPoint.ipv6_settings.xIPAddress.ucBytes; in test_pcEndpointName_IPv6_TruncateBuffer()
2710 …memcpy( xEndPoint.xMACAddress.ucBytes, ucDefaultMACAddress_IPv4, sizeof( ucDefaultMACAddress_IPv4 … in test_FreeRTOS_MatchingEndpoint_MatchIPv4Address()
2717 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xDestinationAddress.ucBytes, ucLocalMACAddres… in test_FreeRTOS_MatchingEndpoint_MatchIPv4Address()
2718 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xSourceAddress.ucBytes, ucLocalMACAddress_IPv… in test_FreeRTOS_MatchingEndpoint_MatchIPv4Address()
2759 …memcpy( xEndPoint.xMACAddress.ucBytes, ucDefaultMACAddress_IPv4, sizeof( ucDefaultMACAddress_IPv4 … in test_FreeRTOS_MatchingEndpoint_MatchMACAddress()
2766 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xDestinationAddress.ucBytes, ucDefaultMACAddr… in test_FreeRTOS_MatchingEndpoint_MatchMACAddress()
2767 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xSourceAddress.ucBytes, ucDefaultMACAddress_I… in test_FreeRTOS_MatchingEndpoint_MatchMACAddress()
2810 …memcpy( xEndPoint.xMACAddress.ucBytes, ucDefaultMACAddress_IPv4, sizeof( ucDefaultMACAddress_IPv4 … in test_FreeRTOS_MatchingEndpoint_ARPReqMatchIPv4Address()
2817 …memcpy( pxProtocolPacket->xARPPacket.xEthernetHeader.xDestinationAddress.ucBytes, ucLocalMACAddres… in test_FreeRTOS_MatchingEndpoint_ARPReqMatchIPv4Address()
2818 …memcpy( pxProtocolPacket->xARPPacket.xEthernetHeader.xSourceAddress.ucBytes, ucLocalMACAddress_IPv… in test_FreeRTOS_MatchingEndpoint_ARPReqMatchIPv4Address()
2861 …memcpy( xEndPoint.xMACAddress.ucBytes, ucDefaultMACAddress_IPv4, sizeof( ucDefaultMACAddress_IPv4 … in test_FreeRTOS_MatchingEndpoint_ARPReqMatchMACAddress()
2868 …memcpy( pxProtocolPacket->xARPPacket.xEthernetHeader.xDestinationAddress.ucBytes, ucDefaultMACAddr… in test_FreeRTOS_MatchingEndpoint_ARPReqMatchMACAddress()
2869 …memcpy( pxProtocolPacket->xARPPacket.xEthernetHeader.xSourceAddress.ucBytes, ucDefaultMACAddress_I… in test_FreeRTOS_MatchingEndpoint_ARPReqMatchMACAddress()
2913 …memcpy( xEndPoint.xMACAddress.ucBytes, ucDefaultMACAddress_IPv4, sizeof( ucDefaultMACAddress_IPv4 … in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchIPv4Address()
2920 …memcpy( pxProtocolPacket->xARPPacket.xEthernetHeader.xDestinationAddress.ucBytes, ucLocalMACAddres… in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchIPv4Address()
2921 …memcpy( pxProtocolPacket->xARPPacket.xEthernetHeader.xSourceAddress.ucBytes, ucLocalMACAddress_IPv… in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchIPv4Address()
2964 …memcpy( xEndPoint.xMACAddress.ucBytes, ucDefaultMACAddress_IPv4, sizeof( ucDefaultMACAddress_IPv4 … in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchMACAddress()
2971 …memcpy( pxProtocolPacket->xARPPacket.xEthernetHeader.xDestinationAddress.ucBytes, ucDefaultMACAddr… in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchMACAddress()
2972 …memcpy( pxProtocolPacket->xARPPacket.xEthernetHeader.xSourceAddress.ucBytes, ucDefaultMACAddress_I… in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchMACAddress()
3016 …memcpy( xEndPoint.xMACAddress.ucBytes, ucDefaultMACAddress_IPv4, sizeof( ucDefaultMACAddress_IPv4 … in test_FreeRTOS_MatchingEndpoint_ARPWrongOption()
3023 …memcpy( pxProtocolPacket->xARPPacket.xEthernetHeader.xDestinationAddress.ucBytes, ucLocalMACAddres… in test_FreeRTOS_MatchingEndpoint_ARPWrongOption()
3024 …memcpy( pxProtocolPacket->xARPPacket.xEthernetHeader.xSourceAddress.ucBytes, ucLocalMACAddress_IPv… in test_FreeRTOS_MatchingEndpoint_ARPWrongOption()
3069 …memcpy( xEndPoint[ 0 ].xMACAddress.ucBytes, ucDefaultMACAddress_IPv4, sizeof( ucDefaultMACAddress_… in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv4()
3076 …memcpy( xEndPoint[ 1 ].xMACAddress.ucBytes, ucDefaultMACAddress_IPv4, sizeof( ucDefaultMACAddress_… in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv4()
3084 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xDestinationAddress.ucBytes, ucDefaultMACAddr… in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv4()
3085 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xSourceAddress.ucBytes, ucDefaultMACAddress_I… in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv4()
3098 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xDestinationAddress.ucBytes, ucDefaultMACAddr… in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv4()
3099 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xSourceAddress.ucBytes, ucDefaultMACAddress_I… in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv4()
3141 …memcpy( xEndPoint.xMACAddress.ucBytes, ucDefaultMACAddress_IPv4, sizeof( ucDefaultMACAddress_IPv4 … in test_FreeRTOS_MatchingEndpoint_NullInterface()
3148 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xDestinationAddress.ucBytes, ucLocalMACAddres… in test_FreeRTOS_MatchingEndpoint_NullInterface()
3149 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xSourceAddress.ucBytes, ucLocalMACAddress_IPv… in test_FreeRTOS_MatchingEndpoint_NullInterface()
3190 …memcpy( xEndPoint.ipv6_settings.xIPAddress.ucBytes, &xDefaultIPAddress_IPv6.ucBytes, sizeof( IPv6_… in test_FreeRTOS_MatchingEndpoint_IPv4NotFound()
3191 …memcpy( xEndPoint.xMACAddress.ucBytes, ucDefaultMACAddress_IPv6, sizeof( ucDefaultMACAddress_IPv6 … in test_FreeRTOS_MatchingEndpoint_IPv4NotFound()
3198 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xDestinationAddress.ucBytes, ucLocalMACAddres… in test_FreeRTOS_MatchingEndpoint_IPv4NotFound()
3199 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xSourceAddress.ucBytes, ucLocalMACAddress_IPv… in test_FreeRTOS_MatchingEndpoint_IPv4NotFound()
3245 …memcpy( xEndPoint.ipv6_settings.xIPAddress.ucBytes, xDefaultIPAddress_IPv6.ucBytes, sizeof( IPv6_A… in test_FreeRTOS_MatchingEndpoint_MatchIPv6Address()
3246 …memcpy( xEndPoint.xMACAddress.ucBytes, ucDefaultMACAddress_IPv6, sizeof( ucDefaultMACAddress_IPv6 … in test_FreeRTOS_MatchingEndpoint_MatchIPv6Address()
3253 …memcpy( pxTCPPacket->xEthernetHeader.xDestinationAddress.ucBytes, ucLocalMACAddress_IPv6, sizeof( … in test_FreeRTOS_MatchingEndpoint_MatchIPv6Address()
3254 …memcpy( pxTCPPacket->xEthernetHeader.xSourceAddress.ucBytes, ucLocalMACAddress_IPv6, sizeof( ucLoc… in test_FreeRTOS_MatchingEndpoint_MatchIPv6Address()
3257 …memcpy( pxTCPPacket->xIPHeader.xSourceAddress.ucBytes, xDefaultIPAddress_IPv6.ucBytes, sizeof( IPv… in test_FreeRTOS_MatchingEndpoint_MatchIPv6Address()
3258 …memcpy( pxTCPPacket->xIPHeader.xDestinationAddress.ucBytes, xDefaultIPAddress_IPv6.ucBytes, sizeof… in test_FreeRTOS_MatchingEndpoint_MatchIPv6Address()
3295 …memcpy( xEndPoint.xMACAddress.ucBytes, ucDefaultMACAddress_IPv4, sizeof( ucDefaultMACAddress_IPv4 … in test_FreeRTOS_MatchingEndpoint_IPv6NotFound()
3302 …memcpy( pxTCPPacket->xEthernetHeader.xDestinationAddress.ucBytes, ucDefaultMACAddress_IPv6, sizeof… in test_FreeRTOS_MatchingEndpoint_IPv6NotFound()
3303 …memcpy( pxTCPPacket->xEthernetHeader.xSourceAddress.ucBytes, ucDefaultMACAddress_IPv6, sizeof( ucD… in test_FreeRTOS_MatchingEndpoint_IPv6NotFound()
3306 …memcpy( pxTCPPacket->xIPHeader.xSourceAddress.ucBytes, xDefaultIPAddress_IPv6.ucBytes, sizeof( IPv… in test_FreeRTOS_MatchingEndpoint_IPv6NotFound()
3307 …memcpy( pxTCPPacket->xIPHeader.xDestinationAddress.ucBytes, xDefaultIPAddress_IPv6.ucBytes, sizeof… in test_FreeRTOS_MatchingEndpoint_IPv6NotFound()
3352 …memcpy( xEndPoint[ 0 ].ipv6_settings.xIPAddress.ucBytes, xDefaultIPAddress_IPv6.ucBytes, sizeof( I… in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv6()
3353 …memcpy( xEndPoint[ 0 ].xMACAddress.ucBytes, ucDefaultMACAddress_IPv6, sizeof( ucDefaultMACAddress_… in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv6()
3360 …memcpy( xEndPoint[ 1 ].ipv6_settings.xIPAddress.ucBytes, xDefaultGatewayAddress_IPv6.ucBytes, size… in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv6()
3361 …memcpy( xEndPoint[ 1 ].xMACAddress.ucBytes, ucDefaultMACAddress_IPv6, sizeof( ucDefaultMACAddress_… in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv6()
3369 …memcpy( pxTCPPacket->xEthernetHeader.xDestinationAddress.ucBytes, ucLocalMACAddress_IPv6, sizeof( … in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv6()
3370 …memcpy( pxTCPPacket->xEthernetHeader.xSourceAddress.ucBytes, ucLocalMACAddress_IPv6, sizeof( ucLoc… in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv6()
3373 …memcpy( pxTCPPacket->xIPHeader.xSourceAddress.ucBytes, xDefaultGatewayAddress_IPv6.ucBytes, sizeof… in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv6()
3374 …memcpy( pxTCPPacket->xIPHeader.xDestinationAddress.ucBytes, xDefaultIPAddress_IPv6.ucBytes, sizeof… in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv6()
3383 …memcpy( pxTCPPacket->xEthernetHeader.xDestinationAddress.ucBytes, ucLocalMACAddress_IPv6, sizeof( … in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv6()
3384 …memcpy( pxTCPPacket->xEthernetHeader.xSourceAddress.ucBytes, ucLocalMACAddress_IPv6, sizeof( ucLoc… in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv6()
3387 …memcpy( pxTCPPacket->xIPHeader.xSourceAddress.ucBytes, xDefaultIPAddress_IPv6.ucBytes, sizeof( IPv… in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv6()
3388 …memcpy( pxTCPPacket->xIPHeader.xDestinationAddress.ucBytes, xDefaultGatewayAddress_IPv6.ucBytes, s… in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv6()
3433 …memcpy( xEndPoint[ 0 ].ipv6_settings.xIPAddress.ucBytes, xNonGlobalIPAddress_IPv6.ucBytes, sizeof(… in test_FreeRTOS_MatchingEndpoint_Type()
3434 …memcpy( xEndPoint[ 0 ].xMACAddress.ucBytes, ucDefaultMACAddress_IPv6, sizeof( ucDefaultMACAddress_… in test_FreeRTOS_MatchingEndpoint_Type()
3441 …memcpy( xEndPoint[ 1 ].xMACAddress.ucBytes, ucDefaultMACAddress_IPv4, sizeof( ucDefaultMACAddress_… in test_FreeRTOS_MatchingEndpoint_Type()
3449 …memcpy( pxTCPPacket->xEthernetHeader.xDestinationAddress.ucBytes, ucLocalMACAddress, sizeof( ucLoc… in test_FreeRTOS_MatchingEndpoint_Type()
3450 …memcpy( pxTCPPacket->xEthernetHeader.xSourceAddress.ucBytes, ucLocalMACAddress, sizeof( ucLocalMAC… in test_FreeRTOS_MatchingEndpoint_Type()
3453 …memcpy( pxTCPPacket->xIPHeader.xSourceAddress.ucBytes, xDefaultIPAddress_IPv6.ucBytes, sizeof( IPv… in test_FreeRTOS_MatchingEndpoint_Type()
3454 …memcpy( pxTCPPacket->xIPHeader.xDestinationAddress.ucBytes, xDefaultIPAddress_IPv6.ucBytes, sizeof… in test_FreeRTOS_MatchingEndpoint_Type()
3463 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xDestinationAddress.ucBytes, ucLocalMACAddres… in test_FreeRTOS_MatchingEndpoint_Type()
3464 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xSourceAddress.ucBytes, ucLocalMACAddress, si… in test_FreeRTOS_MatchingEndpoint_Type()
3508 …memcpy( xEndPoint.ipv6_settings.xIPAddress.ucBytes, xDefaultIPAddress_IPv6.ucBytes, sizeof( IPv6_A… in test_FreeRTOS_MatchingEndpoint_IPv6DefaultGatewayNotFound()
3509 …memcpy( xEndPoint.xMACAddress.ucBytes, ucDefaultMACAddress_IPv6, sizeof( ucDefaultMACAddress_IPv6 … in test_FreeRTOS_MatchingEndpoint_IPv6DefaultGatewayNotFound()
3516 …memcpy( pxTCPPacket->xEthernetHeader.xDestinationAddress.ucBytes, ucLocalMACAddress, sizeof( ucLoc… in test_FreeRTOS_MatchingEndpoint_IPv6DefaultGatewayNotFound()
3517 …memcpy( pxTCPPacket->xEthernetHeader.xSourceAddress.ucBytes, ucLocalMACAddress, sizeof( ucLocalMAC… in test_FreeRTOS_MatchingEndpoint_IPv6DefaultGatewayNotFound()
3520 …memcpy( pxTCPPacket->xIPHeader.xSourceAddress.ucBytes, xDefaultIPAddress_IPv6.ucBytes, sizeof( IPv… in test_FreeRTOS_MatchingEndpoint_IPv6DefaultGatewayNotFound()
3521 …memcpy( pxTCPPacket->xIPHeader.xDestinationAddress.ucBytes, xDefaultGatewayIPAddress_IPv6.ucBytes,… in test_FreeRTOS_MatchingEndpoint_IPv6DefaultGatewayNotFound()
3560 …memcpy( xEndPoint.ipv6_settings.xIPAddress.ucBytes, xLocalIPAddress_IPv6.ucBytes, sizeof( IPv6_Add… in test_FreeRTOS_MatchingEndpoint_IPv6NonGlobal()
3561 …memcpy( xEndPoint.xMACAddress.ucBytes, ucDefaultMACAddress_IPv6, sizeof( ucDefaultMACAddress_IPv6 … in test_FreeRTOS_MatchingEndpoint_IPv6NonGlobal()
3568 …memcpy( pxTCPPacket->xEthernetHeader.xDestinationAddress.ucBytes, ucLocalMACAddress, sizeof( ucLoc… in test_FreeRTOS_MatchingEndpoint_IPv6NonGlobal()
3569 …memcpy( pxTCPPacket->xEthernetHeader.xSourceAddress.ucBytes, ucLocalMACAddress, sizeof( ucLocalMAC… in test_FreeRTOS_MatchingEndpoint_IPv6NonGlobal()
3572 …memcpy( pxTCPPacket->xIPHeader.xSourceAddress.ucBytes, xDefaultIPAddress_IPv6.ucBytes, sizeof( IPv… in test_FreeRTOS_MatchingEndpoint_IPv6NonGlobal()
3573 …memcpy( pxTCPPacket->xIPHeader.xDestinationAddress.ucBytes, xLocalIPAddress_IPv6.ucBytes, sizeof( … in test_FreeRTOS_MatchingEndpoint_IPv6NonGlobal()
3634 …memcpy( xEndPoint.xMACAddress.ucBytes, ucDefaultMACAddress_IPv4, sizeof( ucDefaultMACAddress_IPv4 … in test_FreeRTOS_MatchingEndpoint_MatchCustomFrameType()
3641 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xDestinationAddress.ucBytes, ucDefaultMACAddr… in test_FreeRTOS_MatchingEndpoint_MatchCustomFrameType()
3642 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xSourceAddress.ucBytes, ucDefaultMACAddress_I… in test_FreeRTOS_MatchingEndpoint_MatchCustomFrameType()