Showing changes from revision #0 to #1:
Added | Removed | Changed
Entry | |
---|---|
R0 | Socket descriptor |
R1 | Option level |
R2 | Option number to write |
R3 | Pointer to buffer containing the new option value |
R4 | The size of buffer provided |
Exit | |
---|---|
R0 | Corrupted |
The purpose of this call is to set one of the options for an open socket.
This SWI directly corresponds to the function setsockopt and would ordinarily be called from C using the setsockopt()
function in socklib.h
.