Searched refs:xGatewayAddress (Results 1 – 7 of 7) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/source/include/ |
HD | FreeRTOS_Routing.h | 104 IPv6_Address_t xGatewayAddress; /* Gateway to the web. */ member
|
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/ |
HD | plus_tcp_demo_cli.c | 329 …if( memcmp( pxEndpoint->ipv6_settings.xGatewayAddress.ucBytes, pxAddress->ucBytes, ipSIZE_OF_IPv6_… in pxFindEndpoint() 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() 1604 … FreeRTOS_printf( ( "GW : %pip\n", pxEndPoint->ipv6_settings.xGatewayAddress.ucBytes ) ); in showEndPoint()
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing/ |
HD | FreeRTOS_Routing_utest.c | 355 …TEST_ASSERT_EQUAL_MEMORY( &xDefaultGatewayAddress_IPv6, xEndPoint.ipv6_defaults.xGatewayAddress.uc… in test_FreeRTOS_FillEndPoint_IPv6_HappyPath() 543 …L_MEMORY( &xDefaultGatewayAddress_IPv6, xEndPoint[ 0 ].ipv6_defaults.xGatewayAddress.ucBytes, ipSI… in test_FreeRTOS_FillEndPoint_IPv6_MultipleEndpoints() 562 …L_MEMORY( &xDefaultGatewayAddress_IPv6, xEndPoint[ 1 ].ipv6_defaults.xGatewayAddress.ucBytes, ipSI… in test_FreeRTOS_FillEndPoint_IPv6_MultipleEndpoints() 581 …L_MEMORY( &xDefaultGatewayAddress_IPv6, xEndPoint[ 2 ].ipv6_defaults.xGatewayAddress.ucBytes, ipSI… in test_FreeRTOS_FillEndPoint_IPv6_MultipleEndpoints() 623 …TEST_ASSERT_EQUAL_MEMORY( &xDefaultGatewayAddress_IPv6, xEndPoint.ipv6_defaults.xGatewayAddress.uc… in test_FreeRTOS_FillEndPoint_IPv6_SameEndpoint() 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()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/ |
HD | FreeRTOS_Routing.c | 652 …( void ) memcpy( pxEndPoint->ipv6_settings.xGatewayAddress.ucBytes, pxGatewayAddress->ucBytes, ipS… in FreeRTOS_FillEndPoint_IPv6() 1052 …if( memcmp( FreeRTOS_in6addr_any.ucBytes, pxEndPoint->ipv6_settings.xGatewayAddress.ucBytes, ipSIZ… in FreeRTOS_FindGateWay()
|
HD | FreeRTOS_RA.c | 405 …( void ) memcpy( pxEndPoint->ipv6_settings.xGatewayAddress.ucBytes, pxICMPPacket->xIPHeader.xSourc… in vReceiveRA()
|
HD | FreeRTOS_ND.c | 251 …( void ) memcpy( pxIPAddress->ucBytes, pxEndPoint->ipv6_settings.xGatewayAddress.ucBytes, ipSIZE_O… in eNDGetCacheEntry()
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_ND/ |
HD | FreeRTOS_ND_utest.c | 399 …( void ) memcpy( xEndPoint1.ipv6_settings.xGatewayAddress.ucBytes, xGatewayIPAddress.ucBytes, ipSI… in test_eNDGetCacheEntry_NDCacheLookupHit_Gateway()
|