Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_IP.h355 void FreeRTOS_GetEndPointConfiguration( 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.c1065 void FreeRTOS_GetEndPointConfiguration( uint32_t * pulIPAddress, in FreeRTOS_GetEndPointConfiguration() function
1123 FreeRTOS_GetEndPointConfiguration( pulIPAddress, pulNetMask, in FreeRTOS_GetAddressConfiguration()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP/
DFreeRTOS_IP_utest.c3537FreeRTOS_GetEndPointConfiguration( &ulIPAddress, &ulNetMask, &ulGatewayAddress, &ulDNSServerAddres… in test_FreeRTOS_GetEndPointConfiguration_AllSettings()
3559 FreeRTOS_GetEndPointConfiguration( NULL, NULL, NULL, NULL, &xEndPoint ); in test_FreeRTOS_GetEndPointConfiguration_AllNull()
3577FreeRTOS_GetEndPointConfiguration( &ulIPAddress, &ulNetMask, &ulGatewayAddress, &ulDNSServerAddres… in test_FreeRTOS_GetEndPointConfiguration_IPv6Endpoint()
3595FreeRTOS_GetEndPointConfiguration( &ulIPAddress, &ulNetMask, &ulGatewayAddress, &ulDNSServerAddres… in test_FreeRTOS_GetEndPointConfiguration_NullEndpoint()