Searched refs:tcpFwdCnclMsg (Results 1 – 2 of 2) sorted by relevance
1153 void Protocol::_apfTcpForwardCancel(LMETcpForwardCancelRequestMessage *tcpFwdCnclMsg) argument1158 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);
108 void _apfTcpForwardCancel(LMETcpForwardCancelRequestMessage *tcpFwdCnclMsg);