, including all inherited members.
| addProcessingCallback(DtInetSockProcessingType kind, DtInetSocketProcessingCallback cb, void *usr, int callSequence=-1) | DtInetSocket | [virtual] |
| bindToDevice(const DtInetDevice *hostIf=NULL) | DtInetUdpSocket | [virtual] |
| clearError() | DtInetSocket | [virtual] |
| clearStats() | DtInetSocket | [inline, virtual] |
| closeSocket() | DtInetUdpSocket | [virtual] |
| connectToDestination() | DtInetUdpSocket | [virtual] |
| descriptor() const | DtInetUdpSocket | [virtual] |
| destination() const | DtInetSocket | [virtual] |
| disconnect() | DtInetUdpSocket | [virtual] |
| dropMulticastGroup(const DtInetAddr &grpAddr, DtInetDevice *device=NULL) | DtInetUdpSocket | [virtual] |
| dropMulticastGroup(const DtInetEndpoint &grpEndpoint, DtInetDevice *device=NULL) | DtInetUdpSocket | [virtual] |
| DtInetMcastGroupBindings typedef | DtInetUdpSocket | [protected] |
| DtInetMcastGroupIntfcBinding typedef | DtInetUdpSocket | [protected] |
| DtInetSocket() | DtInetSocket | |
| DtInetUdpSocket() | DtInetUdpSocket | |
| DtInetUdpSocket(const DtInetEndpoint &dest, DtU16 localPort=0, DtInetDevice *hostIf=NULL, DtU32 flags=DtDefaultSockOpts, bool immediateOpen=true) | DtInetUdpSocket | |
| DtInetUdpSocket(const DtInetUdpSocket &orig) | DtInetUdpSocket | [private] |
| DtInetUdpSockPimpl class | DtInetUdpSocket | [friend] |
| family() const | DtInetSocket | [virtual] |
| findAndRemoveCallback(DtInetSockCallbackList &cbList, DtInetSocketProcessingCallback cb) | DtInetSocket | [inline, protected, virtual] |
| getBroadcastOption() | DtInetUdpSocket | [virtual] |
| getBytesAvailable() | DtInetUdpSocket | [virtual] |
| getDoNotRouteOption() | DtInetUdpSocket | [virtual] |
| getLastError() | DtInetSocket | [virtual] |
| getLastErrorString() | DtInetSocket | [virtual] |
| getReceiveBufferSize() | DtInetUdpSocket | [virtual] |
| getReceiveLowWatermark() | DtInetUdpSocket | [virtual] |
| getReuseAddressOption() | DtInetUdpSocket | [virtual] |
| getSendBufferSize() | DtInetUdpSocket | [virtual] |
| getSendLowWatermark() | DtInetUdpSocket | [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() | DtInetUdpSocket | [virtual] |
| isTcp() const | DtInetSocket | [virtual] |
| isUdp() const | DtInetSocket | [virtual] |
| joinMulticastGroup(const DtInetAddr &grpAddr, DtInetDevice *device=NULL) | DtInetUdpSocket | [virtual] |
| joinMulticastGroup(const DtInetEndpoint &grpEndpoint, DtInetDevice *device=NULL) | DtInetUdpSocket | [virtual] |
| localEndpoint() const | DtInetSocket | [virtual] |
| localPort() const | DtInetSocket | [virtual] |
| myAsync | DtInetSocket | [protected] |
| myAsyncPimpl | DtInetUdpSocket | [private] |
| myErrorCode | DtInetSocket | [protected] |
| myErrorString | DtInetSocket | [protected] |
| myFlags | DtInetSocket | [protected] |
| myHostIf | DtInetSocket | [protected] |
| myIoService | DtInetUdpSocket | [protected] |
| myLocalEndpoint | DtInetSocket | [protected] |
| myMcastGroups | DtInetUdpSocket | [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] |
| myRemoteEndpoint | DtInetSocket | [protected] |
| mySentByteCount | DtInetSocket | [protected] |
| mySentPacketCount | DtInetSocket | [protected] |
| myStartImmediately | DtInetSocket | [protected] |
| myState | DtInetSocket | [protected] |
| myTerminationCode | DtInetSocket | [protected] |
| myTerminationString | DtInetSocket | [protected] |
| myUdpSocket | DtInetUdpSocket | [protected] |
| openSocket() | DtInetUdpSocket | [virtual] |
| operator=(const DtInetUdpSocket &orig) | DtInetUdpSocket | [private] |
| protocol() const | DtInetSocket | [virtual] |
| recv(caddr_t buff, size_t buffSize, DtU32 flags=0) | DtInetUdpSocket | [virtual] |
| recvFrom(caddr_t buff, size_t buffSize, DtInetEndpoint &src, DtU32 flags=0) | DtInetUdpSocket | [virtual] |
| recvToChain(DtInetBufferChain &packets, DtU32 flags=0) | DtInetUdpSocket | [virtual] |
| recvToChainFrom(DtInetBufferChain &packets, DtInetEndpoint &src, DtU32 flags=0) | DtInetUdpSocket | [virtual] |
| removeProcessingCallback(DtInetSockProcessingType kind, DtInetSocketProcessingCallback cb) | DtInetSocket | [virtual] |
| send(caddr_t packet, size_t size, DtU32 flags=0) | DtInetUdpSocket | [virtual] |
| sendChain(DtInetBufferChain &packets, DtU32 flags=0) | DtInetUdpSocket | [virtual] |
| sendChainTo(DtInetBufferChain &packets, DtInetEndpoint &dest, DtU32 flags=0) | DtInetUdpSocket | [virtual] |
| sendTo(caddr_t packet, size_t size, DtInetEndpoint &dest, DtU32 flags=0) | DtInetUdpSocket | [virtual] |
| setBroadcastOption(bool onOrOff) | DtInetUdpSocket | [virtual] |
| setDestination(const DtInetEndpoint &dest) | DtInetUdpSocket | [virtual] |
| setDoNotRouteOption(bool onOrOff) | DtInetUdpSocket | [virtual] |
| setLocalPort(DtU16 port) | DtInetSocket | [virtual] |
| setMcastDevice(const DtInetAddr &devAddr) | DtInetUdpSocket | [virtual] |
| setMcastDevice(DtInetDevice *hostIf) | DtInetUdpSocket | [virtual] |
| setMcastTtlOption(DtU32 ttl) | DtInetUdpSocket | [virtual] |
| setNonBlockingOption(bool onOrOff) | DtInetUdpSocket | [virtual] |
| setReceiveBufferSize(DtU32 size) | DtInetUdpSocket | [virtual] |
| setReceiveLowWatermark(DtU32 size) | DtInetUdpSocket | [virtual] |
| setReuseAddressOption(bool onOrOff) | DtInetUdpSocket | [virtual] |
| setSendBufferSize(DtU32 size) | DtInetUdpSocket | [virtual] |
| setSendLowWatermark(DtU32 size) | DtInetUdpSocket | [virtual] |
| setSocket(const DtInetEndpoint &dest, DtU16 localPort=0, DtInetDevice *hostIf=NULL, DtU32 flags=DtDefaultSockOpts) | DtInetUdpSocket | [virtual] |
| state() | DtInetSocket | [virtual] |
| totalBytesReceived() const | DtInetSocket | [inline, virtual] |
| totalBytesSent() const | DtInetSocket | [inline, virtual] |
| totalPacketsReceived() const | DtInetSocket | [inline, virtual] |
| totalPacketsSent() const | DtInetSocket | [inline, virtual] |
| udpSocket() | DtInetUdpSocket | [virtual] |
| ~DtInetSocket() | DtInetSocket | [virtual] |
| ~DtInetUdpSocket() | DtInetUdpSocket | [virtual] |