ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <netman_rpc.h>
Data Fields | |
u32 | command |
u8 | args [64] |
u32 | args_len |
void * | output |
u32 | length |
Definition at line 56 of file netman_rpc.h.
u8 NetManIoctl::args[64] |
Definition at line 58 of file netman_rpc.h.
Referenced by NetManRpcIoctl().
u32 NetManIoctl::args_len |
Definition at line 59 of file netman_rpc.h.
Referenced by NetManRpcIoctl().
u32 NetManIoctl::command |
Definition at line 57 of file netman_rpc.h.
Referenced by NetManRpcIoctl().
u32 NetManIoctl::length |
Definition at line 61 of file netman_rpc.h.
Referenced by NetManRpcIoctl().
void* NetManIoctl::output |
Definition at line 60 of file netman_rpc.h.
Referenced by NetManRpcIoctl().