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

#include <ps2ip_rpc.h>

+ Collaboration diagram for send_pkt:

Data Fields

s32 socket
 
s32 length
 
s32 flags
 
void * ee_addr
 
struct sockaddr sockaddr
 
s32 malign
 
u8 malign_buff [64]
 

Detailed Description

Definition at line 64 of file ps2ip_rpc.h.

Field Documentation

◆ ee_addr

void* send_pkt::ee_addr

Definition at line 68 of file ps2ip_rpc.h.

Referenced by recv(), recvfrom(), send(), and sendto().

◆ flags

s32 send_pkt::flags

Definition at line 67 of file ps2ip_rpc.h.

Referenced by recv(), recvfrom(), send(), and sendto().

◆ length

s32 send_pkt::length

Definition at line 66 of file ps2ip_rpc.h.

Referenced by recv(), recvfrom(), send(), and sendto().

◆ malign

s32 send_pkt::malign

Definition at line 70 of file ps2ip_rpc.h.

Referenced by send(), and sendto().

◆ malign_buff

u8 send_pkt::malign_buff[64]

buffer for sending misaligned portion

Definition at line 72 of file ps2ip_rpc.h.

Referenced by send(), and sendto().

◆ sockaddr

struct sockaddr send_pkt::sockaddr

Definition at line 68 of file ps2ip_rpc.h.

Referenced by sendto().

◆ socket

s32 send_pkt::socket

Definition at line 65 of file ps2ip_rpc.h.

Referenced by recv(), recvfrom(), send(), and sendto().


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