|
| VITASDK_BUILD_ASSERT_EQ (0x100, SceNetCtlInfo) |
|
| VITASDK_BUILD_ASSERT_EQ (0x10, SceNetCtlNatInfo) |
|
| VITASDK_BUILD_ASSERT_EQ (8, SceNetCtlAdhocPeerInfo) |
|
int | sceNetCtlInit () |
|
void | sceNetCtlTerm () |
|
int | sceNetCtlCheckCallback () |
|
int | sceNetCtlInetGetResult (int eventType, int *errorCode) |
|
int | sceNetCtlAdhocGetResult (int eventType, int *errorCode) |
|
int | sceNetCtlInetGetInfo (int code, SceNetCtlInfo *info) |
|
int | sceNetCtlInetGetState (int *state) |
|
int | sceNetCtlGetNatInfo (SceNetCtlNatInfo *natinfo) |
|
int | sceNetCtlInetRegisterCallback (SceNetCtlCallback func, void *arg, int *cid) |
|
int | sceNetCtlInetUnregisterCallback (int cid) |
|
int | sceNetCtlAdhocRegisterCallback (SceNetCtlCallback func, void *arg, int *cid) |
|
int | sceNetCtlAdhocUnregisterCallback (int cid) |
|
int | sceNetCtlAdhocGetState (int *state) |
|
int | sceNetCtlAdhocDisconnect () |
|
int | sceNetCtlAdhocGetPeerList (unsigned int *buflen, void *buf) |
|
int | sceNetCtlAdhocGetInAddr (SceNetInAddr *inaddr) |
|