| addProcessingCallback(DtInetSockProcessingType kind, DtInetSocketProcessingCallback cb, void *usr, int callSequence=-1) | DtInetSocket | virtual |
| bindToDevice(const DtInetDevice *hostIf=NULL)=0 | DtInetSocket | pure virtual |
| clearError() | DtInetSocket | virtual |
| clearStats() | DtInetSocket | inlinevirtual |
| closeSocket()=0 | DtInetSocket | pure virtual |
| connectToDestination()=0 | DtInetSocket | pure virtual |
| descriptor() const =0 | DtInetSocket | pure virtual |
| destination() const | DtInetSocket | virtual |
| DtInetSocket() | DtInetSocket | |
| DtInetSocket(const DtInetSocket &orig) | DtInetSocket | private |
| family() const | DtInetSocket | virtual |
| findAndRemoveCallback(DtInetSockCallbackList &cbList, DtInetSocketProcessingCallback cb) | DtInetSocket | inlineprotectedvirtual |
| flags() | DtInetSocket | inlinevirtual |
| getBytesAvailable()=0 | DtInetSocket | pure virtual |
| getDoNotRouteOption()=0 | DtInetSocket | pure virtual |
| getLastError() | DtInetSocket | virtual |
| getLastErrorString() | DtInetSocket | virtual |
| getReceiveBufferSize()=0 | DtInetSocket | pure virtual |
| getReceiveLowWatermark()=0 | DtInetSocket | pure virtual |
| getReuseAddressOption()=0 | DtInetSocket | pure virtual |
| getSendBufferSize()=0 | DtInetSocket | pure virtual |
| getSendLowWatermark()=0 | DtInetSocket | pure virtual |
| getTerminationCode() | DtInetSocket | virtual |
| getTerminationString() | DtInetSocket | virtual |
| hostIf() const | DtInetSocket | virtual |
| isErrorWouldBlockOrTryAgain() | DtInetSocket | virtual |
| isIPv4() const | DtInetSocket | virtual |
| isIPv6() const | DtInetSocket | virtual |
| isNoDelay() const | DtInetSocket | virtual |
| isNonBlocking() const | DtInetSocket | virtual |
| isOk() | DtInetSocket | virtual |
| isTcp() const | DtInetSocket | virtual |
| isUdp() const | DtInetSocket | virtual |
| localEndpoint() const | DtInetSocket | virtual |
| localPort() const | DtInetSocket | virtual |
| myAsync | DtInetSocket | protected |
| myErrorCode | DtInetSocket | protected |
| myErrorString | DtInetSocket | protected |
| myFlags | DtInetSocket | protected |
| myHostIf | DtInetSocket | protected |
| myLocalEndpoint | DtInetSocket | protected |
| myNoDelayEnabled | DtInetSocket | protected |
| myNonBlockingEnabled | DtInetSocket | protected |
| myPostRecvCallbacks | DtInetSocket | protected |
| myPostSendCallbacks | DtInetSocket | protected |
| myPreRecvCallbacks | DtInetSocket | protected |
| myPreSendCallbacks | DtInetSocket | protected |
| myReceivedByteCount | DtInetSocket | protected |
| myReceivedPacketCount | DtInetSocket | protected |
| myReceiveTime | DtInetSocket | protected |
| myRemoteEndpoint | DtInetSocket | protected |
| mySentByteCount | DtInetSocket | protected |
| mySentPacketCount | DtInetSocket | protected |
| myStartImmediately | DtInetSocket | protected |
| myState | DtInetSocket | protected |
| myTerminationCode | DtInetSocket | protected |
| myTerminationString | DtInetSocket | protected |
| openSocket()=0 | DtInetSocket | pure virtual |
| operator=(const DtInetSocket &orig) | DtInetSocket | private |
| protocol() const | DtInetSocket | virtual |
| receiveTime() | DtInetSocket | inlinevirtual |
| recv(caddr_t buff, size_t buffSize, DtU32 flags=0)=0 | DtInetSocket | pure virtual |
| recvFrom(caddr_t buff, size_t buffSize, DtInetEndpoint &src, DtU32 flags=0)=0 | DtInetSocket | pure virtual |
| recvToChain(DtInetBufferChain &packets, DtU32 flags=0)=0 | DtInetSocket | pure virtual |
| recvToChainFrom(DtInetBufferChain &packets, DtInetEndpoint &src, DtU32 flags=0)=0 | DtInetSocket | pure virtual |
| removeProcessingCallback(DtInetSockProcessingType kind, DtInetSocketProcessingCallback cb) | DtInetSocket | virtual |
| send(caddr_t packet, size_t size, DtU32 flags=0)=0 | DtInetSocket | pure virtual |
| sendChain(DtInetBufferChain &packets, DtU32 flags=0)=0 | DtInetSocket | pure virtual |
| sendChainTo(DtInetBufferChain &packets, DtInetEndpoint &dest, DtU32 flags=0)=0 | DtInetSocket | pure virtual |
| sendTo(caddr_t packet, size_t size, DtInetEndpoint &dest, DtU32 flags=0)=0 | DtInetSocket | pure virtual |
| setDestination(const DtInetEndpoint &dest)=0 | DtInetSocket | pure virtual |
| setDoNotRouteOption(bool onOrOff)=0 | DtInetSocket | pure virtual |
| setLocalPort(DtU16 port) | DtInetSocket | virtual |
| setNonBlockingOption(bool onOrOff)=0 | DtInetSocket | pure virtual |
| setReceiveBufferSize(DtU32 size)=0 | DtInetSocket | pure virtual |
| setReceiveLowWatermark(DtU32 size)=0 | DtInetSocket | pure virtual |
| setReuseAddressOption(bool onOrOff)=0 | DtInetSocket | pure virtual |
| setSendBufferSize(DtU32 size)=0 | DtInetSocket | pure virtual |
| setSendLowWatermark(DtU32 size)=0 | DtInetSocket | pure virtual |
| setSocket(const DtInetEndpoint &dest, DtU16 localPort=0, DtInetDevice *hostIf=NULL, DtU32 flags=DtDefaultSockOpts)=0 | DtInetSocket | pure virtual |
| state() | DtInetSocket | virtual |
| totalBytesReceived() const | DtInetSocket | inlinevirtual |
| totalBytesSent() const | DtInetSocket | inlinevirtual |
| totalPacketsReceived() const | DtInetSocket | inlinevirtual |
| totalPacketsSent() const | DtInetSocket | inlinevirtual |
| ~DtInetSocket() | DtInetSocket | virtual |