ACE  6.5.2
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

◆ msg_accrights

caddr_t msghdr::msg_accrights

Access rights sent/received.

◆ msg_accrightslen

int msghdr::msg_accrightslen

◆ msg_iov

iovec* msghdr::msg_iov

Scatter/gather array.

◆ msg_iovlen

int msghdr::msg_iovlen

elements in msg_iov

◆ msg_name

sockaddr* msghdr::msg_name

Optional address.

◆ msg_namelen

int msghdr::msg_namelen

Size of address.


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