Home
last modified time | relevance | path

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

/dports/net-mgmt/fastnetmon/fastnetmon-1.1.4/src/
H A Dfastnetmon_types.h239 class ban_settings_t {
241 ban_settings_t() : enable_ban(false), in ban_settings_t() function
282 typedef std::map<std::string, ban_settings_t> host_group_ban_settings_map_t;
H A Dfastnetmon.cpp228 ban_settings_t global_ban_settings;
444 ban_settings_t read_ban_settings(configuration_map_t configuration_map, std::string host_group_name…
448 bool we_should_ban_this_ip(map_element* current_average_speed_element, ban_settings_t current_ban_s…
451 std::string print_ban_thresholds(ban_settings_t current_ban_settings);
2177 ban_settings_t get_ban_settings_for_this_subnet(subnet_t subnet, std::string& host_group_name) { in get_ban_settings_for_this_subnet()
2350ban_settings_t current_ban_settings = get_ban_settings_for_this_subnet(itr->first, host_group_name… in recalculate_speed()
3456ban_settings_t current_ban_settings = get_ban_settings_for_this_subnet(itr->second.customer_networ… in cleanup_ban_list()
4173 std::string print_ban_thresholds(ban_settings_t current_ban_settings) { in print_ban_thresholds()
4263 ban_settings_t read_ban_settings(configuration_map_t configuration_map, std::string host_group_name… in read_ban_settings()
4264 ban_settings_t ban_settings; in read_ban_settings()
[all …]