©2004 by Marc J. Rochkind. All rights reserved. Portions marked "Open Source" may be copied under license.

 

Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

msghdr Struct Reference

List of all members.

Detailed Description

Description:
Structure for sendmsg and recvmsg (Std. UNIX; see AUP2 Sec. 8.6.3)
Headers:

Definition at line 3350 of file SUS_Summary.

Public Attributes

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


Member Data Documentation

void* msghdr::msg_control
 

ancillary data

Definition at line 3355 of file SUS_Summary.

socklen_t msghdr::msg_controllen
 

ancillary data buffer len

Definition at line 3356 of file SUS_Summary.

int msghdr::msg_flags
 

flags on received message

Definition at line 3357 of file SUS_Summary.

struct iovec* msghdr::msg_iov
 

scatter/gather array

Definition at line 3353 of file SUS_Summary.

Referenced by run_server().

int msghdr::msg_iovlen
 

number of elements in msg_iov

Definition at line 3354 of file SUS_Summary.

Referenced by run_server().

void* msghdr::msg_name
 

optional address

Definition at line 3351 of file SUS_Summary.

Referenced by run_server().

socklen_t msghdr::msg_namelen
 

size of address

Definition at line 3352 of file SUS_Summary.

Referenced by run_server().


The documentation for this struct was generated from the following file:
Generated on Fri Apr 23 10:57:14 2004 for AUP2 Example Source by doxygen 1.3.1