Home
last modified time | relevance | path

Searched refs:nn (Results 1 – 25 of 616) sorted by relevance

12345678910>>...25

/CTR-SDK-2.3.4/CTR_SDK/include/nn/svc/
Dsvc_Stub.h35 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-2.3.4/CTR_SDK/sources/libraries/os/
Dos_PrintResultImpl.cpp25 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-2.3.4/CTR_SDK/include/nn/camera/CTR/
Dcamera_Camera.h32 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-2.3.4/CTR_SDK/include/nn/y2r/CTR/
Dy2r_Y2r.h31 namespace nn {
97 static nn::Result SetInputFormat( nn::y2r::CTR::InputFormat format );
98 static nn::Result GetInputFormat( nn::y2r::CTR::InputFormat* pFormat );
99 static nn::Result SetOutputFormat( nn::y2r::CTR::OutputFormat format );
100 static nn::Result GetOutputFormat( nn::y2r::CTR::OutputFormat* pFormat );
101 static nn::Result SetRotation( nn::y2r::CTR::Rotation rotation );
102 static nn::Result GetRotation( nn::y2r::CTR::Rotation* pRotation );
103 static nn::Result SetBlockAlignment( nn::y2r::CTR::BlockAlignment align );
104 static nn::Result GetBlockAlignment( nn::y2r::CTR::BlockAlignment* pAlign );
105 static nn::Result SetSpacialDithering( bool enable );
[all …]
/CTR-SDK-2.3.4/CTR_SDK/include/nn/gd/CTR/
Dgd_Result.h31 namespace nn {
170 NN_DEFINE_RESULT_CONST(ResultSuccess, nn::Result::LEVEL_SUCCESS, nn::Result::SUMMARY_SUCCESS, nn::R…
183 NN_DEFINE_RESULT_CONST(ResultOutOfMemory, nn::Result::LEVEL_PERMANENT, nn::Result::SUMMARY_OUT_OF_R…
196 …DEFINE_RESULT_CONST(ResultOutOfMemoryExt, nn::Result::LEVEL_PERMANENT, nn::Result::SUMMARY_OUT_OF_…
209 …DEFINE_RESULT_CONST(ResultInvalidParameter, nn::Result::LEVEL_USAGE, nn::Result::SUMMARY_INVALID_A…
222 NN_DEFINE_RESULT_CONST(ResultNullParameter, nn::Result::LEVEL_USAGE, nn::Result::SUMMARY_INVALID_AR…
235 …INE_RESULT_CONST(ResultOutOfRangeParameter, nn::Result::LEVEL_USAGE, nn::Result::SUMMARY_INVALID_A…
248 …INE_RESULT_CONST(ResultInvalidMemoryRegion, nn::Result::LEVEL_USAGE, nn::Result::SUMMARY_INVALID_A…
261 …INE_RESULT_CONST(ResultInvalidFunctionCall, nn::Result::LEVEL_USAGE, nn::Result::SUMMARY_INVALID_A…
274 …_DEFINE_RESULT_CONST(ResultAlreadyReleased, nn::Result::LEVEL_USAGE, nn::Result::SUMMARY_INVALID_A…
[all …]
/CTR-SDK-2.3.4/CTR_SDK/sources/libraries/dbg/
Ddbg_PrintResult.cpp25 const char* GetResultDescriptionStringImpl(nn::Result result) \
37 namespace nn { namespace libname { \
38 NN_WEAK_SYMBOL const char* GetResultDescriptionStringImpl(nn::Result) { return 0; } \
72 namespace nn { namespace dbg { namespace
77 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(GetDescription, ::nn::Result, DESCRIPTION_SUCCESS) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
78 …CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(GetDescription, ::nn::Result, DESCRIPTION_INVALID_SELECTIO… in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
79 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(GetDescription, ::nn::Result, DESCRIPTION_TOO_LARGE) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
80 … CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(GetDescription, ::nn::Result, DESCRIPTION_NOT_AUTHORIZED) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
81 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(GetDescription, ::nn::Result, DESCRIPTION_ALREADY_DONE) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
82 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(GetDescription, ::nn::Result, DESCRIPTION_INVALID_SIZE) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
[all …]
/CTR-SDK-2.3.4/CTR_SDK/include/nn/applet/CTR/
Dapplet_Parameters.h22 namespace nn{
212 typedef nn::applet::CTR::DisplayBufferMode AppletDisplayBufferMode;
214 typedef nn::applet::CTR::HomeButtonState AppletHomeButtonState;
216 typedef nn::applet::CTR::SleepNotificationState AppletSleepNotificationState;
218 typedef nn::applet::CTR::ShutdownState AppletShutdownState;
220 typedef nn::applet::CTR::PowerButtonState AppletPowerButtonState;
222 typedef nn::applet::CTR::OrderToCloseState AppletOrderToCloseState;
224 typedef nn::applet::CTR::WakeupState AppletWakeupState;
226 typedef nn::applet::CTR::QueryReply AppletQueryReply;
228 typedef nn::applet::CTR::AppJumpType AppletAppJumpType;
[all …]
/CTR-SDK-2.3.4/CTR_SDK/include/nn/cec/CTR/
Dcec_Control.h21 namespace nn {
42 nn::fnd::DateTimeParameters recvDate; //
116 static nn::Result Initialize();
117 static nn::Result Initialize(nn::fnd::IAllocator& cecAllocFunc);
124 static nn::Result Finalize();
134 static nn::Result ReadyDaemon();
153 static nn::Result StartScanning(bool reset = false);
164 static nn::Result Suspend();
187 static nn::Result StopScanning(bool b_Immediate = false, bool b_Async = false);
197 static nn::Result StopDaemon();
[all …]
Dcec_Message.h22 namespace nn {
69 nn::Result Init_Message();
70nn::Result SetExHeaderWithoutCalc(MessageExHeaderType exhType, size_t exhLen, const void* exh…
71 nn::Result SetMessageBodyWithoutCalc(const void* dataBody, size_t size);
72 nn::Result SetHmacSha256(void* input);
73 nn::Result GetHmacSha256(void* outBuf, u32 size = CEC_SIZEOF_HASH) const;
138 nn::Result NewMessage(
176 nn::Result NewMessage(
193 nn::Result SetCecTitleId(TitleId cecTitleId);
218 nn::Result SetGroupID(u32 groupId);
[all …]
/CTR-SDK-2.3.4/CTR_SDK/include/nn/boss/
Dboss_Lib.h39 namespace nn {
51 nn::Result Initialize(void);
61 nn::Result Finalize(void);
76 nn::Result RegisterPrivateRootCa(const u8* pCertData, size_t certDataSize);
93 nn::Result RegisterPrivateClientCert(const u8* pCertData, size_t certDataSize
148 nn::Result RegisterTask(Task* pTask, TaskPolicy* pPolicy , TaskAction* pAction
167 nn::Result UnregisterTask(Task* pTask, u8 taskStep=DEFAULT_STEP_ID);
187 nn::Result ReconfigureTask(Task* pTask, TaskPolicy* pPolicy, u8 taskStep=DEFAULT_STEP_ID);
202 nn::Result GetTaskIdList(TaskIdList* pTaskIdList);
221 nn::Result GetStepIdList(const char* pTaskId, StepIdList* pStepIdList);
[all …]
Dboss_TaskAction.h29 namespace nn {
59 nn::Result SetPrivateRootCa(void);
72 nn::Result SetRootCa(const nn::http::InternalCaCertId inCaCertName);
81 nn::Result ClearRootCaSetting( void );
92 nn::Result SetPrivateClientCert(void);
107 nn::Result SetClientCert(const nn::http::InternalClientCertId inClientCertName);
118 nn::Result SetApInfo(ApInfoType info);
132 nn::Result AddHeaderField(const char* pLabel, const char* pValue);
143 nn::Result SetLastModifiedTime(const char* pLastModifiedTime);
171 nn::Result SetHttpProperty(PropertyType type, const void* pValue, size_t size) ;
[all …]
/CTR-SDK-2.3.4/CTR_SDK/sources/libraries/ndm/
Dndm_PrintResultImpl.cpp25 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 …]
Dndm_Setup.cpp22 namespace nn { namespace
32 return nn::applet::TYPE_APP; in GetAppletType()
36 namespace nn { namespace
46 nn::os::Tick tickStart = nn::os::Tick::GetSystemCurrent(); in SetupDaemonsDefault()
50 if (nn::applet::IsInitialized() in SetupDaemonsDefault()
51 && nn::applet::GetAppletType() == nn::applet::TYPE_APP) in SetupDaemonsDefault()
55 Result result = nn::ndm::Initialize(); in SetupDaemonsDefault()
65 result = nn::ndm::OverrideDefaultDaemons(MASK_ALL_DAEMONS); in SetupDaemonsDefault()
69 nn::dbg::PrintResult(result); in SetupDaemonsDefault()
73 result = nn::ndm::SuspendDaemons(~MASK_DEFAULT_ENABLED_DAEMONS & MASK_ALL_DAEMONS); in SetupDaemonsDefault()
[all …]
/CTR-SDK-2.3.4/CTR_SDK/include/nn/dsp/CTR/MPCore/
Ddsp_Api.h24 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 );
69 nn::Result LoadComponent( const u8 pComponent[], size_t size, bit16 maskPram = 0xff, bit16 maskD…
70 nn::Result LoadComponentCore( const u8 pComponent[], size_t size, bit16 maskPram = 0xff, bit16 m…
79 nn::Result LoadDefaultComponent( void );
86 nn::Result UnloadComponent( void );
[all …]
/CTR-SDK-2.3.4/CTR_SDK/include/nn/uds/CTR/
Duds_Api.h27 namespace nn {
53 nn::Result Initialize( nn::os::Event* pStatusUpdateEvent, void* receiveBuffer, const size_t bufferS…
107 nn::Result CreateNetwork(
136 nn::Result CreateNetwork(
162 nn::Result Scan( void* pBuffer, size_t bufferSize, u8 subId, bit32 localId );
186 nn::Result Scan( void* pBuffer, size_t bufferSize, u8 subId, bit32 localId, u8 channel, u16 scanTim…
211 nn::Result ConnectNetwork(
229 nn::Result EjectClient ( u16 nodeId );
247 nn::Result DisallowToConnect(bool isDisallowToReconnect = false);
263 nn::Result AllowToConnect();
[all …]
/CTR-SDK-2.3.4/CTR_SDK/include/nn/ulcd/CTR/
Dulcd_StereoCamera.h29 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-2.3.4/CTR_SDK/sources/libraries/init/
Dinit_Default.cpp23 class ExitHandler : public nn::srv::NotificationHandler
30 nn::svc::ExitProcess(); in HandleNotification()
45 const size_t assingment = nn::os::GetAppMemorySize(); in nninitStartUpDefault()
46 const size_t currentUsing = nn::os::GetUsingMemorySize(); in nninitStartUpDefault()
49 const size_t heapSize = available - nn::os::DEVICE_MEMORY_SIZE; in nninitStartUpDefault()
51 nn::os::SetupHeapForMemoryBlock(heapSize); in nninitStartUpDefault()
52 nn::os::InitializeDeviceMemory(); in nninitStartUpDefault()
54 nn::init::InitializeAllocator( 8 * 1024 * 1024 ); in nninitStartUpDefault()
62 nn::srv::Initialize(); in nninitSetupDefault()
63 nn::srv::StartNotification(); in nninitSetupDefault()
[all …]
/CTR-SDK-2.3.4/CTR_SDK/include/nn/dlp/CTR/
Ddlp_FakeClient.h22 namespace nn {
69 …static nn::Result Initialize(u8 scanNum, nn::Handle eventHandle, void* pBuffer, const size_t buffe…
79 static nn::Result Finalize();
95 static nn::Result GetEventDesc(EventDesc* pEventDesc);
113 static nn::Result StartScan(u32 uniqueId = 0, u8 childIndex = 0, const u8* pMac = NULL);
125 static nn::Result StopScan();
144 static nn::Result GetServerInfo(ServerInfo* pServerInfo, const u8* pMac);
161 …static nn::Result GetTitleInfo(TitleInfo* pTitleInfo, const u8* pMac, u32 uniqueId, u8 childIndex);
181 static nn::Result GetTitleInfo(TitleInfo* pTitleInfo, bool isReset = false);
195 static nn::Result DeleteScanInfo(const u8* pMac);
[all …]
Ddlp_Server.h22 namespace nn {
81 static nn::Result Initialize(
82 nn::Handle eventHandle,
98 static nn::Result Finalize();
110 static nn::Result GetState(ServerState* pState);
127 static nn::Result GetEventDesc(EventDesc* pEventDesc);
143 static nn::Result OpenSessions(bool isManualAccept = false, u8 channel = 0);
161 static nn::Result AcceptClient(u16 nodeId);
177 static nn::Result DisconnectClient(u16 nodeId);
195 static nn::Result StartDistribute();
[all …]
/CTR-SDK-2.3.4/CTR_SDK/include/nn/ssl/
Dssl_ConnectionIpc.h33 namespace nn {
84 nn::Result InitializeGeneralSession();
85nn::Result NewClient( s32 socket, u32 verifyOpt, const char8 pServerPath[], size_t serverPathSize,…
86 nn::Result CreateCertStore( CertStoreId* pCertId );
87 nn::Result DestroyCertStore( CertStoreId certId );
88nn::Result AddCertToCertStore( CertStoreId certStoreId, const u8 pCertData[], size_t certDataSize,…
89nn::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-2.3.4/CTR_SDK/include/nn/http/
Dhttp_ConnectionIpc.h33 namespace nn {
107 nn::Result InitializeGeneralSession( nn::Handle hSharedMemory, size_t size );
108nn::Result CreateConnection( const char8 url[], size_t urlLen, RequestMethod reqMethod, Connection…
109 nn::Result DestroyConnection( ConnectionHandle handle );
110 nn::Result CancelConnection( ConnectionHandle handle );
111 nn::Result GetConnectionStatus( ConnectionHandle handle, Status* statusCourier );
112nn::Result GetConnectionProgress( ConnectionHandle handle, size_t* receivedSizeCourier, size_t* co…
113 nn::Result GetConnectionError( ConnectionHandle handle, ResultCode* resultCodeCourier );
114 nn::Result InitializeConnectionSession( ConnectionHandle handle );
115 nn::Result StartConnection( ConnectionHandle handle );
[all …]
Dhttp_Connection.h31 namespace nn {
38 class Connection : private nn::util::NonCopyable<Connection>
93nn::Result Initialize(const char* pUrl, RequestMethod method = REQUEST_METHOD_GET, bool isUseDefau…
108 nn::Result Finalize(void);
130nn::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-2.3.4/CTR_SDK/sources/libraries/ndm/CTR/
Dndm_Interface.cpp32 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-2.3.4/CTR_SDK/include/nn/err/CTR/
Derr_Api.h23 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-2.3.4/CTR_SDK/include/nn/socket/
Dsocket_User.h31 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 );
92nn::Result RecvFrom( s32* rval, s32 s, u8 buf[], s32 len, s32 flags, u8 sockFrom[], size_t salen );
93nn::Result RecvFromSmall( s32* rval, s32 s, u8 buf[], s32* len, s32 flags, u8 sockFrom[], size_t s…
94nn::Result SendTo( s32* rval, s32 s, const u8 buf[], s32 len, s32 flags, const u8 sockTo[], size_t…
[all …]

12345678910>>...25