Home
last modified time | relevance | path

Searched refs:D6O_NAME_SERVERS (Results 1 – 25 of 25) sorted by relevance

/dports/net/kea/kea-2.0.1/src/bin/dhcp6/tests/
H A Dinfrequest_unittest.cc151 client.requestOption(D6O_NAME_SERVERS); in TEST_F()
170 (response->getOption(D6O_NAME_SERVERS)); in TEST_F()
192 client.requestOption(D6O_NAME_SERVERS); in TEST_F()
202 (response->getOption(D6O_NAME_SERVERS)); in TEST_F()
253 client.requestOption(D6O_NAME_SERVERS); in TEST_F()
270 (response->getOption(D6O_NAME_SERVERS)); in TEST_F()
336 client.requestOption(D6O_NAME_SERVERS); in TEST_F()
H A Dshared_network_unittest.cc1468 client.requestOption(D6O_NAME_SERVERS); in testPrecedence()
1482 OptionPtr opt = resp->getOption(D6O_NAME_SERVERS); in testPrecedence()
1872 ASSERT_NO_THROW(client1.requestOption(D6O_NAME_SERVERS)); in TEST_F()
1889 ASSERT_TRUE(client1.hasOptionWithAddress(D6O_NAME_SERVERS, "3001::21")); in TEST_F()
1904 ASSERT_NO_THROW(client2.requestOption(D6O_NAME_SERVERS)); in TEST_F()
1931 ASSERT_NO_THROW(client3.requestOption(D6O_NAME_SERVERS)); in TEST_F()
1963 ASSERT_NO_THROW(client.requestOption(D6O_NAME_SERVERS)); in TEST_F()
1991 ASSERT_TRUE(client.hasOptionWithAddress(D6O_NAME_SERVERS, "5555::33")); in TEST_F()
1999 ASSERT_TRUE(client.hasOptionWithAddress(D6O_NAME_SERVERS, "5555::33")); in TEST_F()
2006 ASSERT_TRUE(client.hasOptionWithAddress(D6O_NAME_SERVERS, "5555::33")); in TEST_F()
[all …]
H A Dclassify_unittests.cc412 Option6AddrLst>(config.findOption(D6O_NAME_SERVERS)); in verifyConfig0Options()
1408 client.requestOption(D6O_NAME_SERVERS); in TEST_F()
1675 client.requestOption(D6O_NAME_SERVERS); in TEST_F()
1687 OptionPtr opt = resp->getOption(D6O_NAME_SERVERS); in TEST_F()
1751 client.requestOption(D6O_NAME_SERVERS); in TEST_F()
1763 OptionPtr opt = resp->getOption(D6O_NAME_SERVERS); in TEST_F()
1834 client.requestOption(D6O_NAME_SERVERS); in TEST_F()
1846 OptionPtr opt = resp->getOption(D6O_NAME_SERVERS); in TEST_F()
1918 client.requestOption(D6O_NAME_SERVERS); in TEST_F()
1930 OptionPtr opt = resp->getOption(D6O_NAME_SERVERS); in TEST_F()
H A Drenew_unittest.cc679 client.requestOption(D6O_NAME_SERVERS); in TEST_F()
710 ASSERT_TRUE(client.hasOptionWithAddress(D6O_NAME_SERVERS, "3000:1::567")); in TEST_F()
732 ASSERT_TRUE(client.hasOptionWithAddress(D6O_NAME_SERVERS, "3000:1::678")); in TEST_F()
H A Dsarr_unittest.cc379 client.requestOption(D6O_NAME_SERVERS); in optionsInheritance()
404 ASSERT_TRUE(client.hasOptionWithAddress(D6O_NAME_SERVERS, "3000:1::567")); in optionsInheritance()
424 ASSERT_TRUE(client.hasOptionWithAddress(D6O_NAME_SERVERS, "3000:1::678")); in optionsInheritance()
H A Drebind_unittest.cc1095 client.requestOption(D6O_NAME_SERVERS); in TEST_F()
1126 ASSERT_TRUE(client.hasOptionWithAddress(D6O_NAME_SERVERS, "3000:1::567")); in TEST_F()
1148 ASSERT_TRUE(client.hasOptionWithAddress(D6O_NAME_SERVERS, "3000:1::678")); in TEST_F()
H A Dhost_unittest.cc1120 client.requestOption(D6O_NAME_SERVERS); in testOverrideRequestedOptions()
1132 verifyAddressOption(D6O_NAME_SERVERS, "3000:1::234", client.config_); in testOverrideRequestedOptions()
1350 client.requestOption(D6O_NAME_SERVERS); in testHostOnlyOptions()
1360 verifyAddressOption(D6O_NAME_SERVERS, "3000:1::234", client.config_); in testHostOnlyOptions()
H A Ddhcp6_srv_unittest.cc402 ASSERT_FALSE(adv->getOption(D6O_NAME_SERVERS)); in TEST_F()
411 codes[1] = D6O_NAME_SERVERS; in TEST_F()
424 OptionPtr tmp = adv->getOption(D6O_NAME_SERVERS); in TEST_F()
2624 ASSERT_FALSE(response->getOption(D6O_NAME_SERVERS)); in TEST_F()
2630 oro->addValue(D6O_NAME_SERVERS); in TEST_F()
2643 ASSERT_TRUE(response->getOption(D6O_NAME_SERVERS)); in TEST_F()
2665 ASSERT_FALSE(response->getOption(D6O_NAME_SERVERS)); in TEST_F()
H A Dconfig_parser_unittest.cc5417 retrieveOption<Option6AddrLstPtr>(*host, D6O_NAME_SERVERS); in TEST_F()
5442 opt_dns = retrieveOption<Option6AddrLstPtr>(*host, D6O_NAME_SERVERS); in TEST_F()
5485 opt_dns = retrieveOption<Option6AddrLstPtr>(*host, D6O_NAME_SERVERS); in TEST_F()
6045 for (uint16_t code = 0; code < D6O_NAME_SERVERS; ++code) { in TEST_F()
6052 ->enabled(D6O_NAME_SERVERS)); in TEST_F()
6054 for (uint16_t code = D6O_NAME_SERVERS + 1; code < D6O_REMOTE_ID; ++code) { in TEST_F()
7664 retrieveOption<Option6AddrLstPtr>(*host, D6O_NAME_SERVERS); in TEST_F()
7689 opt_dns = retrieveOption<Option6AddrLstPtr>(*host, D6O_NAME_SERVERS); in TEST_F()
/dports/net/kea/kea-2.0.1/src/lib/dhcp/tests/
H A Doption6_addrlst_unittest.cc66 D6O_NAME_SERVERS/256, D6O_NAME_SERVERS%256,//type in TEST_F()
110 opt1.reset(new Option6AddrLst(D6O_NAME_SERVERS, in TEST_F()
116 EXPECT_EQ(D6O_NAME_SERVERS, opt1->getType()); in TEST_F()
H A Dpkt6_unittest.cc269 EXPECT_TRUE(sol->getOption(D6O_NAME_SERVERS)); in TEST_F()
H A Dlibdhcp++_unittest.cc1878 LibDhcpTest::testStdOptionDefs6(D6O_NAME_SERVERS, begin, end, in TEST_F()
/dports/net/kea/kea-2.0.1/src/lib/dhcp/
H A Ddhcp6.h43 D6O_NAME_SERVERS = 23, /* RFC3646 */ enumerator
H A Dstd_option_defs.h482 { "dns-servers", D6O_NAME_SERVERS, DHCP6_OPTION_SPACE,
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/includes/
H A Ddhcp6.h52 #define D6O_NAME_SERVERS 23 /* RFC3646 */ macro
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/includes/
H A Ddhcp6.h52 #define D6O_NAME_SERVERS 23 /* RFC3646 */ macro
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/includes/
H A Ddhcp6.h52 #define D6O_NAME_SERVERS 23 /* RFC3646 */ macro
/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/tests/
H A Dhost_reservation_parser_unittest.cc1143 Option6AddrLst>(retrieveOption(*hosts[0], DHCP6_OPTION_SPACE, D6O_NAME_SERVERS)); in TEST_F()
1166 option->set("code", Element::create(D6O_NAME_SERVERS)); in TEST_F()
H A Dshared_network_parser_unittest.cc737 D6O_NAME_SERVERS); in TEST_F()
H A Ddhcp_parsers_unittest.cc1456 opt_data->set("code", Element::create(D6O_NAME_SERVERS)); in TEST_F()
1481 opt_data->set("code", Element::create(D6O_NAME_SERVERS)); in TEST_F()
/dports/net/kea/kea-2.0.1/src/bin/perfdhcp/
H A Dtest_control.cc331 0, D6O_NAME_SERVERS, in factoryOptionRequestOption6()
/dports/net/kea/kea-2.0.1/src/bin/perfdhcp/tests/
H A Dtest_control_unittest.cc1399 0, D6O_NAME_SERVERS, in TEST_F()
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/client/
H A Dclparse.c113 code = D6O_NAME_SERVERS; in read_client_conf()
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/client/
H A Dclparse.c113 code = D6O_NAME_SERVERS; in read_client_conf()
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/client/
H A Dclparse.c113 code = D6O_NAME_SERVERS; in read_client_conf()