Searched refs:conf_proxy_portals (Results 1 – 2 of 2) sorted by relevance
162 conf_proxy_portals.push_back(portal); in add_proxy_portal()163 return (conf_proxy_portals.size() - 1); in add_proxy_portal()169 if (id >= conf_proxy_portals.size()) in proxy_portal()171 return (conf_proxy_portals[id]); in proxy_portal()
558 std::vector<portal *> conf_proxy_portals; member