Showing changes from revision #0 to #1:
Added | Removed | Changed
Entry | |
---|---|
R0 | Socket descriptor |
R1 | Pointer to local address to bind this socket to |
R2 | Size of local address |
Exit | |
---|---|
R0 | Corrupted |
The purpose of this call is to bind a socket to a specified local address.
This SWI directly corresponds to the function bind and would ordinarily be called from C using the bind()
function in socklib.h
.