Nebula
Loading...
Searching...
No Matches
Posix::PosixSocket Member List

This is the complete list of members for Posix::PosixSocket, including all inherited members.

__DeclareClass(PosixSocket)Posix::PosixSocketprivate
Accept(Ptr< Net::Socket > &outSocket)Posix::PosixSocket
addrPosix::PosixSocketprivate
AddRef()Core::RefCountedinline
Bind()Posix::PosixSocket
ClearError()Posix::PosixSocketprivate
Close()Posix::PosixSocket
Closed enum valuePosix::PosixSocket
Connect()Posix::PosixSocket
DumpRefCountingLeaks()Core::RefCountedstatic
errorPosix::PosixSocketprivate
Error enum valuePosix::PosixSocket
ErrorAddrFamilyNotSupported enum valuePosix::PosixSocket
ErrorAddrInUse enum valuePosix::PosixSocket
ErrorAddrNotAvailable enum valuePosix::PosixSocket
ErrorAlreadyInProgress enum valuePosix::PosixSocket
ErrorAsString(ErrorCode err)Posix::PosixSocketprivatestatic
ErrorBadAddress enum valuePosix::PosixSocket
ErrorBadProtocolOption enum valuePosix::PosixSocket
ErrorBrokenPipe enum valuePosix::PosixSocket
ErrorCode enum namePosix::PosixSocket
ErrorConnectionAborted enum valuePosix::PosixSocket
ErrorConnectionRefused enum valuePosix::PosixSocket
ErrorConnectionReset enum valuePosix::PosixSocket
ErrorDestAddrRequired enum valuePosix::PosixSocket
ErrorDisconnecting enum valuePosix::PosixSocket
ErrorHostDown enum valuePosix::PosixSocket
ErrorHostNotFound enum valuePosix::PosixSocket
ErrorHostUnreachable enum valuePosix::PosixSocket
ErrorInProgress enum valuePosix::PosixSocket
ErrorInterrupted enum valuePosix::PosixSocket
ErrorInvalidArgument enum valuePosix::PosixSocket
ErrorInvalidProtocol enum valuePosix::PosixSocket
ErrorIsConnected enum valuePosix::PosixSocket
ErrorIsShutdown enum valuePosix::PosixSocket
ErrorIsTimedOut enum valuePosix::PosixSocket
ErrorMsgTooLong enum valuePosix::PosixSocket
ErrorNetDown enum valuePosix::PosixSocket
ErrorNetReset enum valuePosix::PosixSocket
ErrorNetUnreachable enum valuePosix::PosixSocket
ErrorNoBufferSpace enum valuePosix::PosixSocket
ErrorNoData enum valuePosix::PosixSocket
ErrorNone enum valuePosix::PosixSocket
ErrorNoRecovery enum valuePosix::PosixSocket
ErrorNotASocket enum valuePosix::PosixSocket
ErrorNotConnected enum valuePosix::PosixSocket
ErrorNotInitialized enum valuePosix::PosixSocket
ErrorOperationNotSupported enum valuePosix::PosixSocket
ErrorPermissionDenied enum valuePosix::PosixSocket
ErrorProtFamilyNotSupported enum valuePosix::PosixSocket
ErrorProtocolNotSupported enum valuePosix::PosixSocket
ErrorSocketTypeNotSupported enum valuePosix::PosixSocket
ErrorSystemNotReady enum valuePosix::PosixSocket
ErrorTooManyOpenFiles enum valuePosix::PosixSocket
ErrorTryAgain enum valuePosix::PosixSocket
ErrorTypeNotFound enum valuePosix::PosixSocket
ErrorUnknown enum valuePosix::PosixSocket
ErrorVersionNotSupported enum valuePosix::PosixSocket
ErrorWouldBlock enum valuePosix::PosixSocket
GetAddress() constPosix::PosixSocketinline
GetBlocking() constPosix::PosixSocketinline
GetBoolOption(int optName)Posix::PosixSocketprivate
GetBroadcast()Posix::PosixSocketinline
GetClassFourCC() constCore::RefCountedinline
GetClassName() constCore::RefCountedinline
GetDontLinger()Posix::PosixSocketinline
GetErrorCode() constPosix::PosixSocketinline
GetErrorString() constPosix::PosixSocket
GetIntOption(int optName)Posix::PosixSocketprivate
GetKeepAlive()Posix::PosixSocketinline
GetMaxMsgSize()Posix::PosixSocketinline
GetNoDelay()Posix::PosixSocketinline
GetRecvBufSize()Posix::PosixSocketinline
GetRefCount() constCore::RefCountedinline
GetReUseAddr()Posix::PosixSocketinline
GetSendBufSize()Posix::PosixSocketinline
HasRecvData()Posix::PosixSocket
HostErrorToErrorCode(int wsaError)Posix::PosixSocketprivatestatic
HostErrorToString(int wsaError)Posix::PosixSocketprivatestatic
InitNetwork()Posix::PosixSocketprivatestatic
IsA(const Rtti &rtti) constCore::RefCountedinline
IsA(const Util::String &rttiName) constCore::RefCountedinline
IsA(const Util::FourCC &rttiFourCC) constCore::RefCountedinline
isBlockingPosix::PosixSocketprivate
isBoundPosix::PosixSocketprivate
IsBound() constPosix::PosixSocketinline
IsConnected()Posix::PosixSocket
IsInstanceOf(const Rtti &rtti) constCore::RefCountedinline
IsInstanceOf(const Util::String &className) constCore::RefCountedinline
IsInstanceOf(const Util::FourCC &classFourCC) constCore::RefCountedinline
IsOpen() constPosix::PosixSocketinline
Listen()Posix::PosixSocket
NetworkInitializedPosix::PosixSocketprivatestatic
Open(Protocol p)Posix::PosixSocket
OpenWithExistingSocket(int s)Posix::PosixSocketprivate
PosixIpAddressPosix::PosixSocketfriend
PosixSocket()Posix::PosixSocket
Protocol enum namePosix::PosixSocket
Recv(void *buf, SizeT bufSize, SizeT &bytesReceived)Posix::PosixSocket
RecvFrom(void *buf, SizeT bufSize, uint addr, ushort port, SizeT &bytesReceived)Posix::PosixSocket
refCountCore::RefCountedprivate
RefCounted()Core::RefCountedinline
Release()Core::RefCountedinline
Result enum namePosix::PosixSocket
Send(const void *buf, SizeT numBytes, SizeT &bytesSent)Posix::PosixSocket
SendTo(const void *buf, SizeT numBytes, uint addr, ushort port, SizeT &bytesSent)Posix::PosixSocket
SetAddress(const Net::IpAddress &a)Posix::PosixSocketinline
SetBlocking(bool b)Posix::PosixSocket
SetBoolOption(int optName, bool val)Posix::PosixSocketprivate
SetBroadcast(bool b)Posix::PosixSocketinline
SetDontLinger(bool b)Posix::PosixSocketinline
SetIntOption(int optName, int val)Posix::PosixSocketprivate
SetKeepAlive(bool b)Posix::PosixSocketinline
SetNoDelay(bool b)Posix::PosixSocketinline
SetRecvBufSize(SizeT s)Posix::PosixSocketinline
SetReUseAddr(bool b)Posix::PosixSocketinline
SetSendBufSize(SizeT s)Posix::PosixSocketinline
SetSocketError(int wsaError)Posix::PosixSocketprivate
SetToLastSocketError()Posix::PosixSocketprivate
sockPosix::PosixSocketprivate
SocketErrorToErrorCode(int wsaError)Posix::PosixSocketprivatestatic
SocketErrorToString(int wsaError)Posix::PosixSocketprivatestatic
Success enum valuePosix::PosixSocket
SysFuncPosix::PosixSocketfriend
TCP enum valuePosix::PosixSocket
UDP enum valuePosix::PosixSocket
WouldBlock enum valuePosix::PosixSocket
~PosixSocket()Posix::PosixSocketvirtual
~RefCounted()Core::RefCountedprotectedvirtual