|
int | sceNetAdhocInit (void) |
| Initialise the adhoc library.
|
|
int | sceNetAdhocTerm (void) |
| Terminate the adhoc library.
|
|
int | sceNetAdhocPdpCreate (unsigned char *mac, unsigned short port, unsigned int bufsize, int unk1) |
| Create a PDP object.
|
|
int | sceNetAdhocPdpDelete (int id, int unk1) |
| Delete a PDP object.
|
|
int | sceNetAdhocPdpSend (int id, unsigned char *destMacAddr, unsigned short port, void *data, unsigned int len, unsigned int timeout, int nonblock) |
| Set a PDP packet to a destination.
|
|
int | sceNetAdhocPdpRecv (int id, unsigned char *srcMacAddr, unsigned short *port, void *data, void *dataLength, unsigned int timeout, int nonblock) |
| Receive a PDP packet.
|
|
int | sceNetAdhocGetPdpStat (int *size, pdpStatStruct *stat) |
| Get the status of all PDP objects.
|
|
int | sceNetAdhocGameModeCreateMaster (void *data, int size) |
| Create own game object type data.
|
|
int | sceNetAdhocGameModeCreateReplica (unsigned char *mac, void *data, int size) |
| Create peer game object type data.
|
|
int | sceNetAdhocGameModeUpdateMaster (void) |
| Update own game object type data.
|
|
int | sceNetAdhocGameModeUpdateReplica (int id, int unk1) |
| Update peer game object type data.
|
|
int | sceNetAdhocGameModeDeleteMaster (void) |
| Delete own game object type data.
|
|
int | sceNetAdhocGameModeDeleteReplica (int id) |
| Delete peer game object type data.
|
|
int | sceNetAdhocPtpOpen (unsigned char *srcmac, unsigned short srcport, unsigned char *destmac, unsigned short destport, unsigned int bufsize, unsigned int delay, int count, int unk1) |
| Open a PTP connection.
|
|
int | sceNetAdhocPtpConnect (int id, unsigned int timeout, int nonblock) |
| Wait for connection created by sceNetAdhocPtpOpen()
|
|
int | sceNetAdhocPtpListen (unsigned char *srcmac, unsigned short srcport, unsigned int bufsize, unsigned int delay, int count, int queue, int unk1) |
| Wait for an incoming PTP connection.
|
|
int | sceNetAdhocPtpAccept (int id, unsigned char *mac, unsigned short *port, unsigned int timeout, int nonblock) |
| Accept an incoming PTP connection.
|
|
int | sceNetAdhocPtpSend (int id, void *data, int *datasize, unsigned int timeout, int nonblock) |
| Send data.
|
|
int | sceNetAdhocPtpRecv (int id, void *data, int *datasize, unsigned int timeout, int nonblock) |
| Receive data.
|
|
int | sceNetAdhocPtpFlush (int id, unsigned int timeout, int nonblock) |
| Wait for data in the buffer to be sent.
|
|
int | sceNetAdhocPtpClose (int id, int unk1) |
| Close a socket.
|
|
int | sceNetAdhocGetPtpStat (int *size, ptpStatStruct *stat) |
| Get the status of all PTP objects.
|
|