Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <socket.h>

Struct msghdr

Interface status: externallyDefinedApi

struct msghdr;

Description

Message header for recvmsg and sendmsg calls. Used value-result for recvmsg, value only for sendmsg.

Members

Defined in msghdr:


Member data


msg_name

Interface status: externallyDefinedApi Inherited from: msghdr

void * msg_name;

Description

optional address


msg_namelen

Interface status: externallyDefinedApi Inherited from: msghdr

socklen_t msg_namelen;

Description

size of address


msg_iov

Interface status: externallyDefinedApi Inherited from: msghdr

iovec * msg_iov;

Description

scatter or gather array


msg_iovlen

Interface status: externallyDefinedApi Inherited from: msghdr

int msg_iovlen;

Description

x elements in msg_iov


msg_control

Interface status: externallyDefinedApi Inherited from: msghdr

void * msg_control;

Description

ancillary data, see below


msg_controllen

Interface status: externallyDefinedApi Inherited from: msghdr

socklen_t msg_controllen;

Description

ancillary data buffer len


msg_flags

Interface status: externallyDefinedApi Inherited from: msghdr

int msg_flags;

Description

flags on received message