In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "/dev/net/ip/top"

From WiiBrew
< /dev‎ | net
Jump to navigation Jump to search
(creation)
 
Line 6: Line 6:
 
|-
 
|-
 
|Request number || Name || arguments || notes
 
|Request number || Name || arguments || notes
 +
|-
 +
| 0x2 || SOBind || ? || ?
 +
|-
 +
| 0x3 || SOClose || ? || ?
 
|-
 
|-
 
| 0x4 || SOConnect || ? || ?
 
| 0x4 || SOConnect || ? || ?
 +
|-
 +
| 0x5 || SOFcntl || ? || ?
 
|-
 
|-
 
| 0x7 || SOGetSockName || ? || ?
 
| 0x7 || SOGetSockName || ? || ?
 +
|-
 +
| 0x8 || SOGetSockOpt || ? || ?
 +
|-
 +
| 0x9 || SOSetSockOpt || ? || ?
 
|-
 
|-
 
| 0xB || SOPoll || ? || ?
 
| 0xB || SOPoll || ? || ?
 +
|-
 +
| 0xC || SORead / SORecvFrom / SORecv || (vector) ? || ?
 +
|-
 +
| 0xD || SOSend / SOSendTo  || (vector) ? || ?
 +
|-
 +
| 0xE || SOShutdown || ? || ?
 +
|-
 +
| 0xF || __SOCreateSocket || ? || ?
 +
|-
 +
| 0x10 || SOGetHostId || none || probably returns 32-bit numeric IP
 +
|-
 +
| 0x11 || SOGetHostByName || ? || ?
 +
|-
 +
| 0x15 || SOInetAtoN || ? || ?
 +
|-
 +
| 0x16 || SOInetPtoN || ? || ?
 +
|-
 +
| 0x18 || SOGetAddrInfo || (vector) ? || ?
 +
|-
 +
| 0x1C || SOGetInterfaceOpt || (vector) ? || ?
 +
|-
 +
| 0x1D || SOSetInterfaceOpt || (vector) ? || ?
 
|}
 
|}

Revision as of 15:48, 3 February 2008

Socket Ioctls

Fill me in!

Request number Name arguments notes
0x2 SOBind ? ?
0x3 SOClose ? ?
0x4 SOConnect ? ?
0x5 SOFcntl ? ?
0x7 SOGetSockName ? ?
0x8 SOGetSockOpt ? ?
0x9 SOSetSockOpt ? ?
0xB SOPoll ? ?
0xC SORead / SORecvFrom / SORecv (vector) ? ?
0xD SOSend / SOSendTo (vector) ? ?
0xE SOShutdown ? ?
0xF __SOCreateSocket ? ?
0x10 SOGetHostId none probably returns 32-bit numeric IP
0x11 SOGetHostByName ? ?
0x15 SOInetAtoN ? ?
0x16 SOInetPtoN ? ?
0x18 SOGetAddrInfo (vector) ? ?
0x1C SOGetInterfaceOpt (vector) ? ?
0x1D SOSetInterfaceOpt (vector) ? ?