Showing changes from revision #0 to #1:
Added | Removed | Changed
Entry | |
---|---|
R0 | Socket descriptor |
R1 | Pointer to an address to be filled in |
R2 | Pointer to an integer containing the size of the address |
Exit | |
---|---|
R0 | Corrupted |
The purpose of this call is to return the local address that the socket is connected to (if any).
This SWI directly corresponds to the function getsockname and would ordinarily be called from C using the getsockname()
function in socklib.h
.