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

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 |
|
|
Access rights sent/received.
|
|
|
|
|
|
Scatter/gather array.
Definition at line 2986 of file OS.h. Referenced by ACE_OS::recvmsg, and ACE_OS::sendmsg. |
|
|
# elements in msg_iov.
Definition at line 2989 of file OS.h. Referenced by ACE_OS::recvmsg, and ACE_OS::sendmsg. |
|
|
Optional address.
Definition at line 2980 of file OS.h. Referenced by ACE_OS::recvmsg, and ACE_OS::sendmsg. |
|
|
Size of address.
Definition at line 2983 of file OS.h. Referenced by ACE_OS::recvmsg, and ACE_OS::sendmsg. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002