Home
last modified time | relevance | path

Searched refs:getLeasesByIAID (Results 1 – 3 of 3) sorted by relevance

/dports/net/kea/kea-2.0.1/src/bin/dhcp6/tests/
H A Dshared_network_unittest.cc2237 std::vector<Lease6> leases_1234 = client.getLeasesByIAID(0x1234); in TEST_F()
2242 std::vector<Lease6> leases_2222 = client.getLeasesByIAID(0x2222); in TEST_F()
2254 leases_1234 = client.getLeasesByIAID(0x1234); in TEST_F()
2258 leases_2222 = client.getLeasesByIAID(0x2222); in TEST_F()
H A Ddhcp6_client.cc359 std::vector<Lease6> leases = getLeasesByIAID(*iaid); in copyIAsFromLeases()
696 Dhcp6Client::getLeasesByIAID(const uint32_t iaid) const { in getLeasesByIAID() function in isc::dhcp::test::Dhcp6Client
861 if (!getLeasesByIAID(iaid).empty()) { in getStatusCode()
H A Ddhcp6_client.h362 std::vector<Lease6> getLeasesByIAID(const uint32_t iaid) const;