Home
last modified time | relevance | path

Searched refs:xIP_IPv6 (Results 1 – 25 of 35) sorted by relevance

12

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_TCP_Transmission_IPv6.c194 …py( pxIPHeader->xDestinationAddress.ucBytes, pxSocket->u.xTCP.xRemoteIP.xIP_IPv6.ucBytes, ipSIZE_O… in prvTCPReturnPacket_IPV6()
336 ( void ) memset( xRemoteIP.xIP_IPv6.ucBytes, 0, ipSIZE_OF_IPv6_ADDRESS ); in prvTCPPrepareConnect_IPV6()
337 …( void ) memcpy( xRemoteIP.xIP_IPv6.ucBytes, pxSocket->u.xTCP.xRemoteIP.xIP_IPv6.ucBytes, ipSIZE_O… in prvTCPPrepareConnect_IPV6()
338 eReturned = eNDGetCacheEntry( &( xRemoteIP.xIP_IPv6 ), &( xEthAddress ), &( pxEndPoint ) ); in prvTCPPrepareConnect_IPV6()
363 …FreeRTOS_printf( ( "Looking up %pip with%s end-point\n", ( void * ) xRemoteIP.xIP_IPv6.ucBytes, ( … in prvTCPPrepareConnect_IPV6()
376 vNDSendNeighbourSolicitation( pxNetworkBuffer, &( xRemoteIP.xIP_IPv6 ) ); in prvTCPPrepareConnect_IPV6()
437 … memcpy( pxIPHeader->xSourceAddress.ucBytes, pxSocket->u.xTCP.xRemoteIP.xIP_IPv6.ucBytes, sizeof( … in prvTCPPrepareConnect_IPV6()
438 …emcpy( pxIPHeader->xDestinationAddress.ucBytes, pxSocket->xLocalAddress.xIP_IPv6.ucBytes, sizeof( … in prvTCPPrepareConnect_IPV6()
DFreeRTOS_TCP_Utils_IPv6.c97 IPv6_Type_t eType = xIPv6_GetIPType( &( pxSocket->u.xTCP.xRemoteIP.xIP_IPv6 ) ); in prvSocketSetMSS_IPV6()
109 …et_ntop( FREERTOS_AF_INET6, ( const void * ) pxSocket->u.xTCP.xRemoteIP.xIP_IPv6.ucBytes, cIPv6Add… in prvSocketSetMSS_IPV6()
DFreeRTOS_Routing.c765 …xGatewayTarget = ( memcmp( ucBytes, pxIPAddressTo->xIP_IPv6.ucBytes, 16 ) == 0 ) ? pdTRUE : pdFALS… in pxEasyFit()
770 ( void * ) pxIPAddressFrom->xIP_IPv6.ucBytes, in pxEasyFit()
771 ( void * ) pxIPAddressTo->xIP_IPv6.ucBytes ) ); in pxEasyFit()
774 …xTargetGlobal = ( xIPv6_GetIPType( &( pxIPAddressTo->xIP_IPv6 ) ) == eIPv6_Global ) ? pdTRUE : pdF… in pxEasyFit()
801 … ( memcmp( pxEndPoint->ipv6_settings.xIPAddress.ucBytes, pxIPAddressTo->xIP_IPv6.ucBytes, ipSIZE_O… in pxEasyFit()
867 ( void * ) pxIPAddressTo->xIP_IPv6.ucBytes, in pxEasyFit()
871 ( void * ) pxIPAddressFrom->xIP_IPv6.ucBytes, in pxEasyFit()
946 ( void ) memset( xIPAddressFrom.xIP_IPv6.ucBytes, 0, ipSIZE_OF_IPv6_ADDRESS ); in FreeRTOS_MatchingEndpoint()
947 ( void ) memset( xIPAddressTo.xIP_IPv6.ucBytes, 0, ipSIZE_OF_IPv6_ADDRESS ); in FreeRTOS_MatchingEndpoint()
955 …( void ) memcpy( xIPAddressFrom.xIP_IPv6.ucBytes, pxIPPacket_IPv6->xIPHeader.xSourceAddress.ucByte… in FreeRTOS_MatchingEndpoint()
[all …]
DFreeRTOS_IPv6_Sockets.c71 …if( memcmp( pxSocket->u.xTCP.xRemoteIP.xIP_IPv6.ucBytes, pxAddress->xIPAddress.xIP_IPv6.ucBytes, i… in pxTCPSocketLookup_IPv6()
116 …IPHeader.xDestinationAddress.ucBytes, pxDestinationAddress->sin_address.xIP_IPv6.ucBytes, ipSIZE_O… in xSend_UDP_Update_IPv6()
117 …( void ) memcpy( pxNetworkBuffer->xIPAddress.xIP_IPv6.ucBytes, pxDestinationAddress->sin_address.x… in xSend_UDP_Update_IPv6()
143 ( void ) memcpy( ( void * ) pxSourceAddress->sin_address.xIP_IPv6.ucBytes, in xRecv_Update_IPv6()
DFreeRTOS_UDP_IPv6.c143 ( void * ) pxNetworkBuffer->xIPAddress.xIP_IPv6.ucBytes, in prvStartLookup()
148 IPv6_Type_t eTargetType = xIPv6_GetIPType( &( pxNetworkBuffer->xIPAddress.xIP_IPv6 ) ); in prvStartLookup()
156 … vNDSendNeighbourSolicitation( pxNetworkBuffer, &( pxNetworkBuffer->xIPAddress.xIP_IPv6 ) ); in prvStartLookup()
228 …( void ) memcpy( xIPv6Address.ucBytes, pxNetworkBuffer->xIPAddress.xIP_IPv6.ucBytes, sizeof( xIPv6… in vProcessGeneratedUDPPacket_IPv6()
243 …eReturned = eNDGetCacheEntry( &( pxNetworkBuffer->xIPAddress.xIP_IPv6 ), &( pxUDPPacket_IPv6->xEth… in vProcessGeneratedUDPPacket_IPv6()
495 …( void ) memcpy( xSourceAddress.sin_address.xIP_IPv6.ucBytes, pxUDPPacket_IPv6->xIPHeader.xSourceA… in xProcessReceivedUDPPacket_IPv6()
496 …( void ) memcpy( destinationAddress.sin_address.xIP_IPv6.ucBytes, pxUDPPacket_IPv6->xIPHeader.xDes… in xProcessReceivedUDPPacket_IPv6()
DFreeRTOS_DNS_Cache.c142 …( void ) memcpy( pxAddress_IPv6->ucBytes, xIPv46_Address.xIPAddress.xIP_IPv6.ucBytes, ipSIZE_OF_IP… in FreeRTOS_dnslookup6()
274 …( void ) memcpy( xAddress.xIP_IPv6.ucBytes, pxIP->xIPAddress.xIP_IPv6.ucBytes, ipSIZE_OF_IPv6_ADDR… in FreeRTOS_ProcessDNSCache()
292 ( const void * ) xAddress.xIP_IPv6.ucBytes, in FreeRTOS_ProcessDNSCache()
518 …drInfo( xDNSCache[ uxIndex ].pcName, FREERTOS_AF_INET6, pxAddresses->xIPAddress.xIP_IPv6.ucBytes ); in prvReadDNSCache()
661 … ( const void * ) pxRow->xAddresses[ xSubEntry ].xIPAddress.xIP_IPv6.ucBytes, in vShowDNSCacheTable()
DFreeRTOS_DHCPv6.c485 …pxEndPoint->ipv6_settings.xIPAddress.ucBytes, pxDHCPMessage->xIPAddress.xIP_IPv6.ucBytes, ipSIZE_O… in vDHCPv6ProcessEndPoint_HandleReply()
486 …xEndPoint->ipv6_settings.xPrefix.ucBytes, pxDHCPMessage->xPrefixAddress.xIP_IPv6.ucBytes, ipSIZE_O… in vDHCPv6ProcessEndPoint_HandleReply()
491 …dresses[ uxDNSIndex ].ucBytes, pxDHCPMessage->xDNSServers[ uxDNSIndex ].xIP_IPv6.ucBytes, ipSIZE_O… in vDHCPv6ProcessEndPoint_HandleReply()
1069 ( void ) FreeRTOS_inet_pton6( "ff02::1:2", xAddress.sin_address.xIP_IPv6.ucBytes ); in prvSendDHCPMessage()
1158 …( void ) xBitConfig_read_uc( pxMessage, pxDHCPMessage->xIPAddress.xIP_IPv6.ucBytes, ipSIZE_OF_IPv6… in prvDHCPv6_subOption()
1161 … FreeRTOS_printf( ( "IP Address %pip\n", ( void * ) pxDHCPMessage->xIPAddress.xIP_IPv6.ucBytes ) ); in prvDHCPv6_subOption()
1168 …( void ) xBitConfig_read_uc( pxMessage, pxDHCPMessage->xPrefixAddress.xIP_IPv6.ucBytes, ipSIZE_OF_… in prvDHCPv6_subOption()
1169 …ess prefix: %pip length %d\n", ( void * ) pxDHCPMessage->xPrefixAddress.xIP_IPv6.ucBytes, pxDHCPMe… in prvDHCPv6_subOption()
1349 …_uc( pxMessage, pxDHCPMessage->xDNSServers[ pxDHCPMessage->uxDNSCount ].xIP_IPv6.ucBytes, ipSIZE_O… in prvDHCPv6_handleOption()
DFreeRTOS_Sockets.c1727 …y( pxSocket->xLocalAddress.xIP_IPv6.ucBytes, pxAddress->sin_address.xIP_IPv6.ucBytes, sizeof( pxSo… in FreeRTOS_bind()
1750 …( void ) memset( pxSocket->xLocalAddress.xIP_IPv6.ucBytes, 0, sizeof( pxSocket->xLocalAddress.xIP_… in FreeRTOS_bind()
1818 …y( pxSocket->xLocalAddress.xIP_IPv6.ucBytes, pxAddress->sin_address.xIP_IPv6.ucBytes, sizeof( pxSo… in prvSocketBindAdd()
1849 …( void ) memset( pxSocket->xLocalAddress.xIP_IPv6.ucBytes, 0, sizeof( pxSocket->xLocalAddress.xIP_… in prvSocketBindAdd()
2202 ( void * ) pxSocket->xLocalAddress.xIP_IPv6.ucBytes, in prvSocketProps()
2204 … ( void * ) pxSocket->u.xTCP.xRemoteIP.xIP_IPv6.ucBytes, in prvSocketProps()
2234 ( void * ) pxSocket->xLocalAddress.xIP_IPv6.ucBytes, in prvSocketProps()
3496 …py( pxAddress->sin_address.xIP_IPv6.ucBytes, pxSocket->xLocalAddress.xIP_IPv6.ucBytes, sizeof( pxA… in FreeRTOS_GetLocalAddress()
3705 … pxSocket->usLocalPort, ( void * ) pxAddress->sin_address.xIP_IPv6.ucBytes, in prvTCPConnectStart()
3707 …( void ) memcpy( pxSocket->u.xTCP.xRemoteIP.xIP_IPv6.ucBytes, pxAddress->sin_address.xIP_IPv6.ucBy… in prvTCPConnectStart()
[all …]
DFreeRTOS_DNS.c308 …( void ) memcpy( pxAddrInfo->xPrivateStorage.sockaddr.sin_address.xIP_IPv6.ucBytes, pucAddress, ip… in pxNew_AddrInfo()
660 …ostName, ( void * ) ( *ppxAddressInfo )->xPrivateStorage.sockaddr.sin_address.xIP_IPv6.ucBytes ) ); in prvPrepareLookup()
907 memcpy( pxAddress->sin_address.xIP_IPv6.ucBytes, in prvFillSockAddress()
944 memcpy( pxAddress->sin_address.xIP_IPv6.ucBytes, in prvFillSockAddress()
1038 ( void ) memcpy( pxAddress->sin_address.xIP_IPv6.ucBytes, in prvFillSockAddress()
DFreeRTOS_TCP_State_Handling_IPv6.c183 …( void ) memcpy( pxReturn->u.xTCP.xRemoteIP.xIP_IPv6.ucBytes, pxIPHeader_IPv6->xSourceAddress.ucBy… in prvHandleListen_IPV6()
DFreeRTOS_IP.c355 …emcpy( xAddress.sin_address.xIP_IPv6.ucBytes, pxSocket->xLocalAddress.xIP_IPv6.ucBytes, sizeof( xA… in prvProcessIPEventsAndTimers()
357 …( void ) memset( pxSocket->xLocalAddress.xIP_IPv6.ucBytes, 0, sizeof( pxSocket->xLocalAddress.xIP_… in prvProcessIPEventsAndTimers()
DFreeRTOS_TCP_IP_IPv6.c136 …( void ) memcpy( xRemoteIP.xIPAddress.xIP_IPv6.ucBytes, pxIPHeader_IPv6->xSourceAddress.ucBytes, s… in xProcessReceivedTCPPacket_IPV6()
DFreeRTOS_DNS_Parser.c726 ( void ) memcpy( xIP_Address.xIPAddress.xIP_IPv6.ucBytes, in parseDNSAnswer()
732 …ress = pxNew_AddrInfo( pxSet->pcName, FREERTOS_AF_INET6, xIP_Address.xIPAddress.xIP_IPv6.ucBytes ); in parseDNSAnswer()
819 …S_inet_ntop( FREERTOS_AF_INET6, ( const void * ) xIP_Address.xIPAddress.xIP_IPv6.ucBytes, cBuffer,… in parseDNSAnswer()
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dplus_tcp_demo_cli.c393 … FreeRTOS_printf( ( "Send packet to UDP %pip port %u\n", xAddress.xIP_IPv6.ucBytes, uPort ) ); in handle_udp()
423 … memcpy( xDestinationAddress.sin_address.xIP_IPv6.ucBytes, xAddress.xIP_IPv6.ucBytes, 16 ); in handle_udp()
543 … eResult = eNDGetCacheEntry( &( xLookupAddress.xIP_IPv6 ), &xMACAddress, &pxEndPoint ); in handle_arpq()
545 … pcARPReturnType( eResult ), xAddress.xIP_IPv6.ucBytes, ( pxEndPoint != NULL ) ? "yes" : "no" ) ); in handle_arpq()
586 …memcpy( pxBuffer->xIPAddress.xIP_IPv6.ucBytes, xLookupAddress.xIP_IPv6.ucBytes, ipSIZE_OF_IPv6_ADD… in handle_arpq()
591 pxBuffer->xIPAddress.xIP_IPv6.ucBytes, in handle_arpq()
594 … vNDSendNeighbourSolicitation( pxBuffer, &( pxBuffer->xIPAddress.xIP_IPv6 ) ); in handle_arpq()
623 … eResult = eNDGetCacheEntry( &( xLookupAddress.xIP_IPv6 ), &xMACAddress, &pxEndPoint ); in handle_arpq()
1007 …eeRTOS_printf( ( "ping6: looking up name '%s' (%pip)\n", pcHostname, xAddress.xIP_IPv6.ucBytes ) ); in handle_ping()
1042 …tf( ( "ping6 to '%s' (%pip)\n", pcHostname, pxDNSResult->ai_addr->sin_address.xIP_IPv6.ucBytes ) ); in handle_ping()
[all …]
DNTPDemo.c276 … memset( xIPAddressFound.sin_address.xIP_IPv6.ucBytes, 0, ipSIZE_OF_IPv6_ADDRESS ); in vDNS_callback()
290 …memcpy( xIPAddressFound.sin_address.xIP_IPv6.ucBytes, sockaddr6->sin_address.xIP_IPv6.ucBytes, ipS… in vDNS_callback()
292 …_printf( ( "vDNS_callback: using address %pip\n", xIPAddressFound.sin_address.xIP_IPv6.ucBytes ) ); in vDNS_callback()
615 …if( memcmp( xIPAddressFound.sin_address.xIP_IPv6.ucBytes, FreeRTOS_in6addr_any.ucBytes, ipSIZE_OF_… in prvNTPTask()
618 xIPAddressFound.sin_address.xIP_IPv6.ucBytes, in prvNTPTask()
Dhttp_client_test.c340 … memcpy( xIPAddress_IPv6.ucBytes, pxAddr6->sin_address.xIP_IPv6.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in prvEchoClientTask()
357 …memcpy( xEchoServerAddress.sin_address.xIP_IPv6.ucBytes, xIPAddress_IPv6.ucBytes, ipSIZE_OF_IPv6_A… in prvEchoClientTask()
384 … pxEndPoint = FreeRTOS_FindEndPointOnNetMask_IPv6( &( xEchoServerAddress.sin_address.xIP_IPv6 ) ); in prvEchoClientTask()
442 xEchoServerAddress.sin_address.xIP_IPv6.ucBytes, in prvEchoClientTask()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets_DiffConfig2/
DFreeRTOS_Sockets_DiffConfig2_GenericAPI_utest.c241 …memcpy( xSocket.xLocalAddress.xIP_IPv6.ucBytes, pxIPv6SrcAddress->ucBytes, ipSIZE_OF_IPv6_ADDRESS … in test_prvSocketProps_UDPv6()
263 …memcpy( xSocket.xLocalAddress.xIP_IPv6.ucBytes, pxIPv6SrcAddress->ucBytes, ipSIZE_OF_IPv6_ADDRESS … in test_prvSocketProps_TCPv6()
265 …memcpy( xSocket.u.xTCP.xRemoteIP.xIP_IPv6.ucBytes, xIPv6RemoteAddress.ucBytes, ipSIZE_OF_IPv6_ADDR… in test_prvSocketProps_TCPv6()
287 memcpy( xSocket.xLocalAddress.xIP_IPv6.ucBytes, xIPv6Address.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_FreeRTOS_GetLocalAddress_IPv6()
309 … memcpy( xSocket.u.xTCP.xRemoteIP.xIP_IPv6.ucBytes, xIPv6Address.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_FreeRTOS_GetRemoteAddress_IPv6HappyPath()
DFreeRTOS_Sockets_DiffConfig2_TCP_API_utest.c79 …memcpy( xServerSocket.u.xTCP.xRemoteIP.xIP_IPv6.ucBytes, xIPv6Address.ucBytes, ipSIZE_OF_IPv6_ADDR… in test_FreeRTOS_accept_ReuseIPv6Socket()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_Utils_IPv6/
DFreeRTOS_TCP_Utils_IPv6_utest.c98 xIPv6_GetIPType_ExpectAndReturn( &( pxSocket->u.xTCP.xRemoteIP.xIP_IPv6 ), eIPv6_Global ); in test_prvSocketSetMSS_IPV6_GlobalAddress()
119 xIPv6_GetIPType_ExpectAndReturn( &( pxSocket->u.xTCP.xRemoteIP.xIP_IPv6 ), eIPv6_Global + 1 ); in test_prvSocketSetMSS_IPV6_NonGlobalAddress()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_UDP_IPv6/
DFreeRTOS_UDP_IPv6_utest.c1005 …eNDGetCacheEntry_ExpectAndReturn( &( pxNetworkBuffer->xIPAddress.xIP_IPv6 ), &( pxICMPv6Packet->xE… in test_vProcessGeneratedUDPPacket_IPv6_ICMPPingCantSend()
1030 …eNDGetCacheEntry_ExpectAndReturn( &( pxNetworkBuffer->xIPAddress.xIP_IPv6 ), &( pxICMPv6Packet->xE… in test_vProcessGeneratedUDPPacket_IPv6_ICMPPingCacheUnknown()
1058 …eNDGetCacheEntry_ExpectAndReturn( &( pxNetworkBuffer->xIPAddress.xIP_IPv6 ), &( pxICMPv6Packet->xE… in test_vProcessGeneratedUDPPacket_IPv6_ICMPPingCacheHit()
1089 …eNDGetCacheEntry_ExpectAndReturn( &( pxNetworkBuffer->xIPAddress.xIP_IPv6 ), &( pxUDPv6Packet->xEt… in test_vProcessGeneratedUDPPacket_IPv6_UDPv6CacheHit()
1129 …eNDGetCacheEntry_ExpectAndReturn( &( pxNetworkBuffer->xIPAddress.xIP_IPv6 ), &( pxUDPv6Packet->xEt… in test_vProcessGeneratedUDPPacket_IPv6_UDPv6CacheHitLessBufferLength()
1164 …eNDGetCacheEntry_ExpectAndReturn( &( pxNetworkBuffer->xIPAddress.xIP_IPv6 ), &( pxUDPv6Packet->xEt… in test_vProcessGeneratedUDPPacket_IPv6_UDPv6CacheHitNoEndPoint()
1198 …eNDGetCacheEntry_ExpectAndReturn( &( pxNetworkBuffer->xIPAddress.xIP_IPv6 ), &( pxUDPv6Packet->xEt… in test_vProcessGeneratedUDPPacket_IPv6_UDPv6CacheMissBothGlobal()
1201 xIPv6_GetIPType_ExpectAndReturn( &( pxNetworkBuffer->xIPAddress.xIP_IPv6 ), eIPv6_Global ); in test_vProcessGeneratedUDPPacket_IPv6_UDPv6CacheMissBothGlobal()
1206 … vNDSendNeighbourSolicitation_Expect( pxNetworkBuffer, &( pxNetworkBuffer->xIPAddress.xIP_IPv6 ) ); in test_vProcessGeneratedUDPPacket_IPv6_UDPv6CacheMissBothGlobal()
1230 …eNDGetCacheEntry_ExpectAndReturn( &( pxNetworkBuffer->xIPAddress.xIP_IPv6 ), &( pxUDPv6Packet->xEt… in test_vProcessGeneratedUDPPacket_IPv6_UDPv6CacheMissButEndPointFound()
[all …]
DFreeRTOS_UDP_IPv6_stubs.c62 …Y( pxUDPv6Packet->xIPHeader.xSourceAddress.ucBytes, pxFrom->sin_address.xIP_IPv6.ucBytes, ipSIZE_O… in UDPReceiveHandlerChecker()
63 …UDPv6Packet->xIPHeader.xDestinationAddress.ucBytes, pxDest->sin_address.xIP_IPv6.ucBytes, ipSIZE_O… in UDPReceiveHandlerChecker()
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_IP_Common.h47 IPv6_Address_t xIP_IPv6; /**< IPv6 address */ member
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets_IPv6/
DFreeRTOS_Sockets_IPv6_utest.c232 …memcpy( xSocket.u.xTCP.xRemoteIP.xIP_IPv6.ucBytes, xSampleAddress_IPv6_1.ucBytes, ipSIZE_OF_IPv6_A… in test_pxTCPSocketLookup_IPv6_IPv6Socket_NonNullIPv6Address_MatchingIPv6Address()
234 …memcpy( xAddress.xIPAddress.xIP_IPv6.ucBytes, xSampleAddress_IPv6_1.ucBytes, ipSIZE_OF_IPv6_ADDRES… in test_pxTCPSocketLookup_IPv6_IPv6Socket_NonNullIPv6Address_MatchingIPv6Address()
254 …memcpy( xSocket.u.xTCP.xRemoteIP.xIP_IPv6.ucBytes, xSampleAddress_IPv6_2.ucBytes, ipSIZE_OF_IPv6_A… in test_pxTCPSocketLookup_IPv6_IPv6Socket_NonNullIPv6Address_NonMatchingIPv6Address()
256 …memcpy( xAddress.xIPAddress.xIP_IPv6.ucBytes, xSampleAddress_IPv6_1.ucBytes, ipSIZE_OF_IPv6_ADDRES… in test_pxTCPSocketLookup_IPv6_IPv6Socket_NonNullIPv6Address_NonMatchingIPv6Address()
287 …( void ) memcpy( xDestinationAddress.sin_address.xIP_IPv6.ucBytes, xSampleAddress_IPv6_1.ucBytes, … in test_xSend_UDP_Update_IPv6()
291 …>xIPHeader.xDestinationAddress.ucBytes, xDestinationAddress.sin_address.xIP_IPv6.ucBytes, sizeof( … in test_xSend_UDP_Update_IPv6()
292 …ASSERT_EQUAL_MEMORY( xNetworkBuffer.xIPAddress.xIP_IPv6.ucBytes, xDestinationAddress.sin_address.x… in test_xSend_UDP_Update_IPv6()
363 …TEST_ASSERT_EQUAL_MEMORY( xSourceAddress.sin_address.xIP_IPv6.ucBytes, xSampleAddress_IPv6_1.ucByt… in test_xRecv_Update_IPv6_InvalidFrame_ValidSourceAddress()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_Utils_IPv6_ConfigLowTCPMSS/
DFreeRTOS_TCP_Utils_IPv6_ConfigLowTCPMSS_utest.c78 xIPv6_GetIPType_ExpectAndReturn( &( pxSocket->u.xTCP.xRemoteIP.xIP_IPv6 ), eIPv6_Global + 1 ); in test_prvSocketSetMSS_IPV6_LowMSS()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_State_Handling_IPv6/
DFreeRTOS_TCP_State_Handling_IPv6_utest.c408 …TEST_ASSERT_EQUAL_MEMORY( xIPv6Address.ucBytes, pxReturn->u.xTCP.xRemoteIP.xIP_IPv6.ucBytes, ipSIZ… in test_prvHandleListen_IPV6_NewSocketGood()
460 …TEST_ASSERT_EQUAL_MEMORY( xIPv6Address.ucBytes, pxReturn->u.xTCP.xRemoteIP.xIP_IPv6.ucBytes, ipSIZ… in test_prvHandleListen_IPV6_NewSocketGoodValidDataLength()

12