msghdr Struct Reference
Message header. More...
#include <bsd_socket.h>
Data Fields | |
| void * | msg_name |
| socklen_t | msg_namelen |
| struct iovec * | msg_iov |
| int_t | msg_iovlen |
| void * | msg_control |
| size_t | msg_controllen |
| int_t | msg_flags |
Detailed Description
Message header.
Definition at line 479 of file bsd_socket.h.
Field Documentation
◆ msg_control
| void* msg_control |
Definition at line 485 of file bsd_socket.h.
◆ msg_controllen
| size_t msg_controllen |
Definition at line 486 of file bsd_socket.h.
◆ msg_flags
| int_t msg_flags |
Definition at line 487 of file bsd_socket.h.
◆ msg_iov
| struct iovec* msg_iov |
Definition at line 483 of file bsd_socket.h.
◆ msg_iovlen
| int_t msg_iovlen |
Definition at line 484 of file bsd_socket.h.
◆ msg_name
| void* msg_name |
Definition at line 481 of file bsd_socket.h.
◆ msg_namelen
| socklen_t msg_namelen |
Definition at line 482 of file bsd_socket.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/core/bsd_socket.h
