Home
last modified time | relevance | path

Searched refs:pports (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/ctld/
H A Dctld.hh395 const std::list<std::string> &pports() const { return t_pports; } in pports() function
580 std::unordered_map<std::string, struct pport> pports; member
H A Dctld.cc1071 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()