Searched refs:dbIPs (Results 1 – 1 of 1) sorted by relevance
155 std::vector<DataBaseIp> dbIPs; in FillValuesOfFirewallRule() local160 FirewallIpToDbIp(rule.localIps, dbIPs); in FillValuesOfFirewallRule()161 ListToBlob(dbIPs, blob); in FillValuesOfFirewallRule()164 FirewallIpToDbIp(rule.remoteIps, dbIPs); in FillValuesOfFirewallRule()165 ListToBlob(dbIPs, blob); in FillValuesOfFirewallRule()425 std::vector<DataBaseIp> dbIPs; in GetRuleListParamFromResultSet() local434 BlobToList(value, dbIPs); in GetRuleListParamFromResultSet()435 DbIpToFirewallIp(dbIPs, info.localIps); in GetRuleListParamFromResultSet()438 BlobToList(value, dbIPs); in GetRuleListParamFromResultSet()439 DbIpToFirewallIp(dbIPs, info.remoteIps); in GetRuleListParamFromResultSet()