Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ctld/
H A Dctld.cc279 ag_host_names.emplace(nqn); in add_host_nqn()
286 if (ag_host_names.empty()) in host_permitted()
289 return (ag_host_names.count(std::string(nqn)) != 0); in host_permitted()
H A Dctld.hh132 std::unordered_set<std::string> ag_host_names; member