Searched refs:find_ip (Results 1 – 1 of 1) sorted by relevance
2898 auto find_ip = services_by_ip_port_.find(_ip); in find_service_by_ip_port() local2899 if(find_ip != services_by_ip_port_.end()) { in find_service_by_ip_port()2900 auto find_port = find_ip->second.find(_port); in find_service_by_ip_port()2901 if(find_port != find_ip->second.end()) { in find_service_by_ip_port()