ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
ioctl_pkt Struct Reference

#include <ps2ip_rpc.h>

Data Fields

union {
   s32   s
 
   s32   result
 
}; 
 
u32 cmd
 
void * argp
 
u32 value
 

Detailed Description

Definition at line 139 of file ps2ip_rpc.h.

Field Documentation

◆ 

union { ... }

◆ argp

void* ioctl_pkt::argp

Definition at line 145 of file ps2ip_rpc.h.

Referenced by ioctlsocket().

◆ cmd

u32 ioctl_pkt::cmd

Definition at line 144 of file ps2ip_rpc.h.

Referenced by ioctlsocket().

◆ result

s32 ioctl_pkt::result

Definition at line 142 of file ps2ip_rpc.h.

Referenced by ioctlsocket().

◆ s

s32 ioctl_pkt::s

Definition at line 141 of file ps2ip_rpc.h.

Referenced by ioctlsocket().

◆ value

u32 ioctl_pkt::value

Definition at line 146 of file ps2ip_rpc.h.

Referenced by ioctlsocket().


The documentation for this struct was generated from the following file: