| /CTR-SDK-0.14.4/include/nn/svc/ |
| D | svc_Stub.h | 35 namespace nn { 38 nn::Result ControlMemory ( uptr* pOut, uptr addr, uptr addr2, s… 39 nn::Result QueryMemory ( nn::os::MemoryInfo* pBlockInfo, nn::… 41 nn::Result GetProcessAffinityMask ( bit8 pAffinityMask[], nn::Handle pro… 42 nn::Result SetProcessAffinityMask ( nn::Handle process, const bit8 pAffi… 43 nn::Result GetProcessIdealProcessor ( s32* pOut, nn::Handle process ); 44 nn::Result SetProcessIdealProcessor ( nn::Handle process, s32 processorNum… 45 nn::Result CreateThread ( nn::Handle* pOut, nn::os::ThreadFunc… 48 nn::Result GetThreadPriority ( s32* pOut, nn::Handle thread ); 49 nn::Result SetThreadPriority ( nn::Handle thread, s32 prio ); [all …]
|
| /CTR-SDK-0.14.4/sources/libraries/os/ |
| D | os_PrintResultImpl.cpp | 25 const char* GetResultDescriptionStringImpl(nn::Result result) \ 37 namespace nn { namespace os { namespace 42 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::os, DESCRIPTION_FAILED_TO_ALLOCATE_MEMORY) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL() 43 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::os, DESCRIPTION_FAILED_TO_ALLOCATE_SHARED_MEMORY) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL() 44 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::os, DESCRIPTION_FAILED_TO_ALLOCATE_THREAD) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL() 45 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::os, DESCRIPTION_FAILED_TO_ALLOCATE_MUTEX) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL() 46 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::os, DESCRIPTION_FAILED_TO_ALLOCATE_SEMAPHORE) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL() 47 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::os, DESCRIPTION_FAILED_TO_ALLOCATE_EVENT) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL() 48 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::os, DESCRIPTION_FAILED_TO_ALLOCATE_TIMER) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL() 49 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::os, DESCRIPTION_FAILED_TO_ALLOCATE_PORT) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL() [all …]
|
| /CTR-SDK-0.14.4/include/nn/camera/CTR/ |
| D | camera_Camera.h | 32 namespace nn { 115 static nn::Result StartCapture( nn::camera::CTR::Port port ); 116 static nn::Result StopCapture( nn::camera::CTR::Port port ); 117 static nn::Result IsBusy( bool* pState, nn::camera::CTR::Port port ); 118 static nn::Result ClearBuffer( nn::camera::CTR::Port port ); 119 static nn::Result GetVsyncInterruptEvent( nn::Handle* pHandle, nn::camera::CTR::Port port ); 120 … static nn::Result GetBufferErrorInterruptEvent( nn::Handle* pHandle, nn::camera::CTR::Port port ); 121 …static nn::Result SetReceiving( nn::Handle* pHandle, nn::Handle dstProcess, u32 pDst, nn::camera::… 122 static nn::Result IsFinishedReceiving( bool* pState, nn::camera::CTR::Port port ); 123 …static nn::Result SetTransferLines( nn::camera::CTR::Port port, s16 lines, s16 width, s16 height ); [all …]
|
| /CTR-SDK-0.14.4/include/nn/y2r/CTR/ |
| D | y2r_Y2r.h | 31 namespace nn { 96 static nn::Result SetInputFormat( nn::y2r::CTR::InputFormat format ); 97 static nn::Result GetInputFormat( nn::y2r::CTR::InputFormat* pFormat ); 98 static nn::Result SetOutputFormat( nn::y2r::CTR::OutputFormat format ); 99 static nn::Result GetOutputFormat( nn::y2r::CTR::OutputFormat* pFormat ); 100 static nn::Result SetRotation( nn::y2r::CTR::Rotation rotation ); 101 static nn::Result GetRotation( nn::y2r::CTR::Rotation* pRotation ); 102 static nn::Result SetBlockAlignment( nn::y2r::CTR::BlockAlignment align ); 103 static nn::Result GetBlockAlignment( nn::y2r::CTR::BlockAlignment* pAlign ); 104 static nn::Result SetSpacialDithering( bool enable ); [all …]
|
| /CTR-SDK-0.14.4/sources/libraries/dbg/ |
| D | dbg_PrintResult.cpp | 25 const char* GetResultDescriptionStringImpl(nn::Result result) \ 37 namespace nn { namespace libname { \ 38 NN_WEAK_SYMBOL const char* GetResultDescriptionStringImpl(nn::Result) { return 0; } \ 70 namespace nn { namespace dbg { namespace 75 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(GetDescription, ::nn::Result, DESCRIPTION_SUCCESS) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL() 76 …CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(GetDescription, ::nn::Result, DESCRIPTION_INVALID_SELECTIO… in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL() 77 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(GetDescription, ::nn::Result, DESCRIPTION_TOO_LARGE) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL() 78 … CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(GetDescription, ::nn::Result, DESCRIPTION_NOT_AUTHORIZED) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL() 79 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(GetDescription, ::nn::Result, DESCRIPTION_ALREADY_DONE) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL() 80 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(GetDescription, ::nn::Result, DESCRIPTION_INVALID_SIZE) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL() [all …]
|
| /CTR-SDK-0.14.4/include/nn/applet/CTR/ |
| D | applet_Parameters.h | 22 namespace nn{ 194 typedef nn::applet::CTR::DisplayBufferMode AppletDisplayBufferMode; 196 typedef nn::applet::CTR::HomeButtonState AppletHomeButtonState; 198 typedef nn::applet::CTR::SleepNotificationState AppletSleepNotificationState; 200 typedef nn::applet::CTR::ShutdownState AppletShutdownState; 202 typedef nn::applet::CTR::PowerButtonState AppletPowerButtonState; 204 typedef nn::applet::CTR::WakeupState AppletWakeupState; 206 typedef nn::applet::CTR::QueryReply AppletQueryReply; 208 typedef nn::applet::CTR::AppJumpType AppletAppJumpType; 211 extern const nn::Handle HANDLE_NONE; [all …]
|
| /CTR-SDK-0.14.4/include/nn/cec/CTR/ |
| D | cec_Control.h | 21 namespace nn { 40 nn::fnd::DateTimeParameters recvDate; //!< 受信日時 107 static nn::Result Initialize(); 109 static nn::Result Initialize(nn::fnd::IAllocator& cecAllocFunc); 111 static nn::Result InitializeSys(); 119 static nn::Result Finalize(); 122 static nn::Result FinalizeSys(); 137 static nn::Result ReadyDaemon(); 154 static nn::Result StartScanning(bool reset = false); 165 static nn::Result Suspend(); [all …]
|
| D | cec_Message.h | 22 namespace nn { 76 nn::Result Init_Message(); 77 …nn::Result SetExHeaderWithoutCalc(MessageExHeaderType exhType, size_t exhLen, const void* exh… 78 nn::Result SetMessageBodyWithoutCalc(const void* dataBody, size_t size); 79 nn::Result SetHmacSha256(void* input); 80 nn::Result GetHmacSha256(void* outBuf, u32 size = CEC_SIZEOF_HASH) const; 123 nn::Result NewMessage( 151 nn::Result NewMessage( 168 nn::Result SetCecTitleId(TitleId cecTitleId); 176 nn::Result SetCecTitleId_Str(const u8* cecTitleId_str); [all …]
|
| D | cec_CecSys.h | 30 namespace nn { 69 static nn::Result Open( u32 cecTitleId, u32 dataType, u32 option, size_t* filesize ); 70 static nn::Result Read( size_t* pReadLen, u8 pReadBuf[], size_t len ); 71 …static nn::Result ReadMessage( u32 cecTitleId, u8 in_or_out_box, const u8 pMessId[], size_t messId… 72 …static nn::Result ReadMessageWithHmac( u32 cecTitleId, u8 in_or_out_box, const u8 pMessId[], size_… 73 static nn::Result Write( const u8 pWriteBuf[], size_t len ); 74 …static nn::Result WriteMessage( u32 cecTitleId, u8 in_or_out_box, u8 pMessId[], size_t messIdLen, … 75 …static nn::Result WriteMessageWithHmac( u32 cecTitleId, u8 in_or_out_box, u8 pMessId[], size_t mes… 76 …static nn::Result Delete( u32 cecTitleId, u32 dataType, u8 in_or_out_box, const u8 pMessId[], size… 77 static nn::Result SetData( u32 cecTitleId, const u8 pData[], size_t len, u32 option ); [all …]
|
| /CTR-SDK-0.14.4/sources/libraries/ndm/ |
| D | ndm_PrintResultImpl.cpp | 25 const char* GetResultDescriptionStringImpl(nn::Result result) \ 37 namespace nn { namespace ndm { namespace 42 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::ndm, DESCRIPTION_INTERRUPT_BY_REQUEST) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL() 43 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::ndm, DESCRIPTION_PROCESSING_PRIORITY_REQUEST) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL() 44 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::ndm, DESCRIPTION_IN_ERROR_STATE) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL() 45 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::ndm, DESCRIPTION_DISCONNECTED) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL() 46 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::ndm, DESCRIPTION_CANCELLED_BY_OTHER_REQUEST) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL() 47 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::ndm, DESCRIPTION_CANCELLED_BY_HARDWARE_EVENTS) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL() 48 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::ndm, DESCRIPTION_CANCELLED_BY_DISCONNECT) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL() 49 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::ndm, DESCRIPTION_CANCELLED_BY_USER_REQUEST) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL() [all …]
|
| /CTR-SDK-0.14.4/include/nn/boss/ |
| D | boss_Lib.h | 39 namespace nn { 50 nn::Result Initialize(void); 59 nn::Result Finalize(void); 72 nn::Result RegisterPrivateRootCa(const u8* pCertData, size_t certDataSize); 87 nn::Result RegisterPrivateClientCert(const u8* pCertData, size_t certDataSize 135 nn::Result RegisterTask(Task* pTask, TaskPolicy* pPolicy , TaskAction* pAction 152 nn::Result UnregisterTask(Task* pTask, u8 taskStep=DEFAULT_STEP_ID); 171 nn::Result ReconfigureTask(Task* pTask, TaskPolicy* pPolicy, u8 taskStep=DEFAULT_STEP_ID); 184 nn::Result GetTaskIdList(TaskIdList* pTaskIdList); 201 nn::Result GetStepIdList(const char* pTaskId, StepIdList* pStepIdList); [all …]
|
| D | boss_TaskAction.h | 29 namespace nn { 57 nn::Result SetPrivateRootCa(void); 68 nn::Result SetRootCa(const nn::http::InternalCaCertId inCaCertName); 77 nn::Result SetPrivateClientCert(void); 90 nn::Result SetClientCert(const nn::http::InternalClientCertId inClientCertName); 100 nn::Result SetApInfo(ApInfoType info); 113 nn::Result AddHeaderField(const char* pLabel, const char* pValue); 123 nn::Result SetLastModifiedTime(const char* pLastModifiedTime); 149 nn::Result SetHttpProperty(PropertyType type, void* pValue, size_t size) ; 173 nn::Result GetHttpProperty(PropertyType type, void* pValue, size_t size) ; [all …]
|
| /CTR-SDK-0.14.4/include/nn/dsp/CTR/MPCore/ |
| D | dsp_Api.h | 24 namespace nn { 30 nn::Result InitializeBase(Handle* pSession, const char* name); 31 nn::Result FinalizeBase (Handle* pSession); 39 inline nn::Result InitializeIpc(Handle* pSession) { return detail::InitializeBase(pSession, PORT… in InitializeIpc() 40 inline nn::Result FinalizeIpc (Handle* pSession) { return detail::FinalizeBase (pSession); } in FinalizeIpc() 51 nn::Result Initialize( void ); 67 nn::Result LoadComponent( const u8 pComponent[], size_t size, bit16 maskPram = 0xff, bit16 maskD… 68 nn::Result LoadComponentCore( const u8 pComponent[], size_t size, bit16 maskPram = 0xff, bit16 m… 74 nn::Result LoadDefaultComponent( void ); 80 nn::Result UnloadComponent( void ); [all …]
|
| /CTR-SDK-0.14.4/include/nn/ulcd/CTR/ |
| D | ulcd_StereoCamera.h | 29 namespace nn { 53 StereoCamera(const nn::WithInitialize&); 84 void SetBaseFrustum(const nn::math::Matrix44 *proj); 109 void SetBaseCamera(const nn::math::Matrix34 *view); 122 void SetBaseCamera(const nn::math::Vector3 *position, const nn::math::Vector3 *rightDir, 123 const nn::math::Vector3 *upDir, const nn::math::Vector3 *targetDir); 147 void CalculateMatrices(nn::math::Matrix44* projL, nn::math::Matrix34* viewL, 148 nn::math::Matrix44* projR, nn::math::Matrix34* viewR, 150 … const nn::math::PivotDirection pivot = nn::math::PIVOT_UPSIDE_TO_TOP); 165 void CalculateMatricesReal(nn::math::Matrix44* projL, nn::math::Matrix34* viewL, [all …]
|
| /CTR-SDK-0.14.4/include/nn/uds/CTR/ |
| D | uds_Api.h | 27 namespace nn { 53 nn::Result Initialize( nn::os::Event* pStatusUpdateEvent, void* receiveBuffer, const size_t bufferS… 103 nn::Result CreateNetwork( 130 nn::Result Scan( void* pBuffer, size_t bufferSize, u8 subId, bit32 localId, u8 channel = 0, u16 sca… 153 nn::Result ConnectNetwork( 171 nn::Result EjectClient ( u16 nodeId ); 189 nn::Result DisallowToConnect(bool isDisallowToReconnect = false); 205 nn::Result AllowToConnect(); 221 nn::Result EjectSpectator ( void ); 222 inline nn::Result EjectAudience ( void ){ return EjectSpectator(); } in EjectAudience() [all …]
|
| /CTR-SDK-0.14.4/include/nn/dlp/CTR/ |
| D | dlp_FakeClient.h | 22 namespace nn { 67 …static nn::Result Initialize(u8 scanNum, nn::Handle eventHandle, void* pBuffer, const size_t buffe… 77 static nn::Result Finalize(); 93 static nn::Result GetEventDesc(EventDesc* pEventDesc); 105 static nn::Result GetChannels(bit16* pChannels); 125 …static nn::Result StartScan(bit16 channels, u32 uniqueId = 0, u8 childIndex = 0, const u8* pMac = … 137 static nn::Result StopScan(); 156 static nn::Result GetServerInfo(ServerInfo* pServerInfo, const u8* pMac); 173 …static nn::Result GetTitleInfo(TitleInfo* pTitleInfo, const u8* pMac, u32 uniqueId, u8 childIndex); 193 static nn::Result GetTitleInfo(TitleInfo* pTitleInfo, bool isReset = false); [all …]
|
| D | dlp_Server.h | 22 namespace nn { 79 static nn::Result Initialize( 80 nn::Handle eventHandle, 96 static nn::Result Finalize(); 108 static nn::Result GetState(ServerState* pState); 125 static nn::Result GetEventDesc(EventDesc* pEventDesc); 141 static nn::Result OpenSessions(bool isManualAccept = false, u8 channel = 0); 159 static nn::Result AcceptClient(u16 nodeId); 175 static nn::Result DisconnectClient(u16 nodeId); 193 static nn::Result StartDistribute(); [all …]
|
| /CTR-SDK-0.14.4/include/nn/ssl/ |
| D | ssl_ConnectionIpc.h | 33 namespace nn { 84 nn::Result InitializeGeneralSession(); 85 …nn::Result NewClient( s32 socket, u32 verifyOpt, const char8 pServerPath[], size_t serverPathSize,… 86 nn::Result CreateCertStore( CertStoreId* pCertId ); 87 nn::Result DestroyCertStore( CertStoreId certId ); 88 …nn::Result AddCertToCertStore( CertStoreId certStoreId, const u8 pCertData[], size_t certDataSize,… 89 …nn::Result AddInternalCertToCertStore( CertStoreId certStoreId, InternalCaCert internalCertName, C… 90 nn::Result RemoveCertFromCertStore( CertStoreId certStoreId, CertId certId ); 91 nn::Result CreateCrlStore( CrlStoreId* pCrlId ); 92 nn::Result DestroyCrlStore( CrlStoreId crlId ); [all …]
|
| /CTR-SDK-0.14.4/sources/libraries/init/ |
| D | init_Default.cpp | 24 class ExitHandler : public nn::srv::NotificationHandler 31 nn::svc::ExitProcess(); in HandleNotification() 46 const size_t assingment = nn::os::GetAppMemorySize(); in nninitStartUpDefault() 47 const size_t currentUsing = nn::os::GetUsingMemorySize(); in nninitStartUpDefault() 50 const size_t heapSize = available - nn::os::DEVICE_MEMORY_SIZE; in nninitStartUpDefault() 52 nn::os::SetupHeapForMemoryBlock(heapSize); in nninitStartUpDefault() 53 nn::os::InitializeDeviceMemory(); in nninitStartUpDefault() 55 nn::init::InitializeAllocator( 8 * 1024 * 1024 ); in nninitStartUpDefault() 64 nn::ndm::SetupDaemonsDefault(); in nninitSetupDaemons() 71 nn::srv::Initialize(); in nninitSetupDefault() [all …]
|
| /CTR-SDK-0.14.4/sources/libraries/ndm/CTR/ |
| D | ndm_Interface.cpp | 32 using namespace nn::svc; 33 using namespace nn::os::ipc; 35 namespace nn { namespace 42 nn::Result Interface::EnterExclusiveState( s32 mode ) in EnterExclusiveState() 53 nn::Result ipcResult = SendSyncRequest(s_Session); in EnterExclusiveState() 59 return ipcMsg.GetRaw<nn::Result>(1); in EnterExclusiveState() 62 nn::Result Interface::LeaveExclusiveState() in LeaveExclusiveState() 72 nn::Result ipcResult = SendSyncRequest(s_Session); in LeaveExclusiveState() 78 return ipcMsg.GetRaw<nn::Result>(1); in LeaveExclusiveState() 81 nn::Result Interface::QueryExclusiveMode( s32* pMode ) in QueryExclusiveMode() [all …]
|
| /CTR-SDK-0.14.4/include/nn/http/ |
| D | http_ConnectionIpc.h | 33 namespace nn { 106 nn::Result InitializeGeneralSession( nn::Handle hSharedMemory, size_t size ); 107 …nn::Result CreateConnection( const char8 url[], size_t urlLen, RequestMethod reqMethod, Connection… 108 nn::Result DestroyConnection( ConnectionHandle handle ); 109 nn::Result CancelConnection( ConnectionHandle handle ); 110 nn::Result GetConnectionStatus( ConnectionHandle handle, Status* statusCourier ); 111 …nn::Result GetConnectionProgress( ConnectionHandle handle, size_t* receivedSizeCourier, size_t* co… 112 nn::Result GetConnectionError( ConnectionHandle handle, ResultCode* resultCodeCourier ); 113 nn::Result InitializeConnectionSession( ConnectionHandle handle ); 114 nn::Result StartConnection( ConnectionHandle handle ); [all …]
|
| D | http_Connection.h | 31 namespace nn { 38 class Connection : private nn::util::NonCopyable<Connection> 93 …nn::Result Initialize(const char* pUrl, RequestMethod method = REQUEST_METHOD_GET, bool isUseDefau… 108 nn::Result Finalize(void); 130 …nn::Result SetProxy(const char* pProxyName, u16 port, const char* pUserName, const char* pPassword… 144 nn::Result SetBasicAuthorization(const char* pUserName, const char* pPassword); 159 nn::Result SetSocketBufferSize(size_t size); 177 nn::Result Connect(void); 189 nn::Result ConnectAsync(void); 200 nn::Result Cancel(void); [all …]
|
| /CTR-SDK-0.14.4/include/nn/err/CTR/ |
| D | err_Api.h | 23 namespace nn { 41 ::nn::Result resultLocal = (result); \ 42 if ( resultLocal.GetLevel() == ::nn::Result::LEVEL_FATAL ) \ 44 ::nn::err::ThrowFatalErr(resultLocal); \ 57 ::nn::Result resultLocal = (result); \ 60 case ::nn::Result::LEVEL_INFO: \ 61 case ::nn::Result::LEVEL_SUCCESS: \ 62 case ::nn::Result::LEVEL_STATUS: \ 65 ::nn::err::ThrowFatalErr(resultLocal); \ 76 ::nn::Result resultLocal = (result); \ [all …]
|
| /CTR-SDK-0.14.4/include/nn/news/CTR/user/ |
| D | news_UserResult.h | 21 namespace nn { 42 return nn::MakeStatusResult( in ResultInvalidMessageSize() 43 nn::Result::SUMMARY_INVALID_ARGUMENT, in ResultInvalidMessageSize() 44 nn::Result::MODULE_NN_NEWS, in ResultInvalidMessageSize() 55 return nn::MakeStatusResult( in ResultInvalidPictureSize() 56 nn::Result::SUMMARY_INVALID_ARGUMENT, in ResultInvalidPictureSize() 57 nn::Result::MODULE_NN_NEWS, in ResultInvalidPictureSize() 68 return nn::MakeStatusResult( in ResultInvalidPicture() 69 nn::Result::SUMMARY_INVALID_ARGUMENT, in ResultInvalidPicture() 70 nn::Result::MODULE_NN_NEWS, in ResultInvalidPicture()
|
| /CTR-SDK-0.14.4/include/nn/socket/ |
| D | socket_User.h | 31 namespace nn { 86 nn::Result AttachProcess( nn::Handle hSharedMemory, size_t size ); 87 nn::Result Socket( s32* rval, s32 af, s32 type, s32 protocol ); 88 nn::Result Listen( s32* rval, s32 s, s32 backlog ); 89 nn::Result Accept( s32* rval, s32 s, u8 sockAddr[], size_t salen ); 90 nn::Result Bind( s32* rval, s32 s, const u8 sockAddr[], size_t salen ); 91 nn::Result Connect( s32* rval, s32 s, const u8 sockAddr[], size_t salen ); 92 …nn::Result RecvFrom( s32* rval, s32 s, u8 buf[], s32 len, s32 flags, u8 sockFrom[], size_t salen ); 93 …nn::Result RecvFromSmall( s32* rval, s32 s, u8 buf[], s32* len, s32 flags, u8 sockFrom[], size_t s… 94 …nn::Result SendTo( s32* rval, s32 s, const u8 buf[], s32 len, s32 flags, const u8 sockTo[], size_t… [all …]
|