Searched refs:FreeRTOS_GetLocalAddress (Results 1 – 5 of 5) sorted by relevance
289 uxReturn = FreeRTOS_GetLocalAddress( &xSocket, &xAddress ); in test_FreeRTOS_GetLocalAddress_IPv6()
259 size_t FreeRTOS_GetLocalAddress( ConstSocket_t xSocket,
428 FreeRTOS_GetLocalAddress( xSocket, &xLocalAddress ); in prvEchoClientTask()
2562 uxReturn = FreeRTOS_GetLocalAddress( &xSocket, &xAddress ); in test_FreeRTOS_GetLocalAddress()2586 uxReturn = FreeRTOS_GetLocalAddress( &xSocket, &xAddress ); in test_FreeRTOS_GetLocalAddress_IPv6()
3473 size_t FreeRTOS_GetLocalAddress( ConstSocket_t xSocket, in FreeRTOS_GetLocalAddress() function