Changes

551 bytes added ,  15:42, 1 March 2008
Maybe someone has the time to put that into a nice table
Line 2: Line 2:     
Fill me in!
 
Fill me in!
 +
 +
socket:
 +
ios_ioctl( fd, 0xF, &inbuf, 0xC, 0, 0);
 +
close:
 +
ios_ioctl( fd, 3, &inbuf, 4, 0, 0);
 +
listen:
 +
ios_ioctl( fd, 0xA, &inbuf, 8, 0, 0);
 +
accept:
 +
ios_ioctl( fd, 1, &inbuf, 4, 0, 0);
 +
bind:
 +
ios_ioctl( fd, 2, &inbuf, 0x24, 0, 0);
 +
connect:
 +
ios_ioctl( fd, 4, &inbuf, 0x24, 0, 0);
 +
GetSockOpt:
 +
ios_ioctl( fd, 8, 0, 0, &outbuf, 0x18);
 +
SetSockOpt:
 +
ios_ioctl( fd, 9, &inbuf, 0x24, 0, 0);
 +
shutdown:
 +
ios_ioctl( fd, 8, &inbuf, 8, 0, 0);
 +
GetHostID:
 +
ios_ioctl( fd, 0x10, 0, 0, 0, 0);
 +
InetAtoN:
 +
ios_ioctl( fd, 0x15, &inbuf, strlen, &outbuf, 4);
    
{| border=1
 
{| border=1
oversight
362

edits