Searched defs:m_allocations (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/NetworkServices/DHCP/
H A DConfig.cpp141 MapLease2Ip4Address m_allocations; member in struct:ConfigurationManager::Data
232 m->m_allocations.insert(MapLease2Ip4AddressPair(l, l.getAddress()));
263 for(MapLease2Ip4AddressConstIterator it = m->m_allocations.begin();
264 it != m->m_allocations.end(); ++it)
447 m->m_allocations.insert(MapLease2Ip4AddressPair(l, hintAddress));
463 m->m_allocations.insert(MapLease2Ip4AddressPair(l, address));
498 MapLease2Ip4AddressIterator it = m->m_allocations.find(l);
499 AssertReturn(it != m->m_allocations.end(), VERR_NOT_FOUND);
504 m->m_allocations.erase(it);
519 for (it = m->m_allocations
[all...]

Completed in 44 milliseconds