Home
last modified time | relevance | path

Searched refs:ipSIZE_OF_IPv6_ADDRESS (Results 1 – 25 of 42) sorted by relevance

12

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_State_Handling_IPv6/
DFreeRTOS_TCP_State_Handling_IPv6_utest.c141 …pxTCPPacket->xIPHeader.xDestinationAddress.ucBytes, xIPv6Address.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvHandleListen_IPV6_DifferentIP()
142 …ndPoint->ipv6_settings.xIPAddress.ucBytes, xDifferentIPv6Address.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvHandleListen_IPV6_DifferentIP()
166 …pxTCPPacket->xIPHeader.xDestinationAddress.ucBytes, xIPv6Address.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvHandleListen_IPV6_GetRandomFail()
167 …mcpy( pxEndPoint->ipv6_settings.xIPAddress.ucBytes, xIPv6Address.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvHandleListen_IPV6_GetRandomFail()
194 …pxTCPPacket->xIPHeader.xDestinationAddress.ucBytes, xIPv6Address.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvHandleListen_IPV6_ReuseSocket()
195 …mcpy( pxEndPoint->ipv6_settings.xIPAddress.ucBytes, xIPv6Address.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvHandleListen_IPV6_ReuseSocket()
231 …pxTCPPacket->xIPHeader.xDestinationAddress.ucBytes, xIPv6Address.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvHandleListen_IPV6_NewSocketExceedLimit()
232 …mcpy( pxEndPoint->ipv6_settings.xIPAddress.ucBytes, xIPv6Address.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvHandleListen_IPV6_NewSocketExceedLimit()
266 …pxTCPPacket->xIPHeader.xDestinationAddress.ucBytes, xIPv6Address.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvHandleListen_IPV6_NewSocketNull()
267 …mcpy( pxEndPoint->ipv6_settings.xIPAddress.ucBytes, xIPv6Address.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvHandleListen_IPV6_NewSocketNull()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets_IPv6/
DFreeRTOS_Sockets_IPv6_utest.c232 …xSocket.u.xTCP.xRemoteIP.xIP_IPv6.ucBytes, xSampleAddress_IPv6_1.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_pxTCPSocketLookup_IPv6_IPv6Socket_NonNullIPv6Address_MatchingIPv6Address()
234 …cpy( xAddress.xIPAddress.xIP_IPv6.ucBytes, xSampleAddress_IPv6_1.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_pxTCPSocketLookup_IPv6_IPv6Socket_NonNullIPv6Address_MatchingIPv6Address()
254 …xSocket.u.xTCP.xRemoteIP.xIP_IPv6.ucBytes, xSampleAddress_IPv6_2.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_pxTCPSocketLookup_IPv6_IPv6Socket_NonNullIPv6Address_NonMatchingIPv6Address()
256 …cpy( xAddress.xIPAddress.xIP_IPv6.ucBytes, xSampleAddress_IPv6_1.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_pxTCPSocketLookup_IPv6_IPv6Socket_NonNullIPv6Address_NonMatchingIPv6Address()
932 uint8_t uIPv6Address[ ipSIZE_OF_IPv6_ADDRESS ] = { 0 }; in test_prv_inet_pton6_add_nibble_InvalidHexChar_ValidDigit()
937 xSet.xHighestIndex = ipSIZE_OF_IPv6_ADDRESS - 2; in test_prv_inet_pton6_add_nibble_InvalidHexChar_ValidDigit()
958 BaseType_t xReturn, xTargetIndex = ipSIZE_OF_IPv6_ADDRESS - 1; in test_prv_inet_pton6_add_nibble_InvalidHexChar_ValidDigit_BufferOverflow()
959 uint8_t uIPv6Address[ ipSIZE_OF_IPv6_ADDRESS ] = { 0 }; in test_prv_inet_pton6_add_nibble_InvalidHexChar_ValidDigit_BufferOverflow()
964 xSet.xHighestIndex = ipSIZE_OF_IPv6_ADDRESS - 2; in test_prv_inet_pton6_add_nibble_InvalidHexChar_ValidDigit_BufferOverflow()
981 uint8_t uIPv6Address[ ipSIZE_OF_IPv6_ADDRESS ] = { 0 }; in test_prv_inet_pton6_add_nibble_InvalidHexChar_InValidDigit()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_ND/
DFreeRTOS_ND_utest.c118 ( void ) memcpy( xIPAddress.ucBytes, xMultiCastIPAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_eNDGetCacheEntry_MulticastEndPoint()
144 ( void ) memcpy( xIPAddress.ucBytes, xMultiCastIPAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_eNDGetCacheEntry_Multicast_ValidEndPoint()
171 ( void ) memcpy( xIPAddress.ucBytes, xMultiCastIPAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_eNDGetCacheEntry_Multicast_InvalidEndPoint()
197 …cpy( xNDCache[ xUseEntry ].xIPAddress.ucBytes, xDefaultIPAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_eNDGetCacheEntry_NDCacheLookupHit_InvalidEndPoint()
199 ( void ) memcpy( xIPAddress.ucBytes, xDefaultIPAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_eNDGetCacheEntry_NDCacheLookupHit_InvalidEndPoint()
227 …cpy( xNDCache[ xUseEntry ].xIPAddress.ucBytes, xDefaultIPAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_eNDGetCacheEntry_NDCacheLookupHit_ValidEndPoint()
229 ( void ) memcpy( xIPAddress.ucBytes, xDefaultIPAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_eNDGetCacheEntry_NDCacheLookupHit_ValidEndPoint()
258 ( void ) memcpy( xIPAddress.ucBytes, xDefaultIPAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_eNDGetCacheEntry_NDCacheLookupMiss_InvalidEntry()
285 ( void ) memcpy( xIPAddress.ucBytes, xDefaultIPAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_eNDGetCacheEntry_NDCacheLookupMiss_InvalidEntry2()
312 ( void ) memcpy( xIPAddress.ucBytes, xDefaultIPAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_eNDGetCacheEntry_NDCacheLookupMiss_NoEntry()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_IPv6_Sockets.c71 …xRemoteIP.xIP_IPv6.ucBytes, pxAddress->xIPAddress.xIP_IPv6.ucBytes, ipSIZE_OF_IPv6_ADDRESS ) == 0 ) in pxTCPSocketLookup_IPv6()
116 …ationAddress.ucBytes, pxDestinationAddress->sin_address.xIP_IPv6.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in xSend_UDP_Update_IPv6()
117 …ess.xIP_IPv6.ucBytes, pxDestinationAddress->sin_address.xIP_IPv6.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in xSend_UDP_Update_IPv6()
145 ipSIZE_OF_IPv6_ADDRESS ); in xRecv_Update_IPv6()
538 const BaseType_t xTopIndex = ( BaseType_t ) ipSIZE_OF_IPv6_ADDRESS; in prv_inet_pton6_set_zeros()
552 pxSet->xTargetIndex = ( BaseType_t ) ipSIZE_OF_IPv6_ADDRESS; in prv_inet_pton6_set_zeros()
578 ( void ) memset( xSet.pucTarget, 0, ipSIZE_OF_IPv6_ADDRESS ); in FreeRTOS_inet_pton6()
595 xSet.xHighestIndex = ( BaseType_t ) ipSIZE_OF_IPv6_ADDRESS; in FreeRTOS_inet_pton6()
642 if( xSet.xTargetIndex == ( BaseType_t ) ipSIZE_OF_IPv6_ADDRESS ) in FreeRTOS_inet_pton6()
651 ( void ) memset( xSet.pucTarget, 0, ipSIZE_OF_IPv6_ADDRESS ); in FreeRTOS_inet_pton6()
DFreeRTOS_ND.c80 …static const uint8_t pcLOCAL_ALL_NODES_MULTICAST_IP[ ipSIZE_OF_IPv6_ADDRESS ] = { 0xff, 0x02, 0x00…
251 … pxIPAddress->ucBytes, pxEndPoint->ipv6_settings.xGatewayAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in eNDGetCacheEntry()
299 …if( memcmp( xNDCache[ x ].xIPAddress.ucBytes, pxIPAddress->ucBytes, ipSIZE_OF_IPv6_ADDRESS ) == 0 ) in vNDRefreshCacheEntry()
319 …memcpy( xNDCache[ xEntryFound ].xIPAddress.ucBytes, pxIPAddress->ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in vNDRefreshCacheEntry()
433 …mcmp( xNDCache[ x ].xIPAddress.ucBytes, pxAddressToLookup->ucBytes, ipSIZE_OF_IPv6_ADDRESS ) == 0 ) in prvNDCacheLookup()
528 …stinationAddress.ucBytes, pxICMPPacket->xIPHeader.xSourceAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in prvReturnICMP_IPv6()
529 …der.xSourceAddress.ucBytes, pxEndPoint->ipv6_settings.xIPAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in prvReturnICMP_IPv6()
623 …der.xSourceAddress.ucBytes, pxEndPoint->ipv6_settings.xIPAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in vNDSendNeighbourSolicitation()
634 …PPacket->xIPHeader.xDestinationAddress.ucBytes, xTargetIPAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in vNDSendNeighbourSolicitation()
639 … ) memcpy( pxICMPHeader_IPv6->xIPv6Address.ucBytes, pxIPAddress->ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in vNDSendNeighbourSolicitation()
[all …]
DFreeRTOS_TCP_Transmission_IPv6.c194 …xDestinationAddress.ucBytes, pxSocket->u.xTCP.xRemoteIP.xIP_IPv6.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in prvTCPReturnPacket_IPV6()
195 …s.ucBytes, pxNetworkBuffer->pxEndPoint->ipv6_settings.xIPAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in prvTCPReturnPacket_IPV6()
204 … ) memcpy( xTempAddress.ucBytes, pxIPHeader->xDestinationAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in prvTCPReturnPacket_IPV6()
205 …PHeader->xDestinationAddress.ucBytes, pxIPHeader->xSourceAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in prvTCPReturnPacket_IPV6()
206 … void ) memcpy( pxIPHeader->xSourceAddress.ucBytes, xTempAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in prvTCPReturnPacket_IPV6()
232 …( xDestinationIPAddress.ucBytes, pxIPHeader->xDestinationAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in prvTCPReturnPacket_IPV6()
291 …PHeader->xSourceAddress.ucBytes, pxIPHeader->xDestinationAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in prvTCPReturnPacket_IPV6()
336 ( void ) memset( xRemoteIP.xIP_IPv6.ucBytes, 0, ipSIZE_OF_IPv6_ADDRESS ); in prvTCPPrepareConnect_IPV6()
337 … xRemoteIP.xIP_IPv6.ucBytes, pxSocket->u.xTCP.xRemoteIP.xIP_IPv6.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in prvTCPPrepareConnect_IPV6()
DFreeRTOS_RA.c113 …memcpy( pxAddress->ucBytes, pxEndPoint->ipv6_settings.xIPAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in xGetLinkLocalAddress()
151 ( void ) memset( xSourceAddress.ucBytes, 0, ipSIZE_OF_IPv6_ADDRESS ); in vNDSendRouterSolicitation()
193 …( pxICMPPacket->xIPHeader.xSourceAddress.ucBytes, xSourceAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in vNDSendRouterSolicitation()
195 …xICMPPacket->xIPHeader.xDestinationAddress.ucBytes, pxIPAddress->ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in vNDSendRouterSolicitation()
249 …ttings.xIPAddress.ucBytes, pxICMPHeader_IPv6->xIPv6Address.ucBytes, ipSIZE_OF_IPv6_ADDRESS ) == 0 ) in vReceiveNA()
404 …cpy( pxEndPoint->ipv6_settings.xPrefix.ucBytes, pxPrefixOption->ucPrefix, ipSIZE_OF_IPv6_ADDRESS ); in vReceiveRA()
405 ….xGatewayAddress.ucBytes, pxICMPPacket->xIPHeader.xSourceAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in vReceiveRA()
DFreeRTOS_Routing.c652 …dPoint->ipv6_settings.xGatewayAddress.ucBytes, pxGatewayAddress->ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in FreeRTOS_FillEndPoint_IPv6()
657 …6_settings.xDNSServerAddresses[ 0 ].ucBytes, pxDNSServerAddress->ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in FreeRTOS_FillEndPoint_IPv6()
662 … memcpy( pxEndPoint->ipv6_settings.xPrefix.ucBytes, pxNetPrefix->ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in FreeRTOS_FillEndPoint_IPv6()
668 …mcpy( pxEndPoint->ipv6_defaults.xIPAddress.ucBytes, pxIPAddress->ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in FreeRTOS_FillEndPoint_IPv6()
801 …pv6_settings.xIPAddress.ucBytes, pxIPAddressTo->xIP_IPv6.ucBytes, ipSIZE_OF_IPv6_ADDRESS ) == 0 ) ) 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 …From.xIP_IPv6.ucBytes, pxIPPacket_IPv6->xIPHeader.xSourceAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in FreeRTOS_MatchingEndpoint()
956 …xIP_IPv6.ucBytes, pxIPPacket_IPv6->xIPHeader.xDestinationAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in FreeRTOS_MatchingEndpoint()
1052 …ddr_any.ucBytes, pxEndPoint->ipv6_settings.xGatewayAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ) != 0 ) in FreeRTOS_FindGateWay()
DFreeRTOS_DHCPv6.c410 …ETTINGS.xIPAddress.ucBytes, pxEndPoint->ipv6_defaults.xIPAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in vDHCPv6Process()
485 …_settings.xIPAddress.ucBytes, pxDHCPMessage->xIPAddress.xIP_IPv6.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in vDHCPv6ProcessEndPoint_HandleReply()
486 …xPrefix.ucBytes, pxDHCPMessage->xPrefixAddress.xIP_IPv6.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); /* The … in vDHCPv6ProcessEndPoint_HandleReply()
491 …dex ].ucBytes, pxDHCPMessage->xDNSServers[ uxDNSIndex ].xIP_IPv6.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in vDHCPv6ProcessEndPoint_HandleReply()
800 …ETTINGS.xIPAddress.ucBytes, pxEndPoint->ipv6_defaults.xIPAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in vDHCPv6ProcessEndPoint()
1054 …te_uc( &( xMessage ), pxEndPoint->ipv6_settings.xPrefix.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); /* 2001… in prvSendDHCPMessage()
1158 …BitConfig_read_uc( pxMessage, pxDHCPMessage->xIPAddress.xIP_IPv6.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in prvDHCPv6_subOption()
1168 …onfig_read_uc( pxMessage, pxDHCPMessage->xPrefixAddress.xIP_IPv6.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in prvDHCPv6_subOption()
1336 …( ( pxSet->uxOptionLength == 0U ) || ( ( pxSet->uxOptionLength % ipSIZE_OF_IPv6_ADDRESS ) != 0U ) ) in prvDHCPv6_handleOption()
1343 uDNSCount = pxSet->uxOptionLength / ipSIZE_OF_IPv6_ADDRESS; in prvDHCPv6_handleOption()
[all …]
DFreeRTOS_DNS_Parser.c504 …uxExtraLength = sizeof( LLMNRAnswer_t ) + ipSIZE_OF_IPv6_ADDRESS - sizeof( pxAnswer->ulIPAddress ); in DNS_ParseDNSReply()
571 … vSetField16( pxAnswer, LLMNRAnswer_t, usDataLength, ipSIZE_OF_IPv6_ADDRESS ); in DNS_ParseDNSReply()
572 …( &( pxAnswer->ulIPAddress ), xEndPoint.ipv6_settings.xIPAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in DNS_ParseDNSReply()
575 …usLength = ( int16_t ) ( sizeof( *pxAnswer ) + uxDistance + ipSIZE_OF_IPv6_ADDRESS - sizeof( pxAns… in DNS_ParseDNSReply()
686 pxSet->uxAddressLength = ipSIZE_OF_IPv6_ADDRESS; in parseDNSAnswer()
724 …if( pxSet->uxAddressLength == ipSIZE_OF_IPv6_ADDRESS ) /*No check needed for pxSet->usType as uxAd… in parseDNSAnswer()
728 ipSIZE_OF_IPv6_ADDRESS ); in parseDNSAnswer()
934 …v6->xDestinationAddress.ucBytes, pxIPHeader_IPv6->xSourceAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in prepareReplyDNSMessage()
935 …v6->xSourceAddress.ucBytes, pxEndPoint->ipv6_settings.xIPAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in prepareReplyDNSMessage()
DFreeRTOS_TCP_State_Handling_IPv6.c95 …tes, pxNetworkBuffer->pxEndPoint->ipv6_settings.xIPAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ) == 0 ) in prvHandleListen_IPV6()
183 …xTCP.xRemoteIP.xIP_IPv6.ucBytes, pxIPHeader_IPv6->xSourceAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in prvHandleListen_IPV6()
DFreeRTOS_UDP_IPv6.c294 ipSIZE_OF_IPv6_ADDRESS ); in vProcessGeneratedUDPPacket_IPv6()
495 …ess.xIP_IPv6.ucBytes, pxUDPPacket_IPv6->xIPHeader.xSourceAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in xProcessReceivedUDPPacket_IPv6()
496 …IP_IPv6.ucBytes, pxUDPPacket_IPv6->xIPHeader.xDestinationAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in xProcessReceivedUDPPacket_IPv6()
DFreeRTOS_DNS.c307 pxAddrInfo->ai_addrlen = ipSIZE_OF_IPv6_ADDRESS; in pxNew_AddrInfo()
308 …rInfo->xPrivateStorage.sockaddr.sin_address.xIP_IPv6.ucBytes, pucAddress, ipSIZE_OF_IPv6_ADDRESS ); in pxNew_AddrInfo()
909 ipSIZE_OF_IPv6_ADDRESS ); in prvFillSockAddress()
946 ipSIZE_OF_IPv6_ADDRESS ); in prvFillSockAddress()
1040 ipSIZE_OF_IPv6_ADDRESS ); in prvFillSockAddress()
/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()
70 …py( xIPv6Address.xSourceAddress.ucBytes, xIPv6UnspecifiedAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvAllowIPPacketIPv6_SourceUnspecifiedAddress()
86 …IPv6Address.xDestinationAddress.ucBytes, xIPv6UnspecifiedAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvAllowIPPacketIPv6_DestinationUnspecifiedAddress()
87 memcpy( xIPv6Address.xSourceAddress.ucBytes, xIPAddressFive.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvAllowIPPacketIPv6_DestinationUnspecifiedAddress()
121 …pxTCPPacket->xIPHeader.xDestinationAddress.ucBytes, xMCIPAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvAllowIPPacketIPv6_MulticastAddress()
140 …y( pxTCPPacket->xIPHeader.xSourceAddress.ucBytes, xIPAddressFive.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvAllowIPPacketIPv6_LoopbackAddress()
141 …xIPHeader.xDestinationAddress.ucBytes, FreeRTOS_in6addr_loopback.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvAllowIPPacketIPv6_LoopbackAddress()
182 …xIPHeader.xDestinationAddress.ucBytes, FreeRTOS_in6addr_loopback.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvAllowIPPacketIPv6_LoopbackNotMatchSrc()
281 …mcpy( xEndpoint.ipv6_settings.xIPAddress.ucBytes, xDiffIPAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvAllowIPPacketIPv6_EndpointDifferentAddress()
652 memcpy( xRightAddress.ucBytes, &xIPAddressFive, ipSIZE_OF_IPv6_ADDRESS ); in test_xCompareIPv6_Address_DifferentRegionPrefix4()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets_DiffConfig2/
DFreeRTOS_Sockets_DiffConfig2_GenericAPI_utest.c241 …emcpy( xSocket.xLocalAddress.xIP_IPv6.ucBytes, pxIPv6SrcAddress->ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvSocketProps_UDPv6()
263 …emcpy( xSocket.xLocalAddress.xIP_IPv6.ucBytes, pxIPv6SrcAddress->ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvSocketProps_TCPv6()
265 …y( xSocket.u.xTCP.xRemoteIP.xIP_IPv6.ucBytes, xIPv6RemoteAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); 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 …y( xServerSocket.u.xTCP.xRemoteIP.xIP_IPv6.ucBytes, xIPv6Address.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_FreeRTOS_accept_ReuseIPv6Socket()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_UDP_IPv6/
DFreeRTOS_UDP_IPv6_stubs.c62 …->xIPHeader.xSourceAddress.ucBytes, pxFrom->sin_address.xIP_IPv6.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in UDPReceiveHandlerChecker()
63 …Header.xDestinationAddress.ucBytes, pxDest->sin_address.xIP_IPv6.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in UDPReceiveHandlerChecker()
144 … xEndpoint.ipv6_settings.xIPAddress.ucBytes, xDefaultIPv6Address.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in prvPrepareDefaultIPv6EndPoint()
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_IPv6.h45 #define ipSIZE_OF_IPv6_ADDRESS 16U macro
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/DHCPv6/DHCPv6HandleOption/
DDHCPv6HandleOption_harness.c49 #define DNS_COUNT ( OPTION_LENGTH / ipSIZE_OF_IPv6_ADDRESS );
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv6_ConfigDriverCheckChecksum/
DFreeRTOS_IPv6_ConfigDriverCheckChecksum_utest.c261 …memcpy( xIPv6Address.xDestinationAddress.ucBytes, xIPAddressFive.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvAllowIPPacketIPv6_source_unspecified_address()
262 …py( xIPv6Address.xSourceAddress.ucBytes, xIPv6UnspecifiedAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvAllowIPPacketIPv6_source_unspecified_address()
DFreeRTOS_IPv6_ConfigDriverCheckChecksum_stubs.c65 …mcpy( xEndpoint.ipv6_settings.xIPAddress.ucBytes, xIPAddressFive.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in prvInitializeEndpoint()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing/
DFreeRTOS_Routing_utest.c352 …ORY( &xDefaultIPAddress_IPv6, xEndPoint.ipv6_defaults.xIPAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_FreeRTOS_FillEndPoint_IPv6_HappyPath()
353 …MEMORY( &xDefaultNetPrefix_IPv6, xEndPoint.ipv6_defaults.xPrefix.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_FreeRTOS_FillEndPoint_IPv6_HappyPath()
355 …aultGatewayAddress_IPv6, xEndPoint.ipv6_defaults.xGatewayAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_FreeRTOS_FillEndPoint_IPv6_HappyPath()
356 …erAddress_IPv6, xEndPoint.ipv6_defaults.xDNSServerAddresses[ 0 ].ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_FreeRTOS_FillEndPoint_IPv6_HappyPath()
500 …ORY( &xDefaultIPAddress_IPv6, xEndPoint.ipv6_defaults.xIPAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_FreeRTOS_FillEndPoint_IPv6_NullGatewayDNSPrefix()
540 …&xDefaultIPAddress_IPv6, xEndPoint[ 0 ].ipv6_defaults.xIPAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_FreeRTOS_FillEndPoint_IPv6_MultipleEndpoints()
541 …Y( &xDefaultNetPrefix_IPv6, xEndPoint[ 0 ].ipv6_defaults.xPrefix.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_FreeRTOS_FillEndPoint_IPv6_MultipleEndpoints()
543 …atewayAddress_IPv6, xEndPoint[ 0 ].ipv6_defaults.xGatewayAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_FreeRTOS_FillEndPoint_IPv6_MultipleEndpoints()
544 …ress_IPv6, xEndPoint[ 0 ].ipv6_defaults.xDNSServerAddresses[ 0 ].ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_FreeRTOS_FillEndPoint_IPv6_MultipleEndpoints()
559 …aultGatewayAddress_IPv6, xEndPoint[ 1 ].ipv6_defaults.xIPAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_FreeRTOS_FillEndPoint_IPv6_MultipleEndpoints()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dplus_tcp_demo_cli.c329 …ndpoint->ipv6_settings.xGatewayAddress.ucBytes, pxAddress->ucBytes, ipSIZE_OF_IPv6_ADDRESS ) == 0 ) in pxFindEndpoint()
586 …( pxBuffer->xIPAddress.xIP_IPv6.ucBytes, xLookupAddress.xIP_IPv6.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in handle_arpq()
943 …pv6_settings.xGatewayAddress.ucBytes, FreeRTOS_in6addr_any.ucBytes, ipSIZE_OF_IPv6_ADDRESS ) != 0 ) in handle_gw()
1045 …ng6IPAddress.ucBytes, pxDNSResult->ai_addr->sin_address.xIP_IPv6.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in handle_ping()
1456 pxResult->ai_addrlen = ipSIZE_OF_IPv6_ADDRESS; in pxDNSLookup()
1457 …vateStorage.sockaddr.sin_address.xIP_IPv6.ucBytes, xAddress_IPv6.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in pxDNSLookup()
1597 …s.xIPAddress.ucBytes, pxEndPoint->ipv6_settings.xIPAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ) != 0 ) in showEndPoint()
DNTPDemo.c276 … memset( xIPAddressFound.sin_address.xIP_IPv6.ucBytes, 0, ipSIZE_OF_IPv6_ADDRESS ); in vDNS_callback()
290 …nd.sin_address.xIP_IPv6.ucBytes, sockaddr6->sin_address.xIP_IPv6.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in vDNS_callback()
615 …ssFound.sin_address.xIP_IPv6.ucBytes, FreeRTOS_in6addr_any.ucBytes, ipSIZE_OF_IPv6_ADDRESS ) != 0 ) in prvNTPTask()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv6_Utils/
DFreeRTOS_IPv6_Utils_stubs.c68 …mcpy( xEndpoint.ipv6_settings.xIPAddress.ucBytes, xIPAddressFive.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in prvInitializeEndpoint()

12