Home
last modified time | relevance | path

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

/dports/irc/inspircd/inspircd-3.11.0/src/modules/m_spanningtree/
H A Dlink.h39 std::vector<std::string> AllowMasks; variable
H A Dutils.cpp221 ValidIPs.insert(ValidIPs.end(), L->AllowMasks.begin(), L->AllowMasks.end()); in RefreshIPCache()
268 L->AllowMasks.push_back(s); in ReadConfiguration()