Lines Matching refs:subnet2

1387     Subnet4Ptr subnet2(new Subnet4(IOAddress("192.0.2.0"), 24,  in TEST_F()  local
1393 subnet2->setFetchGlobalsFn([conf]() -> ConstElementPtr { in TEST_F()
1397 frognet->add(subnet2); in TEST_F()
1398 subnet2->setDdnsSendUpdates(true); in TEST_F()
1399 subnet2->setDdnsOverrideNoUpdate(true); in TEST_F()
1400 subnet2->setDdnsOverrideClientUpdate(true); in TEST_F()
1401 subnet2->setDdnsReplaceClientNameMode(D2ClientConfig::RCM_ALWAYS); in TEST_F()
1402 subnet2->setDdnsGeneratedPrefix("prefix"); in TEST_F()
1403 subnet2->setDdnsQualifyingSuffix("example.com."); in TEST_F()
1404 subnet2->setHostnameCharSet(""); in TEST_F()
1405 subnet2->setDdnsUpdateOnRenew(true); in TEST_F()
1406 subnet2->setDdnsUseConflictResolution(false); in TEST_F()
1430 ASSERT_NO_THROW(params = conf_.getDdnsParams(subnet2)); in TEST_F()
1457 ASSERT_NO_THROW(params = conf_.getDdnsParams(subnet2)); in TEST_F()
1547 Subnet6Ptr subnet2(new Subnet6(IOAddress("2001:db8:2::"), 64, in TEST_F() local
1553 subnet2->setFetchGlobalsFn([conf]() -> ConstElementPtr { in TEST_F()
1557 frognet->add(subnet2); in TEST_F()
1558 subnet2->setDdnsSendUpdates(true); in TEST_F()
1559 subnet2->setDdnsOverrideNoUpdate(true); in TEST_F()
1560 subnet2->setDdnsOverrideClientUpdate(true); in TEST_F()
1561 subnet2->setDdnsReplaceClientNameMode(D2ClientConfig::RCM_ALWAYS); in TEST_F()
1562 subnet2->setDdnsGeneratedPrefix("prefix"); in TEST_F()
1563 subnet2->setDdnsQualifyingSuffix("example.com."); in TEST_F()
1564 subnet2->setHostnameCharSet(""); in TEST_F()
1565 subnet2->setDdnsUpdateOnRenew(true); in TEST_F()
1566 subnet2->setDdnsUseConflictResolution(false); in TEST_F()
1590 ASSERT_NO_THROW(params = conf_.getDdnsParams(subnet2)); in TEST_F()
1617 ASSERT_NO_THROW(params = conf_.getDdnsParams(subnet2)); in TEST_F()