FreeNOS
Data Fields
msghdr Struct Reference

Describes one or more datagrams. More...

#include <socket.h>

Data Fields

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

Detailed Description

Describes one or more datagrams.

Definition at line 55 of file socket.h.

Field Documentation

◆ msg_control

void* msghdr::msg_control

Definition at line 61 of file socket.h.

◆ msg_controllen

size_t msghdr::msg_controllen

Definition at line 62 of file socket.h.

◆ msg_flags

int msghdr::msg_flags

Definition at line 63 of file socket.h.

◆ msg_iov

struct iovec* msghdr::msg_iov

Definition at line 59 of file socket.h.

Referenced by sendmsg(), NetSend::udpSendMultiple(), and MpiProxy::udpSendMultiple().

◆ msg_iovlen

size_t msghdr::msg_iovlen

Definition at line 60 of file socket.h.

Referenced by sendmsg(), NetSend::udpSendMultiple(), and MpiProxy::udpSendMultiple().

◆ msg_name

void* msghdr::msg_name

Definition at line 57 of file socket.h.

Referenced by sendmsg(), NetSend::udpSendMultiple(), and MpiProxy::udpSendMultiple().

◆ msg_namelen

socklen_t msghdr::msg_namelen

Definition at line 58 of file socket.h.

Referenced by sendmsg(), NetSend::udpSendMultiple(), and MpiProxy::udpSendMultiple().


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