Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
msghdr Struct Reference

#include <socket.h>

Data Fields

voidmsg_name
 
int msg_namelen
 
struct iovecmsg_iov
 
__kernel_size_t msg_iovlen
 
voidmsg_control
 
__kernel_size_t msg_controllen
 
unsigned int msg_flags
 

Detailed Description

Definition at line 47 of file socket.h.

Field Documentation

void* msg_control

Definition at line 52 of file socket.h.

__kernel_size_t msg_controllen

Definition at line 53 of file socket.h.

unsigned int msg_flags

Definition at line 54 of file socket.h.

struct iovec* msg_iov

Definition at line 50 of file socket.h.

__kernel_size_t msg_iovlen

Definition at line 51 of file socket.h.

void* msg_name

Definition at line 48 of file socket.h.

int msg_namelen

Definition at line 49 of file socket.h.


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