#include <os_socket.h>
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 90 of file os_socket.h. |
|
Definition at line 92 of file os_socket.h. |
|
Scatter/gather array.
Definition at line 84 of file os_socket.h. Referenced by ACE_OS::recvmsg(), and ACE_OS::sendmsg(). |
|
# elements in msg_iov
Definition at line 87 of file os_socket.h. Referenced by ACE_OS::recvmsg(), and ACE_OS::sendmsg(). |
|
Optional address.
Definition at line 78 of file os_socket.h. Referenced by ACE_OS::recvmsg(), and ACE_OS::sendmsg(). |
|
Size of address.
Definition at line 81 of file os_socket.h. Referenced by ACE_OS::recvmsg(), and ACE_OS::sendmsg(). |