Home
last modified time | relevance | path

Searched refs:tcpFwdCnclMsg (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/lms/
H A DProtocol.cpp1153 void Protocol::_apfTcpForwardCancel(LMETcpForwardCancelRequestMessage *tcpFwdCnclMsg) argument
1158 PortMap::iterator it = _openPorts.find(tcpFwdCnclMsg->Port);
1161 tcpFwdCnclMsg->Address.c_str(), tcpFwdCnclMsg->Port);
1168 if (((*it2)->GetBindedAddress().compare(tcpFwdCnclMsg->Address) == 0) &&
1184 tcpFwdCnclMsg->Address.c_str(), tcpFwdCnclMsg->Port);
H A DProtocol.h108 void _apfTcpForwardCancel(LMETcpForwardCancelRequestMessage *tcpFwdCnclMsg);