Searched refs:pports (Results 1 – 2 of 2) sorted by relevance
395 const std::list<std::string> &pports() const { return t_pports; } in pports() function580 std::unordered_map<std::string, struct pport> pports; member
1071 const auto &pair = pports.try_emplace(name, name, ctl_port); in add_port()1078 auto it = pports.find(name); in find_port()1079 if (it == pports.end()) in find_port()2677 for (const auto &pport : targ->pports()) { in add_pports()