Home
last modified time | relevance | path

Searched refs:getFirstAddress (Results 1 – 13 of 13) sorted by relevance

/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/
H A Dsubnet.cc35 return (prefix < pool->getFirstAddress()); in prefixLessThanFirstAddress()
48 return (pool1->getFirstAddress() < pool2->getFirstAddress()); in comparePoolFirstAddress()
470 if (!inRange(pool->getFirstAddress()) || !inRange(pool->getLastAddress())) { in addPool()
474 << pool->getFirstAddress() << "-" in addPool()
498 << pool->getFirstAddress() << "-" in addPool()
589 std::upper_bound(pools.begin(), pools.end(), pool->getFirstAddress(), in poolOverlaps()
601 if (pool3->getFirstAddress() == pool->getFirstAddress()) { in poolOverlaps()
612 if (pool3->getFirstAddress() <= pool->getLastAddress()) { in poolOverlaps()
622 if (pool->getFirstAddress() <= pool1->getLastAddress()) { in poolOverlaps()
H A Dpool.cc139 const IOAddress& first = getFirstAddress(); in toElement()
345 const IOAddress& first = getFirstAddress(); in toElement()
362 const IOAddress& prefix = getFirstAddress(); in toElement()
H A Dpool.h47 const isc::asiolink::IOAddress& getFirstAddress() const { in getFirstAddress() function
H A Dalloc_engine.cc229 if (!valid && (last == (*it)->getFirstAddress())) { in pickAddressInternal()
239 (*it)->setLastAllocated((*it)->getFirstAddress()); in pickAddressInternal()
277 (*it)->setLastAllocated((*it)->getFirstAddress()); in pickAddressInternal()
/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/tests/
H A Dpool_unittest.cc36 EXPECT_EQ(IOAddress("192.0.2.1"), pool1.getFirstAddress()); in TEST()
56 EXPECT_EQ("192.0.2.0", pool1.getFirstAddress().toText()); in TEST()
319 EXPECT_EQ(IOAddress("2001:db8:1::"), pool1.getFirstAddress()); in TEST()
341 EXPECT_EQ("2001:db8:1::", pool1.getFirstAddress().toText()); in TEST()
381 EXPECT_EQ("2001:db8:1::", pool1.getFirstAddress().toText()); in TEST()
411 EXPECT_EQ("2001:db8:1::", pool->getFirstAddress().toText()); in TEST()
428 EXPECT_EQ("2001:db8:1::", pool->getFirstAddress().toText()); in TEST()
484 EXPECT_EQ("2001:db8:1::", pool1->getFirstAddress().toText()); in TEST()
495 EXPECT_EQ("2001:db8:1::1", pool2->getFirstAddress().toText()); in TEST()
/dports/net/kea/kea-2.0.1/src/bin/dhcp6/tests/
H A Dkea_controller_unittest.cc428 EXPECT_EQ("2001:db8:1::", pools1.at(0)->getFirstAddress().toText()); in TEST_F()
441 EXPECT_EQ("2001:db8:2::", pools2.at(0)->getFirstAddress().toText()); in TEST_F()
453 EXPECT_EQ("2001:db8:3::", pools3.at(0)->getFirstAddress().toText()); in TEST_F()
505 EXPECT_EQ("2001:db8:1::", pools1.at(0)->getFirstAddress().toText()); in TEST_F()
557 EXPECT_EQ("2001:db8:1::", pools1.at(0)->getFirstAddress().toText()); in TEST_F()
609 EXPECT_EQ("2001:db8:1::", pools1.at(0)->getFirstAddress().toText()); in TEST_F()
661 EXPECT_EQ("2001:db8:1::", pools1.at(0)->getFirstAddress().toText()); in TEST_F()
H A Dconfig_parser_unittest.cc2341 EXPECT_EQ("2001:db8:1::", p6->getFirstAddress().toText()); in TEST_F()
2400 EXPECT_EQ("3000::", p6->getFirstAddress().toText()); in TEST_F()
2486 EXPECT_EQ(prefixes[i], p6->getFirstAddress().toText()); in TEST_F()
2539 EXPECT_EQ("2001:db8:1::", p6->getFirstAddress().toText()); in TEST_F()
/dports/net/kea/kea-2.0.1/src/bin/dhcp4/tests/
H A Dkea_controller_unittest.cc441 EXPECT_EQ("192.0.2.1", pools1.at(0)->getFirstAddress().toText()); in TEST_F()
454 EXPECT_EQ("192.0.3.101", pools2.at(0)->getFirstAddress().toText()); in TEST_F()
466 EXPECT_EQ("192.0.4.101", pools3.at(0)->getFirstAddress().toText()); in TEST_F()
517 EXPECT_EQ("192.0.2.0", pools1.at(0)->getFirstAddress().toText()); in TEST_F()
568 EXPECT_EQ("192.0.2.0", pools1.at(0)->getFirstAddress().toText()); in TEST_F()
619 EXPECT_EQ("192.0.2.0", pools1.at(0)->getFirstAddress().toText()); in TEST_F()
670 EXPECT_EQ("192.0.2.0", pools1.at(0)->getFirstAddress().toText()); in TEST_F()
/dports/net/jcifs/jcifs_1.3.19/src/jcifs/smb/
H A DSmbFile.java822 return getFirstAddress(); in getAddress()
825 UniAddress getFirstAddress() throws UnknownHostException { in getFirstAddress() method in SmbFile
954 getFirstAddress(); in connect()
1788 addr = getFirstAddress(); in doShareEnum()
/dports/net/kea/kea-2.0.1/src/hooks/dhcp/mysql_cb/tests/
H A Dmysql_cb_dhcp6_unittest.cc3887 pool->getFirstAddress(), in TEST_F()
3926 pool->getFirstAddress(), in TEST_F()
3962 pool->getFirstAddress(), in TEST_F()
4015 int pd_pool_len = prefixLengthFromRange(pd_pool->getFirstAddress(), in TEST_F()
4018 pd_pool->getFirstAddress(), in TEST_F()
4058 pd_pool->getFirstAddress(), in TEST_F()
4095 pd_pool->getFirstAddress(), in TEST_F()
H A Dmysql_cb_dhcp4_unittest.cc3849 pool->getFirstAddress(), in TEST_F()
3888 pool->getFirstAddress(), in TEST_F()
3924 pool->getFirstAddress(), in TEST_F()
/dports/net/kea/kea-2.0.1/src/hooks/dhcp/mysql_cb/
H A Dmysql_cb_dhcp6.cc1435 MySqlBinding::createString(pool->getFirstAddress().toText()), in createPool6()
1468 int plen = prefixLengthFromRange(pd_pool->getFirstAddress(), in createPdPool6()
1476 const IOAddress& prefix = pd_pool->getFirstAddress(); in createPdPool6()
1483 MySqlBinding::createString(pd_pool->getFirstAddress().toText()), in createPdPool6()
H A Dmysql_cb_dhcp4.cc1180 MySqlBinding::createInteger<uint32_t>(pool->getFirstAddress().toUint32()), in createPool4()