C# Class CSPspEmu.Hle.Modules.pspnet.sceNetInet

Inheritance: HleModuleHost
Show file Open project: soywiz/cspspemu

Private Methods

Method Description
sceNetInetAccept ( int SocketId, sockaddr Address, socklen_t AddressLength ) : int
sceNetInetBind ( int SocketId, sockaddr Address, socklen_t AddressLength ) : int
sceNetInetClose ( int SocketId ) : int
sceNetInetCloseWithRST ( ) : void
sceNetInetConnect ( int SocketId, sockaddr_in serv_addr, socklen_t addrlen ) : int
sceNetInetGetErrno ( ) : int
sceNetInetGetPspError ( ) : int
sceNetInetGetTcpcbstat ( ) : void
sceNetInetGetUdpcbstat ( ) : void
sceNetInetGetpeername ( ) : void
sceNetInetGetsockname ( ) : void
sceNetInetGetsockopt ( int s, int level, int optname, void optval, socklen_t optlen ) : int
sceNetInetInetAddr ( ) : void
sceNetInetInetAton ( ) : void
sceNetInetInetNtop ( ) : void
sceNetInetInetPton ( ) : void
sceNetInetInit ( ) : int
sceNetInetListen ( int SocketId, int BackLog ) : int
sceNetInetPoll ( ) : void
sceNetInetRecv ( int SocketId, void BufferPointer, int BufferLength, SocketFlags Flags ) : int
sceNetInetRecvfrom ( int SocketId, void BufferPointer, int BufferLength, SocketFlags SocketFlags, sockaddr_in From, socklen_t FromLength ) : int
sceNetInetRecvmsg ( ) : void
sceNetInetSelect ( ) : void
sceNetInetSend ( int SocketId, void BufferPointer, int BufferLength, SocketFlags Flags ) : int
sceNetInetSendmsg ( ) : void
sceNetInetSendto ( int SocketId, void BufferPointer, int BufferLength, SocketFlags SocketFlags, sockaddr_in To, socklen_t ToLength ) : int
sceNetInetSetsockopt ( int SocketId, SocketOptionLevel SocketOptionLevel, SocketOptionName SocketOptionName, void OptionValue, int OptionValueLength ) : int
sceNetInetShutdown ( int SocketId, SocketShutdown How ) : int
sceNetInetSocket ( AddressFamily AddressFamily, SocketType SocketType, ProtocolType ProtocolType ) : int
sceNetInetSocketAbort ( ) : void
sceNetInetTerm ( ) : int