Home
last modified time | relevance | path

Searched refs:D6O_VENDOR_CLASS (Results 1 – 13 of 13) sorted by relevance

/dports/net/kea/kea-2.0.1/src/lib/dhcp/tests/
H A Doption_vendor_class_unittest.cc289 EXPECT_EQ(D6O_VENDOR_CLASS, vendor_class->getType()); in TEST()
335 EXPECT_EQ(D6O_VENDOR_CLASS, vendor_class->getType()); in TEST()
376 EXPECT_EQ(D6O_VENDOR_CLASS, vendor_class->getType()); in TEST()
487 EXPECT_EQ(D6O_VENDOR_CLASS, vendor_class->getType()); in TEST_F()
516 EXPECT_EQ(D6O_VENDOR_CLASS, vendor_class->getType()); in TEST_F()
547 EXPECT_EQ(D6O_VENDOR_CLASS, vendor_class->getType()); in TEST_F()
576 EXPECT_EQ(D6O_VENDOR_CLASS, vendor_class->getType()); in TEST_F()
H A Dlibdhcp++_unittest.cc1854 LibDhcpTest::testStdOptionDefs6(D6O_VENDOR_CLASS, vclass_buf.begin(), in TEST_F()
2277 ASSERT_FALSE(options.find(D6O_VENDOR_CLASS) == options.end()); in TEST_F()
/dports/net/kea/kea-2.0.1/src/bin/dhcp6/tests/
H A Dvendor_opts_unittest.cc184 } else if (i == D6O_VENDOR_CLASS) { in testRequestingOfVendorOptions()
286 testRequestingOfVendorOptions({D6O_VENDOR_CLASS}); in TEST_F()
294 testRequestingOfVendorOptions({D6O_VENDOR_CLASS, D6O_VENDOR_OPTS}); in TEST_F()
298 testRequestingOfVendorOptions({D6O_VENDOR_OPTS, D6O_VENDOR_CLASS}); in TEST_F()
/dports/net/kea/kea-2.0.1/src/lib/dhcp/
H A Doption_vendor_class.h162 return (D6O_VENDOR_CLASS); in getOptionCode()
H A Ddhcp6.h36 D6O_VENDOR_CLASS = 16, enumerator
H A Dstd_option_defs.h468 { "vendor-class", D6O_VENDOR_CLASS, DHCP6_OPTION_SPACE, OPT_RECORD_TYPE,
H A Doption_definition.cc833 case D6O_VENDOR_CLASS: in factorySpecialFormatOption()
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/includes/
H A Ddhcp6.h45 #define D6O_VENDOR_CLASS 16 macro
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/includes/
H A Ddhcp6.h45 #define D6O_VENDOR_CLASS 16 macro
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/includes/
H A Ddhcp6.h45 #define D6O_VENDOR_CLASS 16 macro
/dports/net/kea/kea-2.0.1/src/lib/eval/
H A Dtoken.cc1093 code = D6O_VENDOR_CLASS; in evaluate()
/dports/net/kea/kea-2.0.1/src/bin/dhcp6/
H A Ddhcp6_srv.cc1466 question->getOption(D6O_VENDOR_CLASS))); in run()
3725 OptionVendorClass>(pkt->getOption(D6O_VENDOR_CLASS)); in run()
/dports/net/kea/kea-2.0.1/src/lib/eval/tests/
H A Dtoken_unittest.cc318 pkt6_->delOption(D6O_VENDOR_CLASS); in setVendorClassOption()