Home
last modified time | relevance | path

Searched refs:FreeRTOS_SetEndPointConfiguration (Results 1 – 4 of 4) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_IP.h361 void FreeRTOS_SetEndPointConfiguration( const uint32_t * pulIPAddress,
/FreeRTOS-Plus-TCP-v4.0.0/
DGettingStarted.md29 - New API: FreeRTOS_GetEndPointConfiguration/FreeRTOS_SetEndPointConfiguration
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_IP.c1140 void FreeRTOS_SetEndPointConfiguration( const uint32_t * pulIPAddress, in FreeRTOS_SetEndPointConfiguration() function
1198 FreeRTOS_SetEndPointConfiguration( pulIPAddress, pulNetMask, in FreeRTOS_SetAddressConfiguration()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP/
DFreeRTOS_IP_utest.c3616FreeRTOS_SetEndPointConfiguration( &ulIPAddress, &ulNetMask, &ulGatewayAddress, &ulDNSServerAddres… in test_FreeRTOS_SetEndPointConfiguration_AllSettings()
3633 FreeRTOS_SetEndPointConfiguration( NULL, NULL, NULL, NULL, &xEndPoint ); in test_FreeRTOS_SetEndPointConfiguration_AllNull()
3651FreeRTOS_SetEndPointConfiguration( &ulIPAddress, &ulNetMask, &ulGatewayAddress, &ulDNSServerAddres… in test_FreeRTOS_SetEndPointConfiguration_IPv6Endpoint()
3664 FreeRTOS_SetEndPointConfiguration( NULL, NULL, NULL, NULL, NULL ); in test_FreeRTOS_SetEndPointConfiguration_NullEndpoint()