Searched refs:FreeRTOS_SetEndPointConfiguration (Results 1 – 4 of 4) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/source/include/ |
D | FreeRTOS_IP.h | 361 void FreeRTOS_SetEndPointConfiguration( const uint32_t * pulIPAddress,
|
/FreeRTOS-Plus-TCP-v4.0.0/ |
D | GettingStarted.md | 29 - New API: FreeRTOS_GetEndPointConfiguration/FreeRTOS_SetEndPointConfiguration
|
/FreeRTOS-Plus-TCP-v4.0.0/source/ |
D | FreeRTOS_IP.c | 1140 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/ |
D | FreeRTOS_IP_utest.c | 3616 …FreeRTOS_SetEndPointConfiguration( &ulIPAddress, &ulNetMask, &ulGatewayAddress, &ulDNSServerAddres… in test_FreeRTOS_SetEndPointConfiguration_AllSettings() 3633 FreeRTOS_SetEndPointConfiguration( NULL, NULL, NULL, NULL, &xEndPoint ); in test_FreeRTOS_SetEndPointConfiguration_AllNull() 3651 …FreeRTOS_SetEndPointConfiguration( &ulIPAddress, &ulNetMask, &ulGatewayAddress, &ulDNSServerAddres… in test_FreeRTOS_SetEndPointConfiguration_IPv6Endpoint() 3664 FreeRTOS_SetEndPointConfiguration( NULL, NULL, NULL, NULL, NULL ); in test_FreeRTOS_SetEndPointConfiguration_NullEndpoint()
|