Home
last modified time | relevance | path

Searched refs:xIPAddressFive (Results 1 – 6 of 6) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv6_ConfigDriverCheckChecksum/
DFreeRTOS_IPv6_ConfigDriverCheckChecksum_stubs.c46 const IPv6_Address_t xIPAddressFive = { 0x20, 0x01, 0x12, 0x34, 0x56, 0x78, 0x00, 0x00, 0x00, 0x00,… variable
65 …memcpy( xEndpoint.ipv6_settings.xIPAddress.ucBytes, xIPAddressFive.ucBytes, ipSIZE_OF_IPv6_ADDRESS… in prvInitializeEndpoint()
97 …memcpy( pxTCPPacket->xIPHeader.xDestinationAddress.ucBytes, xIPAddressFive.ucBytes, sizeof( IPv6_A… in prvInitializeNetworkDescriptor()
DFreeRTOS_IPv6_ConfigDriverCheckChecksum_utest.c261 …memcpy( xIPv6Address.xDestinationAddress.ucBytes, xIPAddressFive.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvAllowIPPacketIPv6_source_unspecified_address()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv6/
DFreeRTOS_IPv6_utest.c69 …memcpy( xIPv6Address.xDestinationAddress.ucBytes, xIPAddressFive.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvAllowIPPacketIPv6_SourceUnspecifiedAddress()
87 memcpy( xIPv6Address.xSourceAddress.ucBytes, xIPAddressFive.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvAllowIPPacketIPv6_DestinationUnspecifiedAddress()
140 …memcpy( pxTCPPacket->xIPHeader.xSourceAddress.ucBytes, xIPAddressFive.ucBytes, ipSIZE_OF_IPv6_ADDR… in test_prvAllowIPPacketIPv6_LoopbackAddress()
606 xReturn = xCompareIPv6_Address( &xIPAddressFive, &xIPAddressTen, 0 ); in test_xCompareIPv6_Address_ZeroPrefixLength()
617 xReturn = xCompareIPv6_Address( &xIPAddressFive, &xIPAddressFive, 128 ); in test_xCompareIPv6_Address_SameAddressPrefix128()
628 xReturn = xCompareIPv6_Address( &xIPAddressFive, &xIPAddressTen, 64 ); in test_xCompareIPv6_Address_SameRegionPrefix64()
640 xReturn = xCompareIPv6_Address( &xIPAddressFive, &xRightAddress, 64 ); in test_xCompareIPv6_Address_DifferentRegionPrefix64()
652 memcpy( xRightAddress.ucBytes, &xIPAddressFive, ipSIZE_OF_IPv6_ADDRESS ); in test_xCompareIPv6_Address_DifferentRegionPrefix4()
655 xReturn = xCompareIPv6_Address( &xIPAddressFive, &xRightAddress, 4 ); in test_xCompareIPv6_Address_DifferentRegionPrefix4()
667 memcpy( xRightAddress.ucBytes, &xIPAddressFive, ipSIZE_OF_IPv6_ADDRESS ); in test_xCompareIPv6_Address_DifferentRegionPrefix44()
[all …]
DFreeRTOS_IPv6_stubs.c52 const IPv6_Address_t xIPAddressFive = { 0x20, 0x01, 0x12, 0x34, 0x56, 0x78, 0x00, 0x00, 0x00, 0x00,… variable
68 …memcpy( xEndpoint.ipv6_settings.xIPAddress.ucBytes, xIPAddressFive.ucBytes, ipSIZE_OF_IPv6_ADDRESS… in prvInitializeEndpoint()
93 …memcpy( pxTCPPacket->xIPHeader.xDestinationAddress.ucBytes, xIPAddressFive.ucBytes, sizeof( IPv6_A… in prvInitializeNetworkDescriptor()
150 …memcpy( pxIPv6Header->xDestinationAddress.ucBytes, xIPAddressFive.ucBytes, sizeof( IPv6_Address_t … in prvInitializeNetworkDescriptorWithExtensionHeader()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv6_Utils/
DFreeRTOS_IPv6_Utils_stubs.c52 const IPv6_Address_t xIPAddressFive = { 0x20, 0x01, 0x12, 0x34, 0x56, 0x78, 0x00, 0x00, 0x00, 0x00,… variable
68 …memcpy( xEndpoint.ipv6_settings.xIPAddress.ucBytes, xIPAddressFive.ucBytes, ipSIZE_OF_IPv6_ADDRESS… in prvInitializeEndpoint()
125 …memcpy( pxIPv6Header->xDestinationAddress.ucBytes, xIPAddressFive.ucBytes, sizeof( IPv6_Address_t … in prvInitializeNetworkDescriptorWithExtensionHeader()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP/
DFreeRTOS_IP_utest.c87 const IPv6_Address_t xIPAddressFive = { 0x20, 0x01, 0x12, 0x34, 0x56, 0x78, 0x00, 0x00, 0x00, 0x00,… variable
2850 … memcpy( pxIPHeader->xDestinationAddress.ucBytes, xIPAddressFive.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvProcessIPPacket_UDP_IPv6_ExtensionHappyPath()
2900 … memcpy( pxIPHeader->xDestinationAddress.ucBytes, xIPAddressFive.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvProcessIPPacket_UDP_IPv6_ExtensionHandleFail()
2949 … memcpy( pxIPHeader->xDestinationAddress.ucBytes, xIPAddressFive.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvProcessIPPacket_TCP_IPv6_HappyPath()
2999 … memcpy( pxIPHeader->xDestinationAddress.ucBytes, xIPAddressFive.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvProcessIPPacket_TCP_IPv6_ARPResolution()
3046 … memcpy( pxIPHeader->xDestinationAddress.ucBytes, xIPAddressFive.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvProcessIPPacket_ICMP_IPv6_HappyPath()