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

#include <ps2ip_rpc.h>

+ Collaboration diagram for select_pkt:

Data Fields

union {
   s32   maxfdp1
 
   s32   result
 
}; 
 
struct timeval * timeout_p
 
struct timeval timeout
 
struct fd_setreadset_p
 
struct fd_setwriteset_p
 
struct fd_setexceptset_p
 
struct fd_set readset
 
struct fd_set writeset
 
struct fd_set exceptset
 

Detailed Description

Definition at line 124 of file ps2ip_rpc.h.

Field Documentation

◆ 

union { ... }

◆ exceptset

struct fd_set select_pkt::exceptset

Definition at line 133 of file ps2ip_rpc.h.

Referenced by select().

◆ exceptset_p

struct fd_set* select_pkt::exceptset_p

Definition at line 133 of file ps2ip_rpc.h.

Referenced by select().

◆ maxfdp1

s32 select_pkt::maxfdp1

Definition at line 126 of file ps2ip_rpc.h.

Referenced by select().

◆ readset

struct fd_set select_pkt::readset

Definition at line 133 of file ps2ip_rpc.h.

Referenced by select().

◆ readset_p

struct fd_set* select_pkt::readset_p

Definition at line 131 of file ps2ip_rpc.h.

Referenced by select().

◆ result

s32 select_pkt::result

Definition at line 127 of file ps2ip_rpc.h.

Referenced by select().

◆ timeout

struct timeval select_pkt::timeout

Definition at line 129 of file ps2ip_rpc.h.

Referenced by select().

◆ timeout_p

struct timeval* select_pkt::timeout_p

Definition at line 129 of file ps2ip_rpc.h.

Referenced by select().

◆ writeset

struct fd_set select_pkt::writeset

Definition at line 133 of file ps2ip_rpc.h.

Referenced by select().

◆ writeset_p

struct fd_set* select_pkt::writeset_p

Definition at line 132 of file ps2ip_rpc.h.

Referenced by select().


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