msghdr Struct Reference

Message header. More...

#include <bsd_socket.h>

Data Fields

void * msg_name
 
socklen_t msg_namelen
 
struct iovecmsg_iov
 
int_t msg_iovlen
 
void * msg_control
 
size_t msg_controllen
 
int_t msg_flags
 

Detailed Description

Message header.

Definition at line 409 of file bsd_socket.h.

Field Documentation

◆ msg_control

void* msg_control

Definition at line 415 of file bsd_socket.h.

◆ msg_controllen

size_t msg_controllen

Definition at line 416 of file bsd_socket.h.

◆ msg_flags

int_t msg_flags

Definition at line 417 of file bsd_socket.h.

◆ msg_iov

struct iovec* msg_iov

Definition at line 413 of file bsd_socket.h.

◆ msg_iovlen

int_t msg_iovlen

Definition at line 414 of file bsd_socket.h.

◆ msg_name

void* msg_name

Definition at line 411 of file bsd_socket.h.

◆ msg_namelen

socklen_t msg_namelen

Definition at line 412 of file bsd_socket.h.


The documentation for this struct was generated from the following file: