Syntax: int sendmsg(int s, struct msghdr *msg, int flags);
Header: NetLib - sys/socket.h
Sockets - socklib.h
UnixLib - sys/socket.h
Returns: amount of data sent, or EOF if error
This call behaves in the same way as Socket_Sendto or sendto(), except that the message descriptor is used to indicate where the address should be taken from and to give a list of buffers containing the data in.
C definition SWI definition
|
|
|