AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database
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

[sh-index] Back to list of manuals