Home
last modified time | relevance | path

Searched refs:getOptionDef6 (Results 1 – 9 of 9) sorted by relevance

/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/
H A Dconfig_backend_pool_dhcp6.cc105 ConfigBackendPoolDHCPv6::getOptionDef6(const BackendSelector& backend_selector, in getOptionDef6() function in isc::dhcp::ConfigBackendPoolDHCPv6
111 (&ConfigBackendDHCPv6::getOptionDef6, backend_selector, server_selector, in getOptionDef6()
H A Dconfig_backend_dhcp6.h197 getOptionDef6(const db::ServerSelector& server_selector, const uint16_t code,
H A Dconfig_backend_pool_dhcp6.h130 getOptionDef6(const db::BackendSelector& backend_selector,
/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/testutils/
H A Dtest_config_backend_dhcp6.h145 getOptionDef6(const db::ServerSelector& server_selector, const uint16_t code,
H A Dtest_config_backend_dhcp6.cc290 TestConfigBackendDHCPv6::getOptionDef6(const db::ServerSelector& server_selector, in getOptionDef6() function in isc::dhcp::test::TestConfigBackendDHCPv6
/dports/net/kea/kea-2.0.1/src/hooks/dhcp/mysql_cb/
H A Dmysql_cb_dhcp6.h123 getOptionDef6(const db::ServerSelector& server_selector, const uint16_t code,
H A Dmysql_cb_dhcp6.cc4231 MySqlConfigBackendDHCPv6::getOptionDef6(const ServerSelector& server_selector, in getOptionDef6() function in isc::dhcp::MySqlConfigBackendDHCPv6
/dports/net/kea/kea-2.0.1/src/hooks/dhcp/mysql_cb/tests/
H A Dmysql_cb_dhcp6_unittest.cc3034 TEST_F(MySqlConfigBackendDHCPv6Test, getOptionDef6) { in TEST_F() argument
3041 cbptr_->getOptionDef6(ServerSelector::ALL(), in TEST_F()
3063 returned_option_def = cbptr_->getOptionDef6(ServerSelector::ALL(), in TEST_F()
3070 returned_option_def = cbptr_->getOptionDef6(ServerSelector::ONE("server1"), in TEST_F()
3164 returned_option_def = cbptr_->getOptionDef6(ServerSelector::ALL(), in TEST_F()
3174 returned_option_def = cbptr_->getOptionDef6(ServerSelector::ONE("server1"), in TEST_F()
3183 returned_option_def = cbptr_->getOptionDef6(ServerSelector::ONE("server2"), in TEST_F()
3343 ASSERT_FALSE(cbptr_->getOptionDef6(ServerSelector::ALL(), in TEST_F()
/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/tests/
H A Dcb_ctl_dhcp_unittest.cc1220 auto option_def = mgr.getPool()->getOptionDef6(BackendSelector::UNSPEC(), in remoteDeleteOptionDef()