Searched refs:FreeRTOS_GetEndPointConfiguration (Results 1 – 4 of 4) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/source/include/ |
D | FreeRTOS_IP.h | 355 void FreeRTOS_GetEndPointConfiguration( 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 | 1065 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/ |
D | FreeRTOS_IP_utest.c | 3537 …FreeRTOS_GetEndPointConfiguration( &ulIPAddress, &ulNetMask, &ulGatewayAddress, &ulDNSServerAddres… in test_FreeRTOS_GetEndPointConfiguration_AllSettings() 3559 FreeRTOS_GetEndPointConfiguration( NULL, NULL, NULL, NULL, &xEndPoint ); in test_FreeRTOS_GetEndPointConfiguration_AllNull() 3577 …FreeRTOS_GetEndPointConfiguration( &ulIPAddress, &ulNetMask, &ulGatewayAddress, &ulDNSServerAddres… in test_FreeRTOS_GetEndPointConfiguration_IPv6Endpoint() 3595 …FreeRTOS_GetEndPointConfiguration( &ulIPAddress, &ulNetMask, &ulGatewayAddress, &ulDNSServerAddres… in test_FreeRTOS_GetEndPointConfiguration_NullEndpoint()
|