sendmsg()

The socket call sends data and control information on a specified socket.

Syntax

#include <types.h>
#include <sys\socket.h>
int sendmsg(s, msg, flags)
int s;
struct msghdr *msg;
int flags;

Parameters

s

msg flags