Difference between revisions of "SOCU:setsockopt"
Jump to navigation
Jump to search
Line 46: | Line 46: | ||
|- | |- | ||
| 2 | | 2 | ||
− | | | + | | POSIX return value |
|} | |} |
Revision as of 21:19, 13 July 2013
Request
Index Word | Description |
---|---|
0 | Header code [0x00120104] |
1 | Socket descriptor |
2 | int level (SOL_SOCKET=0xffff) |
3 | int optname |
4 | socklen_t optlen |
5 | Value 0x20 (processID header) |
6 | ProcessID set by the ARM11 kernel. |
7 | (optlen<<14) | 2 |
8 | Pointer to input optval buffer |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | POSIX return value |