msghdr Struct Reference

#include <socket.h>

Data Fields

void *  msg_name
socklen_t  msg_namelen
iovec msg_iov
int  msg_iovlen
void *  msg_control
socklen_t  msg_controllen
int  msg_flags

Field Documentation

void* msghdr::msg_control
 
socklen_t msghdr::msg_controllen
 
int msghdr::msg_flags
 
struct iovec* msghdr::msg_iov
 
int msghdr::msg_iovlen
 
void* msghdr::msg_name
 
socklen_t msghdr::msg_namelen
 

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

Copyright © Nokia Corporation 2001-2008
Back to top