#$Id$ service=VPN [constants] #protocols PROTOCOL_IP_TCP=0 #errno EPERM=1 EBADF=9 EPROTO=96 [call::close] ret=INT32 arg1=INT32,fd [call::connect] ret=INT32 arg1=UINT32,protocol arg2=STRING,name [call:gethostbyname] ret=INT32 arg1=STRING,name arg2=INT32_OUT,address [call::recv] ret=INT32 arg1=INT32,fd arg2=BUFFER_OUT,buffer arg3=UINT32,size arg4=UINT32,flags [call::send] ret=INT32 arg1=INT32,fd arg2=BUFFER_IN,buffer arg3=UINT32,size arg4=UINT32,flags #[call::socket] #ret=INT32 #arg1=INT32,domain #arg2=INT32,type #arg3=INT32,protocol