ACE  6.2.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
msghdr Struct Reference

#include <os_socket.h>

Public Attributes

sockaddr * msg_name
 Optional address. More...
 
int msg_namelen
 Size of address. More...
 
iovec * msg_iov
 Scatter/gather array. More...
 
int msg_iovlen
 

elements in msg_iov

More...
 
caddr_t msg_accrights
 Access rights sent/received. More...
 
int msg_accrightslen
 

Member Data Documentation

caddr_t msghdr::msg_accrights

Access rights sent/received.

int msghdr::msg_accrightslen
iovec* msghdr::msg_iov

Scatter/gather array.

int msghdr::msg_iovlen

elements in msg_iov

sockaddr* msghdr::msg_name

Optional address.

int msghdr::msg_namelen

Size of address.


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