cmsghdr Struct Reference
#include <cmsg.h>
Collaboration diagram for cmsghdr:

Public Attributes | |
| unsigned int | cmsg_len |
| int | cmsg_level |
| int | cmsg_type |
| unsigned char | cmsg_data [16] |
Detailed Description
Member Data Documentation
◆ cmsg_data
◆ cmsg_len
| unsigned int cmsghdr::cmsg_len |
Definition at line 36 of file cmsg.h.
Referenced by Ip::Qos::getTosFromServer(), and Ipc::TypedMsgHdr::putFd().
◆ cmsg_level
| int cmsghdr::cmsg_level |
Definition at line 37 of file cmsg.h.
Referenced by Ipc::TypedMsgHdr::getFd(), Ip::Qos::getTosFromServer(), Ipc::TypedMsgHdr::hasFd(), and Ipc::TypedMsgHdr::putFd().
◆ cmsg_type
| int cmsghdr::cmsg_type |
Definition at line 38 of file cmsg.h.
Referenced by Ipc::TypedMsgHdr::getFd(), Ip::Qos::getTosFromServer(), Ipc::TypedMsgHdr::hasFd(), and Ipc::TypedMsgHdr::putFd().
The documentation for this struct was generated from the following file:
- compat/cmsg.h
