Showing changes from revision #0 to #1:
Added | Removed | Changed
Entry | |
---|---|
R0 | Socket descriptor |
R1 | Pointer to a message descriptor |
R2 | Flags |
Exit | |
---|---|
R0 | Number of bytes received |
The purpose of this call is to read data from a socket given a message descriptor which includes the address and a vector of buffers to use.
This SWI directly corresponded to the function recvmsg
in 4.3BSD.
This SWI is deprecated; the format of the message block in R1 was changed in Internet 5.00 and a new SWI added which accommodates the new layout. See Socket_Recvmsg_1 for details.