/FreeRTOS-Plus-TCP-v4.0.0/source/ |
D | FreeRTOS_RA.c | 110 if( ( pxEndPoint->ipv6_settings.xIPAddress.ucBytes[ 0 ] == 0xfeU ) && in xGetLinkLocalAddress() 111 ( ( pxEndPoint->ipv6_settings.xIPAddress.ucBytes[ 1 ] & 0xc0U ) == 0x80U ) ) in xGetLinkLocalAddress() 113 …( void ) memcpy( pxAddress->ucBytes, pxEndPoint->ipv6_settings.xIPAddress.ucBytes, ipSIZE_OF_IPv6_… in xGetLinkLocalAddress() 249 …if( memcmp( pxPoint->ipv6_settings.xIPAddress.ucBytes, pxICMPHeader_IPv6->xIPv6Address.ucBytes, ip… in vReceiveNA() 403 … pxEndPoint->ipv6_settings.uxPrefixLength = pxPrefixOption->ucPrefixLength; in vReceiveRA() 404 …( void ) memcpy( pxEndPoint->ipv6_settings.xPrefix.ucBytes, pxPrefixOption->ucPrefix, ipSIZE_OF_IP… in vReceiveRA() 405 …( void ) memcpy( pxEndPoint->ipv6_settings.xGatewayAddress.ucBytes, pxICMPPacket->xIPHeader.xSourc… in vReceiveRA() 455 …( void ) memcpy( &( pxEndPoint->ipv6_settings ), &( pxEndPoint->ipv6_defaults ), sizeof( pxEndPoin… in xRAProcess_HandleWaitStates() 490 iptraceRA_SUCCEDEED( &( pxEndPoint->ipv6_settings.xIPAddress ) ); in xRAProcess_HandleWaitStates() 492 ( void * ) pxEndPoint->ipv6_settings.xIPAddress.ucBytes, in xRAProcess_HandleWaitStates() [all …]
|
D | FreeRTOS_Routing.c | 454 …if( xCompareIPv6_Address( &( pxEndPoint->ipv6_settings.xIPAddress ), pxIPAddress, pxEndPoint->ipv6… in FreeRTOS_FindEndPointOnIP_IPv6() 648 pxEndPoint->ipv6_settings.uxPrefixLength = uxPrefixLength; in FreeRTOS_FillEndPoint_IPv6() 652 …( void ) memcpy( pxEndPoint->ipv6_settings.xGatewayAddress.ucBytes, pxGatewayAddress->ucBytes, ipS… in FreeRTOS_FillEndPoint_IPv6() 657 …( void ) memcpy( pxEndPoint->ipv6_settings.xDNSServerAddresses[ 0 ].ucBytes, pxDNSServerAddress->u… in FreeRTOS_FillEndPoint_IPv6() 662 …( void ) memcpy( pxEndPoint->ipv6_settings.xPrefix.ucBytes, pxNetPrefix->ucBytes, ipSIZE_OF_IPv6_A… in FreeRTOS_FillEndPoint_IPv6() 666 …( void ) memcpy( &( pxEndPoint->ipv6_defaults ), &( pxEndPoint->ipv6_settings ), sizeof( pxEndPoin… in FreeRTOS_FillEndPoint_IPv6() 694 …if( xCompareIPv6_Address( &( pxEndPoint->ipv6_settings.xIPAddress ), pxIPv6Address, pxEndPoint->ip… in FreeRTOS_FindEndPointOnNetMask_IPv6() 795 … IPv6_Type_t xEndpointType = xIPv6_GetIPType( &( pxEndPoint->ipv6_settings.xIPAddress ) ); in pxEasyFit() 801 …if( ( memcmp( pxEndPoint->ipv6_settings.xIPAddress.ucBytes, pxIPAddressTo->xIP_IPv6.ucBytes, ipSIZ… in pxEasyFit() 1052 …if( memcmp( FreeRTOS_in6addr_any.ucBytes, pxEndPoint->ipv6_settings.xGatewayAddress.ucBytes, ipSIZ… in FreeRTOS_FindGateWay() [all …]
|
D | FreeRTOS_ND.c | 128 IPv6_Type_t eType = xIPv6_GetIPType( &( pxEndPoint->ipv6_settings.xIPAddress ) ); in pxFindLocalEndpoint() 223 ( void * ) pxEndPoint->ipv6_settings.xIPAddress.ucBytes ) ); in eNDGetCacheEntry() 233 … IPv6_Type_t eMyType = xIPv6_GetIPType( &( pxEndPoint->ipv6_settings.xIPAddress ) ); in eNDGetCacheEntry() 251 …( void ) memcpy( pxIPAddress->ucBytes, pxEndPoint->ipv6_settings.xGatewayAddress.ucBytes, ipSIZE_O… in eNDGetCacheEntry() 253 …rintf( ( "eNDGetCacheEntry: From addr %pip\n", ( void * ) pxEndPoint->ipv6_settings.xIPAddress.ucB… in eNDGetCacheEntry() 260 …DGetCacheEntry: found end-point %pip\n", ( void * ) ( *ppxEndPoint )->ipv6_settings.xIPAddress.ucB… in eNDGetCacheEntry() 529 …( void ) memcpy( pxICMPPacket->xIPHeader.xSourceAddress.ucBytes, pxEndPoint->ipv6_settings.xIPAddr… in prvReturnICMP_IPv6() 623 …) memcpy( pxICMPPacket->xIPHeader.xSourceAddress.ucBytes, pxEndPoint->ipv6_settings.xIPAddress.ucB… in vNDSendNeighbourSolicitation() 709 …BaseType_t xGot = ( xIPv6_GetIPType( &( pxEndPoint->ipv6_settings.xIPAddress ) ) == eIPv6_Global )… in FreeRTOS_SendPingRequestIPv6() 763 …) memcpy( pxICMPPacket->xIPHeader.xSourceAddress.ucBytes, pxEndPoint->ipv6_settings.xIPAddress.ucB… in FreeRTOS_SendPingRequestIPv6() [all …]
|
D | FreeRTOS_DHCPv6.c | 77 #define EP_IPv6_SETTINGS pxEndPoint->ipv6_settings 484 …pxEndPoint->ipv6_settings.uxPrefixLength = pxDHCPMessage->ucprefixLength; … in vDHCPv6ProcessEndPoint_HandleReply() 485 …( void ) memcpy( pxEndPoint->ipv6_settings.xIPAddress.ucBytes, pxDHCPMessage->xIPAddress.xIP_IPv6.… in vDHCPv6ProcessEndPoint_HandleReply() 486 …( void ) memcpy( pxEndPoint->ipv6_settings.xPrefix.ucBytes, pxDHCPMessage->xPrefixAddress.xIP_IPv6… in vDHCPv6ProcessEndPoint_HandleReply() 491 …( void ) memcpy( pxEndPoint->ipv6_settings.xDNSServerAddresses[ uxDNSIndex ].ucBytes, pxDHCPMessag… in vDHCPv6ProcessEndPoint_HandleReply() 563 …( void ) memcpy( &( pxEndPoint->ipv6_settings ), &( pxEndPoint->ipv6_defaults ), sizeof( pxEndPoin… in xDHCPv6ProcessEndPoint_HandleAdvertise() 632 …( void ) memcpy( &( pxEndPoint->ipv6_settings ), &( pxEndPoint->ipv6_defaults ), sizeof( pxEndPoin… in xDHCPv6ProcessEndPoint_HandleState() 1047 uint8_t ucPrefixLength = ( uint8_t ) pxEndPoint->ipv6_settings.uxPrefixLength; in prvSendDHCPMessage() 1054 …vBitConfig_write_uc( &( xMessage ), pxEndPoint->ipv6_settings.xPrefix.ucBytes, ipSIZE_OF_IPv6_ADDR… in prvSendDHCPMessage()
|
D | FreeRTOS_DNS.c | 732 uint8_t ucIndex = pxEndPoint->ipv6_settings.ucDNSIndex; in prvIncreaseDNS6Index() 744 … if( ( pxEndPoint->ipv6_settings.xDNSServerAddresses[ ucIndex ].ucBytes[ 0 ] != 0U ) || in prvIncreaseDNS6Index() 752 pxEndPoint->ipv6_settings.ucDNSIndex = ucIndex; in prvIncreaseDNS6Index() 1029 uint8_t ucIndex = pxEndPoint->ipv6_settings.ucDNSIndex; in prvFillSockAddress() 1031 … const uint8_t * ucBytes = pxEndPoint->ipv6_settings.xDNSServerAddresses[ ucIndex ].ucBytes; in prvFillSockAddress() 1039 … pxEndPoint->ipv6_settings.xDNSServerAddresses[ ucIndex ].ucBytes, in prvFillSockAddress()
|
D | FreeRTOS_TCP_State_Handling_IPv6.c | 95 …->xIPHeader.xDestinationAddress.ucBytes, pxNetworkBuffer->pxEndPoint->ipv6_settings.xIPAddress.ucB… in prvHandleListen_IPV6()
|
D | FreeRTOS_IPv6.c | 294 …( memcmp( pxIPv6Header->xSourceAddress.ucBytes, pxEndPoint->ipv6_settings.xIPAddress.ucBytes, size… in xIsIPv6Loopback() 474 …memcmp( pxDestinationIPAddress->ucBytes, pxNetworkBuffer->pxEndPoint->ipv6_settings.xIPAddress.ucB… in prvAllowIPPacketIPv6()
|
D | FreeRTOS_UDP_IPv6.c | 105 … IPv6_Type_t eEndpointType = xIPv6_GetIPType( &( pxEndPoint->ipv6_settings.xIPAddress ) ); in pxGetEndpoint() 293 pxNetworkBuffer->pxEndPoint->ipv6_settings.xIPAddress.ucBytes, in vProcessGeneratedUDPPacket_IPv6()
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_DHCPv6/ |
D | FreeRTOS_DHCPv6_utest.c | 1413 … memcpy( xEndPoint.ipv6_settings.xIPAddress.ucBytes, xIPAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_vDHCPv6Process_ResetFromLease() 1449 … memcpy( xEndPoint.ipv6_settings.xIPAddress.ucBytes, xIPAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_vDHCPv6Process_ResetDifferentState() 1483 …memcpy( xEndPoint.ipv6_settings.xPrefix.ucBytes, &xDefaultNetPrefix.ucBytes, sizeof( IPv6_Address_… in test_vDHCPv6Process_SolicitationHappyPath() 1484 xEndPoint.ipv6_settings.uxPrefixLength = 64; in test_vDHCPv6Process_SolicitationHappyPath() 1524 …memcpy( xEndPoint.ipv6_settings.xPrefix.ucBytes, &xDefaultNetPrefix.ucBytes, sizeof( IPv6_Address_… in test_vDHCPv6Process_SolicitationDifferentState() 1525 xEndPoint.ipv6_settings.uxPrefixLength = 64; in test_vDHCPv6Process_SolicitationDifferentState() 1556 …memcpy( xEndPoint.ipv6_settings.xPrefix.ucBytes, &xDefaultNetPrefix.ucBytes, sizeof( IPv6_Address_… in test_vDHCPv6Process_AdvertiseHappyPath() 1557 xEndPoint.ipv6_settings.uxPrefixLength = 64; in test_vDHCPv6Process_AdvertiseHappyPath() 1604 …memcpy( xEndPoint.ipv6_settings.xPrefix.ucBytes, &xDefaultNetPrefix.ucBytes, sizeof( IPv6_Address_… in test_vDHCPv6Process_AdvertiseIATA() 1605 xEndPoint.ipv6_settings.uxPrefixLength = 64; in test_vDHCPv6Process_AdvertiseIATA() [all …]
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing/ |
D | FreeRTOS_Routing_utest.c | 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() 1487 xEndPoint.ipv6_settings.uxPrefixLength = 64; in test_FreeRTOS_FindEndPointOnIP_IPv6_HappyPath() 1491 …Address_ExpectAndReturn( &( xEndPoint.ipv6_settings.xIPAddress ), &xDefaultIPAddress_IPv6, xEndPoi… in test_FreeRTOS_FindEndPointOnIP_IPv6_HappyPath() 1518 …memcpy( xEndPoint[ 0 ].ipv6_settings.xIPAddress.ucBytes, &xDefaultIPAddress_IPv6.ucBytes, sizeof( … in test_FreeRTOS_FindEndPointOnIP_IPv6_MultipleEndpoints() 1520 xEndPoint[ 0 ].ipv6_settings.uxPrefixLength = 64; in test_FreeRTOS_FindEndPointOnIP_IPv6_MultipleEndpoints() 1524 …memcpy( xEndPoint[ 1 ].ipv6_settings.xIPAddress.ucBytes, &xDefaultGatewayAddress_IPv6.ucBytes, siz… in test_FreeRTOS_FindEndPointOnIP_IPv6_MultipleEndpoints() 1526 xEndPoint[ 1 ].ipv6_settings.uxPrefixLength = 64; in test_FreeRTOS_FindEndPointOnIP_IPv6_MultipleEndpoints() 1529 …_ExpectAndReturn( &( xEndPoint[ 0 ].ipv6_settings.xIPAddress ), &xDefaultIPAddress_IPv6, xEndPoint… in test_FreeRTOS_FindEndPointOnIP_IPv6_MultipleEndpoints() 1533 …pectAndReturn( &( xEndPoint[ 0 ].ipv6_settings.xIPAddress ), &xDefaultGatewayAddress_IPv6, xEndPoi… in test_FreeRTOS_FindEndPointOnIP_IPv6_MultipleEndpoints() [all …]
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_State_Handling_IPv6/ |
D | FreeRTOS_TCP_State_Handling_IPv6_utest.c | 142 …memcpy( pxEndPoint->ipv6_settings.xIPAddress.ucBytes, xDifferentIPv6Address.ucBytes, ipSIZE_OF_IPv… in test_prvHandleListen_IPV6_DifferentIP() 167 …memcpy( pxEndPoint->ipv6_settings.xIPAddress.ucBytes, xIPv6Address.ucBytes, ipSIZE_OF_IPv6_ADDRESS… in test_prvHandleListen_IPV6_GetRandomFail() 195 …memcpy( pxEndPoint->ipv6_settings.xIPAddress.ucBytes, xIPv6Address.ucBytes, ipSIZE_OF_IPv6_ADDRESS… in test_prvHandleListen_IPV6_ReuseSocket() 232 …memcpy( pxEndPoint->ipv6_settings.xIPAddress.ucBytes, xIPv6Address.ucBytes, ipSIZE_OF_IPv6_ADDRESS… in test_prvHandleListen_IPV6_NewSocketExceedLimit() 267 …memcpy( pxEndPoint->ipv6_settings.xIPAddress.ucBytes, xIPv6Address.ucBytes, ipSIZE_OF_IPv6_ADDRESS… in test_prvHandleListen_IPV6_NewSocketNull() 303 …memcpy( pxEndPoint->ipv6_settings.xIPAddress.ucBytes, xIPv6Address.ucBytes, ipSIZE_OF_IPv6_ADDRESS… in test_prvHandleListen_IPV6_NewSocketInvalid() 340 …memcpy( pxEndPoint->ipv6_settings.xIPAddress.ucBytes, xIPv6Address.ucBytes, ipSIZE_OF_IPv6_ADDRESS… in test_prvHandleListen_IPV6_NewSocketCopyFailure() 383 …memcpy( pxEndPoint->ipv6_settings.xIPAddress.ucBytes, xIPv6Address.ucBytes, ipSIZE_OF_IPv6_ADDRESS… in test_prvHandleListen_IPV6_NewSocketGood() 435 …memcpy( pxEndPoint->ipv6_settings.xIPAddress.ucBytes, xIPv6Address.ucBytes, ipSIZE_OF_IPv6_ADDRESS… in test_prvHandleListen_IPV6_NewSocketGoodValidDataLength()
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_DNS/ |
D | FreeRTOS_DNS_utest.c | 1055 xEndPoint[ 1 ].ipv6_settings.ucDNSIndex = 0; in test_FreeRTOS_getaddrinfo_a_IPv6Random_BindFailWithDot() 1056 xEndPoint[ 1 ].ipv6_settings.xDNSServerAddresses[ 0 ].ucBytes[ 0 ] = 0U; in test_FreeRTOS_getaddrinfo_a_IPv6Random_BindFailWithDot() 1057 xEndPoint[ 1 ].ipv6_settings.xDNSServerAddresses[ 0 ].ucBytes[ 1 ] = 1U; in test_FreeRTOS_getaddrinfo_a_IPv6Random_BindFailWithDot() 1060 xEndPoint[ 2 ].ipv6_settings.ucDNSIndex = 0; in test_FreeRTOS_getaddrinfo_a_IPv6Random_BindFailWithDot() 1061 xEndPoint[ 2 ].ipv6_settings.xDNSServerAddresses[ 0 ].ucBytes[ 0 ] = 1U; in test_FreeRTOS_getaddrinfo_a_IPv6Random_BindFailWithDot() 1062 xEndPoint[ 2 ].ipv6_settings.xDNSServerAddresses[ 0 ].ucBytes[ 1 ] = 0U; in test_FreeRTOS_getaddrinfo_a_IPv6Random_BindFailWithDot() 1065 xEndPoint[ 3 ].ipv6_settings.ucDNSIndex = 0; in test_FreeRTOS_getaddrinfo_a_IPv6Random_BindFailWithDot() 1066 xEndPoint[ 3 ].ipv6_settings.xDNSServerAddresses[ 0 ].ucBytes[ 0 ] = 0U; in test_FreeRTOS_getaddrinfo_a_IPv6Random_BindFailWithDot() 1067 xEndPoint[ 3 ].ipv6_settings.xDNSServerAddresses[ 0 ].ucBytes[ 1 ] = 0U; in test_FreeRTOS_getaddrinfo_a_IPv6Random_BindFailWithDot() 1070 xEndPoint[ 4 ].ipv6_settings.ucDNSIndex = 0; in test_FreeRTOS_getaddrinfo_a_IPv6Random_BindFailWithDot() [all …]
|
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/ |
D | plus_tcp_demo_cli.c | 329 …if( memcmp( pxEndpoint->ipv6_settings.xGatewayAddress.ucBytes, pxAddress->ucBytes, ipSIZE_OF_IPv6_… in pxFindEndpoint() 898 …FreeRTOS_printf( ( "IPv6: %pip on '%s'\n", pxEndPoint->ipv6_settings.xIPAddress.ucBytes, pxEndPoin… in handle_whatismyipaddress() 943 …if( memcmp( pxEndPoint->ipv6_settings.xGatewayAddress.ucBytes, FreeRTOS_in6addr_any.ucBytes, ipSIZ… in handle_gw() 945 …FreeRTOS_printf( ( "IPv6: %pip on '%s'\n", pxEndPoint->ipv6_settings.xGatewayAddress.ucBytes, pxEn… in handle_gw() 1593 …S_CreateIPv6Address( &( xPrefix ), &( pxEndPoint->ipv6_settings.xIPAddress ), pxEndPoint->ipv6_set… in showEndPoint() 1595 … FreeRTOS_printf( ( "IP-address : %pip\n", pxEndPoint->ipv6_settings.xIPAddress.ucBytes ) ); in showEndPoint() 1597 …if( memcmp( pxEndPoint->ipv6_defaults.xIPAddress.ucBytes, pxEndPoint->ipv6_settings.xIPAddress.ucB… in showEndPoint() 1603 …ntf( ( "Prefix : %pip/%d\n", xPrefix.ucBytes, ( int ) pxEndPoint->ipv6_settings.uxPrefixLength… in showEndPoint() 1604 … FreeRTOS_printf( ( "GW : %pip\n", pxEndPoint->ipv6_settings.xGatewayAddress.ucBytes ) ); in showEndPoint() 1608 …FreeRTOS_printf( ( "DNS-%u : %pip\n", uxDNSIndex, pxEndPoint->ipv6_settings.xDNSServerAddress… in showEndPoint()
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_RA/ |
D | FreeRTOS_RA_utest.c | 141 memset( &xEndPoint.ipv6_settings, 0, sizeof( IPV6Parameters_t ) ); in test_vNDSendRouterSolicitation_xHasLocal0() 145 xEndPoint.ipv6_settings.xIPAddress.ucBytes[ 0 ] = 0xfeU; in test_vNDSendRouterSolicitation_xHasLocal0() 181 memset( &xEndPoint.ipv6_settings, 0, sizeof( IPV6Parameters_t ) ); in test_vNDSendRouterSolicitation_xHasLocal1() 185 xEndPoint.ipv6_settings.xIPAddress.ucBytes[ 0 ] = 0xfeU; in test_vNDSendRouterSolicitation_xHasLocal1() 186 xEndPoint.ipv6_settings.xIPAddress.ucBytes[ 1 ] = 0x80U; in test_vNDSendRouterSolicitation_xHasLocal1() 222 memset( &xEndPoint.ipv6_settings, 0, sizeof( IPV6Parameters_t ) ); in test_vNDSendRouterSolicitation_NullDesc() 259 memset( &xEndPoint.ipv6_settings, 0, sizeof( IPV6Parameters_t ) ); in test_vNDSendRouterSolicitation_HappyPath() 372 memset( xEndPoint.ipv6_settings.xIPAddress.ucBytes, 0, ipSIZE_OF_IPv6_ADDRESS ); in test_vReceiveNA_bIPAddressNotInUse3() 432 … memcpy( xEndPoint.ipv6_settings.xIPAddress.ucBytes, xIPAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_vReceiveNA_bIPAddressInUse() 949 TEST_ASSERT_EQUAL( pxEndPoint->ipv6_settings.uxPrefixLength, pxPrefixOption->ucPrefixLength ); in test_vReceiveRA_vRAProcess()
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv6_ConfigDriverCheckChecksum/ |
D | FreeRTOS_IPv6_ConfigDriverCheckChecksum_stubs.c | 65 …memcpy( xEndpoint.ipv6_settings.xIPAddress.ucBytes, xIPAddressFive.ucBytes, ipSIZE_OF_IPv6_ADDRESS… in prvInitializeEndpoint()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Zynq/ |
D | NetworkInterface.c | 293 … ucMACAddress[ 3 ] = pxEndPoint->ipv6_settings.xIPAddress.ucBytes[ 13 ]; in xZynqNetworkInterfaceInitialise() 294 … ucMACAddress[ 4 ] = pxEndPoint->ipv6_settings.xIPAddress.ucBytes[ 14 ]; in xZynqNetworkInterfaceInitialise() 295 … ucMACAddress[ 5 ] = pxEndPoint->ipv6_settings.xIPAddress.ucBytes[ 15 ]; in xZynqNetworkInterfaceInitialise()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAME5x/ |
D | NetworkInterface.c | 557 ucMACAddress[ 3 ] = pxEndPointIter->ipv6_settings.xIPAddress.ucBytes[ 13 ]; in prvGMACInit() 558 ucMACAddress[ 4 ] = pxEndPointIter->ipv6_settings.xIPAddress.ucBytes[ 14 ]; in prvGMACInit() 559 ucMACAddress[ 5 ] = pxEndPointIter->ipv6_settings.xIPAddress.ucBytes[ 15 ]; in prvGMACInit()
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv6_Utils/ |
D | FreeRTOS_IPv6_Utils_stubs.c | 68 …memcpy( xEndpoint.ipv6_settings.xIPAddress.ucBytes, xIPAddressFive.ucBytes, ipSIZE_OF_IPv6_ADDRESS… in prvInitializeEndpoint()
|
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/DNS/DNSgetHostByName_a/ |
D | DNSgetHostByName_a_harness.c | 171 …__CPROVER_assume( pxNetworkEndPoints->ipv6_settings.ucDNSIndex < ipconfigENDPOINT_DNS_ADDRESS_COUN… in harness()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/NXP1060/ |
D | NetworkInterface.c | 925 ucMACAddress[ 3 ] = pxEndPoint->ipv6_settings.xIPAddress.ucBytes[ 13 ]; in xEMACInit() 926 ucMACAddress[ 4 ] = pxEndPoint->ipv6_settings.xIPAddress.ucBytes[ 14 ]; in xEMACInit() 927 ucMACAddress[ 5 ] = pxEndPoint->ipv6_settings.xIPAddress.ucBytes[ 15 ]; in xEMACInit()
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_UDP_IPv6/ |
D | FreeRTOS_UDP_IPv6_stubs.c | 144 …memcpy( xEndpoint.ipv6_settings.xIPAddress.ucBytes, xDefaultIPv6Address.ucBytes, ipSIZE_OF_IPv6_AD… in prvPrepareDefaultIPv6EndPoint()
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv6/ |
D | FreeRTOS_IPv6_stubs.c | 68 …memcpy( xEndpoint.ipv6_settings.xIPAddress.ucBytes, xIPAddressFive.ucBytes, ipSIZE_OF_IPv6_ADDRESS… in prvInitializeEndpoint()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/ |
D | NetworkInterface.c | 391 … ucMACAddress[ 3 ] = pxEndPoint->ipv6_settings.xIPAddress.ucBytes[ 13 ]; in xSTM32H_NetworkInterfaceInitialise() 392 … ucMACAddress[ 4 ] = pxEndPoint->ipv6_settings.xIPAddress.ucBytes[ 14 ]; in xSTM32H_NetworkInterfaceInitialise() 393 … ucMACAddress[ 5 ] = pxEndPoint->ipv6_settings.xIPAddress.ucBytes[ 15 ]; in xSTM32H_NetworkInterfaceInitialise()
|
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/DNS/DNSgetHostByName/ |
D | DNSgetHostByName_harness.c | 219 …__CPROVER_assume( pxNetworkEndPoints->ipv6_settings.ucDNSIndex < ipconfigENDPOINT_DNS_ADDRESS_COUN… in harness()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/DriverSAM/ |
D | NetworkInterface.c | 732 ucMACAddress[ 3 ] = pxEndPoint->ipv6_settings.xIPAddress.ucBytes[ 13 ]; in prvGMACInit() 733 ucMACAddress[ 4 ] = pxEndPoint->ipv6_settings.xIPAddress.ucBytes[ 14 ]; in prvGMACInit() 734 ucMACAddress[ 5 ] = pxEndPoint->ipv6_settings.xIPAddress.ucBytes[ 15 ]; in prvGMACInit()
|