Searched defs:tcpFwdCnclMsg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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) &&
1169 //((*it2)->GetPort() == tcpFwdCnclMsg->Port)) {
1184 tcpFwdCnclMsg->Address.c_str(), tcpFwdCnclMsg->Port);

Completed in 61 milliseconds