PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
msghdr Struct Reference

Data Fields

void * msg_name
 
socklen_t msg_namelen
 
struct iovec * msg_iov
 
int msg_iovlen
 
void * msg_control
 
socklen_t msg_controllen
 
int msg_flags
 

Detailed Description

Definition at line 96 of file socket.h.

Field Documentation

◆ msg_name

void* msghdr::msg_name

Definition at line 97 of file socket.h.

◆ msg_namelen

socklen_t msghdr::msg_namelen

Definition at line 98 of file socket.h.

◆ msg_iov

struct iovec* msghdr::msg_iov

Definition at line 99 of file socket.h.

◆ msg_iovlen

int msghdr::msg_iovlen

Definition at line 100 of file socket.h.

◆ msg_control

void* msghdr::msg_control

Definition at line 101 of file socket.h.

◆ msg_controllen

socklen_t msghdr::msg_controllen

Definition at line 102 of file socket.h.

◆ msg_flags

int msghdr::msg_flags

Definition at line 103 of file socket.h.


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