Home
last modified time | relevance | path

Searched refs:D6O_USER_CLASS (Results 1 – 8 of 8) sorted by relevance

/dports/net/kea/kea-2.0.1/src/bin/dhcp6/tests/
H A Dvendor_opts_unittest.cc178 if (i == D6O_USER_CLASS) { in testRequestingOfVendorOptions()
182 D6O_USER_CLASS, in testRequestingOfVendorOptions()
282 testRequestingOfVendorOptions({D6O_USER_CLASS}); in TEST_F()
608 OptionPtr vopt(new OptionString(Option::V6, D6O_USER_CLASS, in TEST_F()
H A Dconfig_parser_unittest.cc3647 idx2.equal_range(D6O_USER_CLASS); in TEST_F()
3653 testOption(*range2.first, D6O_USER_CLASS, user_class_expected, in TEST_F()
3757 idx2.equal_range(D6O_USER_CLASS); in TEST_F()
3763 testOption(*range2.first, D6O_USER_CLASS, user_class_expected, in TEST_F()
3800 idx4.equal_range(D6O_USER_CLASS); in TEST_F()
3806 testOption(*range4.first, D6O_USER_CLASS, user_class_expected2, in TEST_F()
/dports/net/kea/kea-2.0.1/src/lib/dhcp/
H A Ddhcp6.h35 D6O_USER_CLASS = 15, enumerator
H A Dstd_option_defs.h466 { "user-class", D6O_USER_CLASS, DHCP6_OPTION_SPACE, OPT_BINARY_TYPE,
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/includes/
H A Ddhcp6.h44 #define D6O_USER_CLASS 15 macro
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/includes/
H A Ddhcp6.h44 #define D6O_USER_CLASS 15 macro
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/includes/
H A Ddhcp6.h44 #define D6O_USER_CLASS 15 macro
/dports/net/kea/kea-2.0.1/src/lib/dhcp/tests/
H A Dlibdhcp++_unittest.cc1851 LibDhcpTest::testStdOptionDefs6(D6O_USER_CLASS, begin, end, in TEST_F()