PSPSDK 2024-10-31
|
PTP status structure. More...
#include <net/pspnet_adhoc.h>
Data Fields | |
struct ptpStatStruct * | next |
Pointer to next PTP structure in list. | |
int | ptpId |
ptp ID | |
unsigned char | mac [6] |
MAC address. | |
unsigned char | peermac [6] |
Peer MAC address. | |
unsigned short | port |
Port. | |
unsigned short | peerport |
Peer Port. | |
unsigned int | sentData |
Bytes sent. | |
unsigned int | rcvdData |
Bytes received. | |
int | unk1 |
Unknown. | |
PTP status structure.
struct ptpStatStruct* ptpStatStruct::next |
Pointer to next PTP structure in list.
int ptpStatStruct::ptpId |
ptp ID
int ptpStatStruct::unk1 |
Unknown.