Home
last modified time | relevance | path

Searched refs:PARENT_NETWORK (Results 1 – 2 of 2) sorted by relevance

/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/tests/
H A Dnetwork_unittest.cc136 … EXPECT_TRUE(((*net_child).*GetMethodPointer)(Network::Inheritance::PARENT_NETWORK).unspecified()); in testNetworkInheritance()
463 EXPECT_FALSE(net_child->getInterfaceId(Network::Inheritance::PARENT_NETWORK)); in TEST_F()
477 EXPECT_TRUE(net_child->getInterfaceId(Network::Inheritance::PARENT_NETWORK)); in TEST_F()
482 EXPECT_EQ(interface_id, net_child->getInterfaceId(Network::Inheritance::PARENT_NETWORK)); in TEST_F()
492 EXPECT_TRUE(net_child->getInterfaceId(Network::Inheritance::PARENT_NETWORK)); in TEST_F()
513 EXPECT_TRUE(net_child->getValid(Network::Inheritance::PARENT_NETWORK).unspecified()); in TEST_F()
534 EXPECT_FALSE(net_child->getValid(Network::Inheritance::PARENT_NETWORK).unspecified()); in TEST_F()
555 EXPECT_FALSE(net_child->getValid(Network::Inheritance::PARENT_NETWORK).unspecified()); in TEST_F()
572 EXPECT_TRUE(net_child->getValid(Network::Inheritance::PARENT_NETWORK).unspecified()); in TEST_F()
/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/
H A Dnetwork.h174 PARENT_NETWORK, enumerator
563 (inheritance != Inheritance::PARENT_NETWORK)) {
921 } else if (inheritance == Inheritance::PARENT_NETWORK) { in ReturnType()
991 } else if (inheritance == Network::Inheritance::PARENT_NETWORK) { in getOptionProperty()