This is the complete list of members for dmtcp::TcpConnection, including all inherited members.
| _bindAddr | dmtcp::TcpConnection | |
| _bindAddrlen | dmtcp::TcpConnection | |
| _connectAddr | dmtcp::TcpConnection | |
| _connectAddrlen | dmtcp::TcpConnection | |
| _fcntlFlags | dmtcp::Connection | protected |
| _fcntlOwner | dmtcp::Connection | protected |
| _fcntlSignal | dmtcp::Connection | protected |
| _fds | dmtcp::Connection | protected |
| _hasLock | dmtcp::Connection | protected |
| _id | dmtcp::Connection | protected |
| _peerType | dmtcp::SocketConnection | protected |
| _sockDomain | dmtcp::SocketConnection | protected |
| _sockOptions | dmtcp::SocketConnection | protected |
| _sockProtocol | dmtcp::SocketConnection | protected |
| _sockType | dmtcp::SocketConnection | protected |
| _type | dmtcp::Connection | protected |
| addFd(int fd) | dmtcp::Connection | |
| addSetsockopt(int level, int option, const char *value, int len) | dmtcp::SocketConnection | |
| checkLocking() | dmtcp::Connection | |
| Connection() | dmtcp::Connection | inline |
| Connection(uint32_t t) | dmtcp::Connection | protected |
| ConnectionType enum name | dmtcp::Connection | |
| conType() const | dmtcp::Connection | inline |
| doLocking() | dmtcp::Connection | virtual |
| doRecvHandshakes(const ConnectionIdentifier &coordId) | dmtcp::TcpConnection | |
| doSendHandshakes(const ConnectionIdentifier &coordId) | dmtcp::TcpConnection | |
| drain() | dmtcp::TcpConnection | virtual |
| EPOLL enum value | dmtcp::Connection | |
| EVENTFD enum value | dmtcp::Connection | |
| FIFO enum value | dmtcp::Connection | |
| FILE enum value | dmtcp::Connection | |
| getFds() const | dmtcp::Connection | inline |
| hasLock() | dmtcp::Connection | inline |
| id() const | dmtcp::Connection | inline |
| INOTIFY enum value | dmtcp::Connection | |
| INVALID enum value | dmtcp::Connection | |
| isBlacklistedTcp(const sockaddr *saddr, socklen_t len) | dmtcp::TcpConnection | |
| isPreExistingCTTY() const | dmtcp::Connection | inlinevirtual |
| isStdio() | dmtcp::Connection | inline |
| markExternalConnect() | dmtcp::TcpConnection | inline |
| markPreExisting() | dmtcp::TcpConnection | inline |
| numFds() const | dmtcp::Connection | inline |
| onBind(const struct sockaddr *addr, socklen_t len) | dmtcp::TcpConnection | |
| onConnect(const struct sockaddr *serv_addr=NULL, socklen_t addrlen=0) | dmtcp::TcpConnection | |
| onDisconnect() | dmtcp::TcpConnection | |
| onError() | dmtcp::TcpConnection | |
| onListen(int backlog) | dmtcp::TcpConnection | |
| PEER_EXTERNAL enum value | dmtcp::SocketConnection | |
| PEER_INTERNAL enum value | dmtcp::SocketConnection | |
| PEER_UNKNOWN enum value | dmtcp::SocketConnection | |
| PeerType enum name | dmtcp::SocketConnection | |
| peerType() const | dmtcp::SocketConnection | inline |
| POSIXMQ enum value | dmtcp::Connection | |
| postRestart() | dmtcp::TcpConnection | virtual |
| preCkpt() | dmtcp::Connection | inlinevirtual |
| PTY enum value | dmtcp::Connection | |
| RAW enum value | dmtcp::Connection | |
| recvHandshake(int remotefd, const ConnectionIdentifier &coordId) | dmtcp::TcpConnection | |
| refill(bool isRestart) | dmtcp::TcpConnection | virtual |
| removeFd(int fd) | dmtcp::Connection | |
| restoreOptions() | dmtcp::Connection | virtual |
| restoreSocketOptions(vector< int32_t > &fds) | dmtcp::SocketConnection | |
| resume(bool isRestart) | dmtcp::Connection | inlinevirtual |
| saveOptions() | dmtcp::Connection | virtual |
| sendHandshake(int remotefd, const ConnectionIdentifier &coordId) | dmtcp::TcpConnection | |
| dmtcp::serialize(jalib::JBinarySerializer &o) | dmtcp::Connection | |
| dmtcp::SocketConnection::serialize(jalib::JBinarySerializer &o) | dmtcp::SocketConnection | |
| serializeSubClass(jalib::JBinarySerializer &o) | dmtcp::TcpConnection | virtual |
| SIGNALFD enum value | dmtcp::Connection | |
| sockDomain() const | dmtcp::SocketConnection | inline |
| SocketConnection() | dmtcp::SocketConnection | inline |
| SocketConnection(int domain, int type, int protocol) | dmtcp::SocketConnection | |
| STDIO enum value | dmtcp::Connection | |
| str() | dmtcp::TcpConnection | inlinevirtual |
| subType() const | dmtcp::Connection | inline |
| TCP enum value | dmtcp::Connection | |
| TCP_ACCEPT enum value | dmtcp::TcpConnection | |
| TCP_BIND enum value | dmtcp::TcpConnection | |
| TCP_CONNECT enum value | dmtcp::TcpConnection | |
| TCP_CREATED enum value | dmtcp::TcpConnection | |
| TCP_ERROR enum value | dmtcp::TcpConnection | |
| TCP_EXTERNAL_CONNECT enum value | dmtcp::TcpConnection | |
| TCP_INVALID enum value | dmtcp::TcpConnection | |
| TCP_LISTEN enum value | dmtcp::TcpConnection | |
| TCP_PREEXISTING enum value | dmtcp::TcpConnection | |
| TcpConnection() | dmtcp::TcpConnection | inline |
| TcpConnection(int domain, int type, int protocol) | dmtcp::TcpConnection | |
| TcpConnection(const TcpConnection &parent, const ConnectionIdentifier &remote) | dmtcp::TcpConnection | |
| TcpType enum name | dmtcp::TcpConnection | |
| TYPEMASK enum value | dmtcp::Connection | |
| ~Connection() | dmtcp::Connection | inlinevirtual |