Searched refs:FreeRTOS_GetRemoteAddress (Results 1 – 3 of 3) sorted by relevance
345 BaseType_t FreeRTOS_GetRemoteAddress( ConstSocket_t xSocket,
2818 xReturn = FreeRTOS_GetRemoteAddress( &xSocket, &xAddress ); in test_FreeRTOS_GetRemoteAddress_InvalidProtocol()2839 xReturn = FreeRTOS_GetRemoteAddress( &xSocket, &xAddress ); in test_FreeRTOS_GetRemoteAddress_HappyPath()
4437 BaseType_t FreeRTOS_GetRemoteAddress( ConstSocket_t xSocket, in FreeRTOS_GetRemoteAddress() function