Lines Matching refs:_openPorts
222 PortMap::iterator it = _openPorts.begin();
224 for (; it != _openPorts.end(); it++) {
234 _openPorts.clear();
279 PortMap::iterator it = _openPorts.find(port);
280 if (it != _openPorts.end()) {
296 _openPorts[port] = portForwardRequestList;
330 _openPorts[port].push_back(portForwardRequest);
421 PortMap::iterator it = _openPorts.find(port);
422 if (it != _openPorts.end()) {
497 PortMap::iterator it = _openPorts.begin();
499 for (; it != _openPorts.end(); it++) {
563 PortMap::iterator it = _openPorts.begin();
565 for (; it != _openPorts.end(); it++) {
705 PortMap::iterator it = _openPorts.find(p->GetPort());
706 if (it == _openPorts.end()) {
737 _openPorts.erase(it);
1118 _openPorts[tcpFwdReqMsg->Port].push_back(portForwardRequest);
1158 PortMap::iterator it = _openPorts.find(tcpFwdCnclMsg->Port);
1159 if (it == _openPorts.end()) {
1457 for (PortMap::iterator it = _openPorts.begin(); it != _openPorts.end(); it++) {
1498 // for (PortMap::iterator it = _openPorts.begin(); it != _openPorts.end(); it++) {