Socket_Sendmsg - sendmsg()
In: R0 = Socket descriptor
R1 = Pointer to message descriptor
R2 = Flags
Out: R0 = Amount of data sent
This call behaves in the same way as Socket_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. The format of the message descriptor is as given for Socket_Recvmsg.
|
|
|