| __DeclareClass(PosixSocket) | Posix::PosixSocket | private |
| Accept(Ptr< Net::Socket > &outSocket) | Posix::PosixSocket | |
| addr | Posix::PosixSocket | private |
| AddRef() | Core::RefCounted | inline |
| Bind() | Posix::PosixSocket | |
| ClearError() | Posix::PosixSocket | private |
| Close() | Posix::PosixSocket | |
| Closed enum value | Posix::PosixSocket | |
| Connect() | Posix::PosixSocket | |
| DumpRefCountingLeaks() | Core::RefCounted | static |
| Error enum value | Posix::PosixSocket | |
| error | Posix::PosixSocket | private |
| ErrorAddrFamilyNotSupported enum value | Posix::PosixSocket | |
| ErrorAddrInUse enum value | Posix::PosixSocket | |
| ErrorAddrNotAvailable enum value | Posix::PosixSocket | |
| ErrorAlreadyInProgress enum value | Posix::PosixSocket | |
| ErrorAsString(ErrorCode err) | Posix::PosixSocket | privatestatic |
| ErrorBadAddress enum value | Posix::PosixSocket | |
| ErrorBadProtocolOption enum value | Posix::PosixSocket | |
| ErrorBrokenPipe enum value | Posix::PosixSocket | |
| ErrorCode enum name | Posix::PosixSocket | |
| ErrorConnectionAborted enum value | Posix::PosixSocket | |
| ErrorConnectionRefused enum value | Posix::PosixSocket | |
| ErrorConnectionReset enum value | Posix::PosixSocket | |
| ErrorDestAddrRequired enum value | Posix::PosixSocket | |
| ErrorDisconnecting enum value | Posix::PosixSocket | |
| ErrorHostDown enum value | Posix::PosixSocket | |
| ErrorHostNotFound enum value | Posix::PosixSocket | |
| ErrorHostUnreachable enum value | Posix::PosixSocket | |
| ErrorInProgress enum value | Posix::PosixSocket | |
| ErrorInterrupted enum value | Posix::PosixSocket | |
| ErrorInvalidArgument enum value | Posix::PosixSocket | |
| ErrorInvalidProtocol enum value | Posix::PosixSocket | |
| ErrorIsConnected enum value | Posix::PosixSocket | |
| ErrorIsShutdown enum value | Posix::PosixSocket | |
| ErrorIsTimedOut enum value | Posix::PosixSocket | |
| ErrorMsgTooLong enum value | Posix::PosixSocket | |
| ErrorNetDown enum value | Posix::PosixSocket | |
| ErrorNetReset enum value | Posix::PosixSocket | |
| ErrorNetUnreachable enum value | Posix::PosixSocket | |
| ErrorNoBufferSpace enum value | Posix::PosixSocket | |
| ErrorNoData enum value | Posix::PosixSocket | |
| ErrorNone enum value | Posix::PosixSocket | |
| ErrorNoRecovery enum value | Posix::PosixSocket | |
| ErrorNotASocket enum value | Posix::PosixSocket | |
| ErrorNotConnected enum value | Posix::PosixSocket | |
| ErrorNotInitialized enum value | Posix::PosixSocket | |
| ErrorOperationNotSupported enum value | Posix::PosixSocket | |
| ErrorPermissionDenied enum value | Posix::PosixSocket | |
| ErrorProtFamilyNotSupported enum value | Posix::PosixSocket | |
| ErrorProtocolNotSupported enum value | Posix::PosixSocket | |
| ErrorSocketTypeNotSupported enum value | Posix::PosixSocket | |
| ErrorSystemNotReady enum value | Posix::PosixSocket | |
| ErrorTooManyOpenFiles enum value | Posix::PosixSocket | |
| ErrorTryAgain enum value | Posix::PosixSocket | |
| ErrorTypeNotFound enum value | Posix::PosixSocket | |
| ErrorUnknown enum value | Posix::PosixSocket | |
| ErrorVersionNotSupported enum value | Posix::PosixSocket | |
| ErrorWouldBlock enum value | Posix::PosixSocket | |
| GetAddress() const | Posix::PosixSocket | inline |
| GetBlocking() const | Posix::PosixSocket | inline |
| GetBoolOption(int optName) | Posix::PosixSocket | private |
| GetBroadcast() | Posix::PosixSocket | inline |
| GetClassFourCC() const | Core::RefCounted | inline |
| GetClassName() const | Core::RefCounted | inline |
| GetDontLinger() | Posix::PosixSocket | inline |
| GetErrorCode() const | Posix::PosixSocket | inline |
| GetErrorString() const | Posix::PosixSocket | |
| GetIntOption(int optName) | Posix::PosixSocket | private |
| GetKeepAlive() | Posix::PosixSocket | inline |
| GetMaxMsgSize() | Posix::PosixSocket | inline |
| GetNoDelay() | Posix::PosixSocket | inline |
| GetRecvBufSize() | Posix::PosixSocket | inline |
| GetRefCount() const | Core::RefCounted | inline |
| GetReUseAddr() | Posix::PosixSocket | inline |
| GetSendBufSize() | Posix::PosixSocket | inline |
| HasRecvData() | Posix::PosixSocket | |
| HostErrorToErrorCode(int wsaError) | Posix::PosixSocket | privatestatic |
| HostErrorToString(int wsaError) | Posix::PosixSocket | privatestatic |
| InitNetwork() | Posix::PosixSocket | privatestatic |
| IsA(const Rtti &rtti) const | Core::RefCounted | inline |
| IsA(const Util::String &rttiName) const | Core::RefCounted | inline |
| IsA(const Util::FourCC &rttiFourCC) const | Core::RefCounted | inline |
| isBlocking | Posix::PosixSocket | private |
| IsBound() const | Posix::PosixSocket | inline |
| isBound | Posix::PosixSocket | private |
| IsConnected() | Posix::PosixSocket | |
| IsInstanceOf(const Rtti &rtti) const | Core::RefCounted | inline |
| IsInstanceOf(const Util::String &className) const | Core::RefCounted | inline |
| IsInstanceOf(const Util::FourCC &classFourCC) const | Core::RefCounted | inline |
| IsOpen() const | Posix::PosixSocket | inline |
| Listen() | Posix::PosixSocket | |
| NetworkInitialized | Posix::PosixSocket | privatestatic |
| Open(Protocol p) | Posix::PosixSocket | |
| OpenWithExistingSocket(int s) | Posix::PosixSocket | private |
| PosixIpAddress class | Posix::PosixSocket | friend |
| PosixSocket() | Posix::PosixSocket | |
| Protocol enum name | Posix::PosixSocket | |
| Recv(void *buf, SizeT bufSize, SizeT &bytesReceived) | Posix::PosixSocket | |
| RecvFrom(void *buf, SizeT bufSize, uint addr, ushort port, SizeT &bytesReceived) | Posix::PosixSocket | |
| refCount | Core::RefCounted | private |
| RefCounted() | Core::RefCounted | inline |
| Release() | Core::RefCounted | inline |
| Result enum name | Posix::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::PosixSocket | inline |
| SetBlocking(bool b) | Posix::PosixSocket | |
| SetBoolOption(int optName, bool val) | Posix::PosixSocket | private |
| SetBroadcast(bool b) | Posix::PosixSocket | inline |
| SetDontLinger(bool b) | Posix::PosixSocket | inline |
| SetIntOption(int optName, int val) | Posix::PosixSocket | private |
| SetKeepAlive(bool b) | Posix::PosixSocket | inline |
| SetNoDelay(bool b) | Posix::PosixSocket | inline |
| SetRecvBufSize(SizeT s) | Posix::PosixSocket | inline |
| SetReUseAddr(bool b) | Posix::PosixSocket | inline |
| SetSendBufSize(SizeT s) | Posix::PosixSocket | inline |
| SetSocketError(int wsaError) | Posix::PosixSocket | private |
| SetToLastSocketError() | Posix::PosixSocket | private |
| sock | Posix::PosixSocket | private |
| SocketErrorToErrorCode(int wsaError) | Posix::PosixSocket | privatestatic |
| SocketErrorToString(int wsaError) | Posix::PosixSocket | privatestatic |
| Success enum value | Posix::PosixSocket | |
| SysFunc class | Posix::PosixSocket | friend |
| TCP enum value | Posix::PosixSocket | |
| UDP enum value | Posix::PosixSocket | |
| WouldBlock enum value | Posix::PosixSocket | |
| ~PosixSocket() | Posix::PosixSocket | virtual |
| ~RefCounted() | Core::RefCounted | protectedvirtual |