Home
last modified time | relevance | path

Searched refs:D6O_NIS_SERVERS (Results 1 – 16 of 16) sorted by relevance

/dports/net/kea/kea-2.0.1/src/lib/dhcp/tests/
H A Doption6_addrlst_unittest.cc90 D6O_NIS_SERVERS/256, D6O_NIS_SERVERS%256, in TEST_F()
152 opt3.reset(new Option6AddrLst(D6O_NIS_SERVERS, in TEST_F()
156 EXPECT_EQ(D6O_NIS_SERVERS, opt3->getType()); in TEST_F()
H A Doption_definition_unittest.cc484 OptionDefinition opt_def("OPTION_NIS_SERVERS", D6O_NIS_SERVERS, in TEST_F()
507 option_v6 = opt_def.optionFactory(Option::V6, D6O_NIS_SERVERS, buf); in TEST_F()
528 opt_def.optionFactory(Option::V6, D6O_NIS_SERVERS, buf), in TEST_F()
539 OptionDefinition opt_def("OPTION_NIS_SERVERS", D6O_NIS_SERVERS, in TEST_F()
560 option_v6 = opt_def.optionFactory(Option::V6, D6O_NIS_SERVERS, in TEST_F()
586 OptionDefinition opt_def("OPTION_NAME_SERVERS", D6O_NIS_SERVERS, in TEST_F()
H A Dlibdhcp++_unittest.cc1890 LibDhcpTest::testStdOptionDefs6(D6O_NIS_SERVERS, begin, end, in TEST_F()
/dports/net/kea/kea-2.0.1/src/bin/dhcp6/tests/
H A Dinfrequest_unittest.cc290 client.requestOption(D6O_NIS_SERVERS); in TEST_F()
299 (response->getOption(D6O_NIS_SERVERS)); in TEST_F()
H A Dshared_network_unittest.cc1870 ASSERT_NO_THROW(client1.requestOption(D6O_NIS_SERVERS)); in TEST_F()
1883 ASSERT_TRUE(client1.hasOptionWithAddress(D6O_NIS_SERVERS, "3000::20")); in TEST_F()
1902 ASSERT_NO_THROW(client2.requestOption(D6O_NIS_SERVERS)); in TEST_F()
1915 ASSERT_TRUE(client2.hasOptionWithAddress(D6O_NIS_SERVERS, "3000::20")); in TEST_F()
1929 ASSERT_NO_THROW(client3.requestOption(D6O_NIS_SERVERS)); in TEST_F()
1942 ASSERT_TRUE(client3.hasOptionWithAddress(D6O_NIS_SERVERS, "3000::20")); in TEST_F()
H A Drenew_unittest.cc680 client.requestOption(D6O_NIS_SERVERS); in TEST_F()
711 ASSERT_TRUE(client.hasOptionWithAddress(D6O_NIS_SERVERS, "3000:1::789")); in TEST_F()
733 ASSERT_TRUE(client.hasOptionWithAddress(D6O_NIS_SERVERS, "3000:1::789")); in TEST_F()
H A Dsarr_unittest.cc380 client.requestOption(D6O_NIS_SERVERS); in optionsInheritance()
405 ASSERT_TRUE(client.hasOptionWithAddress(D6O_NIS_SERVERS, "3000:1::789")); in optionsInheritance()
425 ASSERT_TRUE(client.hasOptionWithAddress(D6O_NIS_SERVERS, "3000:1::789")); in optionsInheritance()
H A Drebind_unittest.cc1096 client.requestOption(D6O_NIS_SERVERS); in TEST_F()
1127 ASSERT_TRUE(client.hasOptionWithAddress(D6O_NIS_SERVERS, "3000:1::789")); in TEST_F()
1149 ASSERT_TRUE(client.hasOptionWithAddress(D6O_NIS_SERVERS, "3000:1::789")); in TEST_F()
H A Dhost_unittest.cc1121 client.requestOption(D6O_NIS_SERVERS); in testOverrideRequestedOptions()
1138 verifyAddressOption(D6O_NIS_SERVERS, "3000:1::234", client.config_); in testOverrideRequestedOptions()
1351 client.requestOption(D6O_NIS_SERVERS); in testHostOnlyOptions()
1366 verifyAddressOption(D6O_NIS_SERVERS, "3000:1::234", client.config_); in testHostOnlyOptions()
H A Dclassify_unittests.cc426 Option6AddrLst>(config.findOption(D6O_NIS_SERVERS)); in verifyConfig0Options()
1409 client.requestOption(D6O_NIS_SERVERS); in TEST_F()
/dports/net/kea/kea-2.0.1/src/lib/dhcp/
H A Ddhcp6.h47 D6O_NIS_SERVERS = 27, /* RFC3898 */ enumerator
H A Dstd_option_defs.h490 { "nis-servers", D6O_NIS_SERVERS, DHCP6_OPTION_SPACE,
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/includes/
H A Ddhcp6.h56 #define D6O_NIS_SERVERS 27 /* RFC3898 */ macro
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/includes/
H A Ddhcp6.h56 #define D6O_NIS_SERVERS 27 /* RFC3898 */ macro
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/includes/
H A Ddhcp6.h56 #define D6O_NIS_SERVERS 27 /* RFC3898 */ macro
/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/tests/
H A Dhost_reservation_parser_unittest.cc1152 Option6AddrLst>(retrieveOption(*hosts[0], DHCP6_OPTION_SPACE, D6O_NIS_SERVERS)); in TEST_F()