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

Changes

Jump to navigation Jump to search
160 bytes removed ,  01:13, 10 April 2008
m
Same here man, the cache messes with the edit textbox
Line 12: Line 12:  
| style="border: 1px solid #ccc; padding: 0.2em; background-color: #fe9;" | '''output'''
 
| style="border: 1px solid #ccc; padding: 0.2em; background-color: #fe9;" | '''output'''
 
| style="border: 1px solid #ccc; padding: 0.2em; background-color: #dcc;" | '''notes'''
 
| style="border: 1px solid #ccc; padding: 0.2em; background-color: #dcc;" | '''notes'''
{{ SocketRow | 0x1 | SOAccept | 4 bytes? | 0 | secret }}
+
{{ /Row | 0x1 | SOAccept | 4 bytes? | 0 | secret }}
{{ SocketRow | 0x2 | SOBind | (int socket, struct sockaddr_in *address) | 0 |  }}
+
{{ /Row | 0x2 | SOBind | (int socket, struct sockaddr_in *address) | 0 |  }}
{{ SocketRow | 0x3 | SOClose | 4 bytes? | | }}
+
{{ /Row | 0x3 | SOClose | 4 bytes? | | }}
{{ SocketRow | 0x4 | SOConnect | (int socket, struct sockaddr_in *address) | 0 | }}
+
{{ /Row | 0x4 | SOConnect | (int socket, struct sockaddr_in *address) | 0 | }}
{{ SocketRow | 0x5 | SOFcntl | | | }}
+
{{ /Row | 0x5 | SOFcntl | | | }}
{{ SocketRow | 0x6 | SOGetPeerName | | | }}
+
{{ /Row | 0x6 | SOGetPeerName | | | }}
{{ SocketRow | 0x7 | SOGetSockName | |  | }}
+
{{ /Row | 0x7 | SOGetSockName | |  | }}
{{ SocketRow | 0x8 | SOGetSockOpt | 0 | 0x18 bytes |  }}
+
{{ /Row | 0x8 | SOGetSockOpt | 0 | 0x18 bytes |  }}
{{ SocketRow | 0x9 | SOSetSockOpt | 0x24 bytes? | 0 |  }}
+
{{ /Row | 0x9 | SOSetSockOpt | 0x24 bytes? | 0 |  }}
{{ SocketRow | 0xA | SOListen | (s32 socket, s32 backlog) | | secret }}
+
{{ /Row | 0xA | SOListen | (s32 socket, s32 backlog) | | secret }}
{{ SocketRow | 0xB | SOPoll |  |  | }}
+
{{ /Row | 0xB | SOPoll |  |  | }}
{{ SocketRow | 0xC | SORecvFrom | (int socket, char * message, int msg_len, int flags) | | }}
+
{{ /Row | 0xC | SORecvFrom | (int socket, char * message, int msg_len, int flags) | | }}
{{ SocketRow | 0xD | SOSendTo | (int socket, char * message, int msg_len, int flags) | | }}
+
{{ /Row | 0xD | SOSendTo | (int socket, char * message, int msg_len, int flags) | | }}
{{ SocketRow | 0xE | SOShutdown | 8 bytes? | | }}
+
{{ /Row | 0xE | SOShutdown | 8 bytes? | | }}
{{ SocketRow | 0xF | SOSocket | 0xC bytes (int domain, int type, int protocol) | 0 |  }}
+
{{ /Row | 0xF | SOSocket | 0xC bytes (int domain, int type, int protocol) | 0 |  }}
{{ SocketRow | 0x10 | SOGetHostId | none | none | returns 32-bit numeric IP }}
+
{{ /Row | 0x10 | SOGetHostId | none | none | returns 32-bit numeric IP }}
{{ SocketRow | 0x11 | SOGetHostByName | (char *hostname) | hostent |  }}
+
{{ /Row | 0x11 | SOGetHostByName | (char *hostname) | hostent |  }}
{{ SocketRow | 0x12 | SOGetHostByAddr | | | }}
+
{{ /Row | 0x12 | SOGetHostByAddr | | | }}
{{ SocketRow | 0x13 | SOGetNameInfo | (vector) ? | | }}
+
{{ /Row | 0x13 | SOGetNameInfo | (vector) ? | | }}
{{ SocketRow | 0x15 | SOInetAtoN | IPv4 address (string) | IPv4 address (4 bytes) | inet_aton() }}
+
{{ /Row | 0x15 | SOInetAtoN | IPv4 address (string) | IPv4 address (4 bytes) | inet_aton() }}
{{ SocketRow | 0x16 | SOInetPtoN | | | }}
+
{{ /Row | 0x16 | SOInetPtoN | | | }}
{{ SocketRow | 0x17 | SOInetNtoP | | | secret }}
+
{{ /Row | 0x17 | SOInetNtoP | | | secret }}
{{ SocketRow | 0x18 | SOGetAddrInfo | (vector) ? | | }}
+
{{ /Row | 0x18 | SOGetAddrInfo | (vector) ? | | }}
{{ SocketRow | 0x19 | SOSockAtMark | | | secret }}
+
{{ /Row | 0x19 | SOSockAtMark | | | secret }}
{{ SocketRow | 0x1C | SOGetInterfaceOpt | (vector) ? | | }}
+
{{ /Row | 0x1C | SOGetInterfaceOpt | (vector) ? | | }}
{{ SocketRow | 0x1D | SOSetInterfaceOpt | (vector) ? | | }}
+
{{ /Row | 0x1D | SOSetInterfaceOpt | (vector) ? | | }}
{{ SocketRow | 0x1E | SOSetInterface | | | secret }}
+
{{ /Row | 0x1E | SOSetInterface | | | secret }}
{{ SocketRow | 0x1F | SOStartup | 0 | 0 |  }}
+
{{ /Row | 0x1F | SOStartup | 0 | 0 |  }}
{{ SocketRow | 0x30 | ICMPSocket | | | secret }}
+
{{ /Row | 0x30 | ICMPSocket | | | secret }}
{{ SocketRow | 0x31 | ICMPPing | | | secret }}
+
{{ /Row | 0x31 | ICMPPing | | | secret }}
{{ SocketRow | 0x32 | ICMPCancel | | | secret }}
+
{{ /Row | 0x32 | ICMPCancel | | | secret }}
{{ SocketRow | 0x33 | ICMPClose | | | secret }}
+
{{ /Row | 0x33 | ICMPClose | | | secret }}
 
|}
 
|}
3,893

edits

Navigation menu