Changes

Jump to navigation Jump to search
880 bytes added ,  21:25, 9 July 2013
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00080102] |- | 1 | Socket descriptor |- | 2 | size_t len |- | 3 | int flags |- |..."
=Request=
{| class="wikitable" border="1"
|-
! Index Word
! Description
|-
| 0
| Header code [0x00080102]
|-
| 1
| Socket descriptor
|-
| 2
| size_t len
|-
| 3
| int flags
|-
| 4
| socklen_t addrlen
|-
| 5
| Value 0x20 (processID header)
|-
| 6
| ProcessID set by the ARM11 kernel.
|}

The following is located 0x100-bytes after the beginning of the above command buffer:
{| class="wikitable" border="1"
|-
! Index Word
! Description
|-
| 0
| (len<<14) <nowiki>|</nowiki> 2
|-
| 1
| Pointer to output buf
|-
| 2
| (addrlen<<14) <nowiki>|</nowiki> 2
|-
| 3
| Pointer to the output src_addr structure (must be a valid address, even when unused)
|}

=Response=
{| class="wikitable" border="1"
|-
! Index Word
! Description
|-
| 0
| Header code
|-
| 1
| Result code (zero for success)
|-
| 2
| Total received data
|-
| 3
| Output addrlen?(Value 0x1 when src_addr is unused)
|}

Navigation menu