#include <os_socket.h>
Collaboration diagram for msghdr:

Public Attributes | |
| sockaddr * | msg_name |
| Optional address. | |
| int | msg_namelen |
| Size of address. | |
| iovec * | msg_iov |
| Scatter/gather array. | |
| int | msg_iovlen |
| # elements in msg_iov | |
| caddr_t | msg_accrights |
| Access rights sent/received. | |
| int | msg_accrightslen |
|
|
Access rights sent/received.
Definition at line 81 of file os_socket.h. |
|
|
Definition at line 83 of file os_socket.h. |
|
|
Scatter/gather array.
Definition at line 75 of file os_socket.h. Referenced by ACE_OS::recvmsg(), and ACE_OS::sendmsg(). |
|
|
# elements in msg_iov
Definition at line 78 of file os_socket.h. Referenced by ACE_OS::recvmsg(), and ACE_OS::sendmsg(). |
|
|
Optional address.
Definition at line 69 of file os_socket.h. Referenced by ACE_OS::recvmsg(), and ACE_OS::sendmsg(). |
|
|
Size of address.
Definition at line 72 of file os_socket.h. Referenced by ACE_OS::recvmsg(), and ACE_OS::sendmsg(). |
1.3.6