SOCU:recvfrom other: Difference between revisions
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00070104] |- | 1 | Socket descriptor |- | 2 | size_t len |- | 3 | int flags |- |..." |
No edit summary |
||
Line 56: | Line 56: | ||
|- | |- | ||
| 1 | | 1 | ||
| Result code (zero | | Result code (always zero) | ||
|- | |- | ||
| 2 | | 2 | ||
| | | POSIX return value | ||
|} | |} | ||
=Description= | =Description= | ||
This is the same as [[SOCU:recvfrom]], except this doesn't have the size restriction, and this uses the "(outsize<<4) | 12" header instead of the "| 2" header. | This is the same as [[SOCU:recvfrom]], except this doesn't have the size restriction, and this uses the "(outsize<<4) | 12" header instead of the "| 2" header. |