TcpConnection     177 plugin/ipc/socket/socketconnection.cpp   TcpConnection::TcpConnection(int domain, int type, int protocol)
TcpConnection     200 plugin/ipc/socket/socketconnection.cpp TcpConnection& TcpConnection::asTcp()
TcpConnection     219 plugin/ipc/socket/socketconnection.cpp bool TcpConnection::isBlacklistedTcp(const sockaddr* saddr, socklen_t len)
TcpConnection     271 plugin/ipc/socket/socketconnection.cpp void TcpConnection::onBind(const struct sockaddr* addr, socklen_t len)
TcpConnection     297 plugin/ipc/socket/socketconnection.cpp void TcpConnection::onListen(int backlog)
TcpConnection     321 plugin/ipc/socket/socketconnection.cpp void TcpConnection::onConnect(const struct sockaddr *addr, socklen_t len)
TcpConnection     339 plugin/ipc/socket/socketconnection.cpp TcpConnection::TcpConnection(const TcpConnection& parent,
TcpConnection     356 plugin/ipc/socket/socketconnection.cpp void TcpConnection::onError()
TcpConnection     366 plugin/ipc/socket/socketconnection.cpp void TcpConnection::drain()
TcpConnection     407 plugin/ipc/socket/socketconnection.cpp void TcpConnection::doSendHandshakes(const ConnectionIdentifier& coordId)
TcpConnection     421 plugin/ipc/socket/socketconnection.cpp void TcpConnection::doRecvHandshakes(const ConnectionIdentifier& coordId)
TcpConnection     435 plugin/ipc/socket/socketconnection.cpp void TcpConnection::refill(bool isRestart)
TcpConnection     446 plugin/ipc/socket/socketconnection.cpp void TcpConnection::postRestart()
TcpConnection     591 plugin/ipc/socket/socketconnection.cpp void TcpConnection::sendHandshake(int remotefd,
TcpConnection     601 plugin/ipc/socket/socketconnection.cpp void TcpConnection::recvHandshake(int remotefd,
TcpConnection     628 plugin/ipc/socket/socketconnection.cpp void TcpConnection::serializeSubClass(jalib::JBinarySerializer& o)
TcpConnection      68 plugin/ipc/socket/socketconnection.h   class TcpConnection : public Connection, public SocketConnection
TcpConnection      84 plugin/ipc/socket/socketconnection.h       TcpConnection() {}
TcpConnection      92 plugin/ipc/socket/socketconnection.h       TcpConnection(int domain, int type, int protocol);
TcpConnection      98 plugin/ipc/socket/socketconnection.h       TcpConnection(const TcpConnection& parent,
TcpConnection     119 plugin/ipc/socket/socketconnection.h       TcpConnection& asTcp();
TcpConnection      56 plugin/ipc/socket/socketconnlist.cpp     TcpConnection *con =
TcpConnection      57 plugin/ipc/socket/socketconnlist.cpp       (TcpConnection*) SocketConnList::instance().getConnection(id);
TcpConnection      78 plugin/ipc/socket/socketconnlist.cpp       ((TcpConnection*)con)->doSendHandshakes(coordId);
TcpConnection      86 plugin/ipc/socket/socketconnlist.cpp       ((TcpConnection*)con)->doRecvHandshakes(coordId);
TcpConnection      96 plugin/ipc/socket/socketconnlist.cpp       int domain = ((TcpConnection*)con)->sockDomain();
TcpConnection     180 plugin/ipc/socket/socketconnlist.cpp       TcpConnection* con = new TcpConnection(0, 0, 0);
TcpConnection     109 plugin/ipc/socket/socketwrappers.cpp     TcpConnection *con =
TcpConnection     110 plugin/ipc/socket/socketwrappers.cpp       (TcpConnection*) SocketConnList::instance().getConnection(sockfd);
TcpConnection     135 plugin/ipc/socket/socketwrappers.cpp     TcpConnection *con =
TcpConnection     136 plugin/ipc/socket/socketwrappers.cpp       (TcpConnection*) SocketConnList::instance().getConnection(sockfd);
TcpConnection     153 plugin/ipc/socket/socketwrappers.cpp     TcpConnection *con =
TcpConnection     154 plugin/ipc/socket/socketwrappers.cpp       (TcpConnection*) SocketConnList::instance().getConnection(sockfd);
TcpConnection     170 plugin/ipc/socket/socketwrappers.cpp   TcpConnection *parent =
TcpConnection     171 plugin/ipc/socket/socketwrappers.cpp     (TcpConnection*) SocketConnList::instance().getConnection(sockfd);
TcpConnection     172 plugin/ipc/socket/socketwrappers.cpp   TcpConnection* con = new TcpConnection(*parent, ConnectionIdentifier::null());
TcpConnection     238 plugin/ipc/socket/socketwrappers.cpp     TcpConnection *con =
TcpConnection     239 plugin/ipc/socket/socketwrappers.cpp       (TcpConnection*) SocketConnList::instance().getConnection(sockfd);
TcpConnection     273 plugin/ipc/socket/socketwrappers.cpp     TcpConnection *a, *b;