Go to the documentation of this file.
15 #ifndef __PSPNET_ADHOC_H__
16 #define __PSPNET_ADHOC_H__
46 int sceNetAdhocPdpCreate(
unsigned char *mac,
unsigned short port,
unsigned int bufsize,
int unk1);
71 int sceNetAdhocPdpSend(
int id,
unsigned char *destMacAddr,
unsigned short port,
void *data,
unsigned int len,
unsigned int timeout,
int nonblock);
86 int sceNetAdhocPdpRecv(
int id,
unsigned char *srcMacAddr,
unsigned short *port,
void *data,
void *dataLength,
unsigned int timeout,
int nonblock);
183 int sceNetAdhocPtpOpen(
unsigned char *srcmac,
unsigned short srcport,
unsigned char *destmac,
unsigned short destport,
unsigned int bufsize,
unsigned int delay,
int count,
int unk1);
209 int sceNetAdhocPtpListen(
unsigned char *srcmac,
unsigned short srcport,
unsigned int bufsize,
unsigned int delay,
int count,
int queue,
int unk1);
235 int sceNetAdhocPtpSend(
int id,
void *data,
int *datasize,
unsigned int timeout,
int nonblock);
248 int sceNetAdhocPtpRecv(
int id,
void *data,
int *datasize,
unsigned int timeout,
int nonblock);