Socket_Recvfrom - recvfrom()
In: R0 = Socket descriptor
R1 = Pointer to buffer for received data
R2 = Size of buffer
R3 = Flags
R4 = Pointer to address to be filled in
R5 = Size of supplied address block
Out: R0 = Amount of data received
This call has identical functionality to Socket_Recv except that the address of the host that sent the data will be returned in the block supplied, in the same format as used by Socket_Bind.
|
|
|