ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <ps2ip_rpc.h>
Data Fields | |
union { | |
s32 s | |
s32 result | |
}; | |
u32 | cmd |
void * | argp |
u32 | value |
Definition at line 139 of file ps2ip_rpc.h.
union { ... } |
void* ioctl_pkt::argp |
Definition at line 145 of file ps2ip_rpc.h.
Referenced by ioctlsocket().
u32 ioctl_pkt::cmd |
Definition at line 144 of file ps2ip_rpc.h.
Referenced by ioctlsocket().
s32 ioctl_pkt::result |
Definition at line 142 of file ps2ip_rpc.h.
Referenced by ioctlsocket().
s32 ioctl_pkt::s |
Definition at line 141 of file ps2ip_rpc.h.
Referenced by ioctlsocket().
u32 ioctl_pkt::value |
Definition at line 146 of file ps2ip_rpc.h.
Referenced by ioctlsocket().