Searched refs:network_it (Results 1 – 3 of 3) sorted by relevance
201 auto network_it = index.find(name); in getSharedNetwork4() local202 if (network_it == index.cend()) { in getSharedNetwork4()205 SharedNetwork4Ptr network = *network_it; in getSharedNetwork4()689 if (network_it != index.cend()) { in createUpdateSharedNetwork4()764 if (network_it == index.end()) { in createUpdateOption4()769 auto shared_network = *network_it; in createUpdateOption4()1071 auto network_it = index.find(name); in deleteSharedNetwork4() local1072 if (network_it == index.end()) { in deleteSharedNetwork4()1099 (*network_it)->delAll(); in deleteSharedNetwork4()1205 if (network_it == index.end()) { in deleteOption4()[all …]
200 auto network_it = index.find(name); in getSharedNetwork6() local201 if (network_it == index.cend()) { in getSharedNetwork6()204 SharedNetwork6Ptr network = *network_it; in getSharedNetwork6()688 if (network_it != index.cend()) { in createUpdateSharedNetwork6()763 if (network_it == index.end()) { in createUpdateOption6()768 auto shared_network = *network_it; in createUpdateOption6()1124 auto network_it = index.find(name); in deleteSharedNetwork6() local1125 if (network_it == index.end()) { in deleteSharedNetwork6()1152 (*network_it)->delAll(); in deleteSharedNetwork6()1258 if (network_it == index.end()) { in deleteOption6()[all …]
18 auto network_it = index.find(server_id); in hasNetworkWithServerId() local19 return (network_it != index.cend()); in hasNetworkWithServerId()