Home
last modified time | relevance | path

Searched refs:flex_id (Results 1 – 20 of 20) sorted by relevance

/dports/net/kea/kea-2.0.1/src/lib/yang/
H A Dadaptor_host.cc34 ConstElementPtr flex_id = host->get("flex-id"); in quoteIdentifier() local
35 if (!flex_id) { in quoteIdentifier()
38 const string& id = flex_id->stringValue(); in quoteIdentifier()
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/keama/tests/
H A Denv3 setenv HOOK /tmp/kea/premium/src/hooks/dhcp/flex_id/.libs/
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/keama/tests/
H A Denv3 setenv HOOK /tmp/kea/premium/src/hooks/dhcp/flex_id/.libs/
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/keama/tests/
H A Denv3 setenv HOOK /tmp/kea/premium/src/hooks/dhcp/flex_id/.libs/
/dports/net/kea/kea-2.0.1/doc/examples/kea6/
H A Dglobal-reservations.json34 // (flexible identifier available when flex_id hook library is loaded) When told
128 // Note: flexible identifier requires flex_id hook library to be
H A Dreservations.json32 // (flexible identifier available when flex_id hook library is loaded) When told
141 // Note: flexible identifier requires flex_id hook library to be
/dports/net/kea/kea-2.0.1/doc/examples/kea4/
H A Dglobal-reservations.json40 // identifier available when flex_id hook library is loaded). When told to do
144 // Note: flexible identifier requires flex_id hook library to be
H A Dreservations.json35 // identifier available when flex_id hook library is loaded). When told to do
155 // Note: flexible identifier requires flex_id hook library to be
/dports/net/kea/kea-2.0.1/doc/sphinx/grammar/
H A Dgrammar-dhcp4-parser.rst351 | flex_id
361 flex_id ::= "flex-id"
H A Dgrammar-dhcp6-parser.rst354 | flex_id
358 flex_id ::= "flex-id"
/dports/net/kea/kea-2.0.1/src/bin/dhcp6/
H A Ddhcp6_parser.yy1139 | flex_id
1147 flex_id: FLEX_ID {
1148 ElementPtr flex_id(new StringElement("flex-id", ctx.loc2pos(@1)));
1149 ctx.stack_.back()->add(flex_id);
H A Ddhcp6_parser.cc2112 ElementPtr flex_id(new StringElement("flex-id", ctx.loc2pos(yystack_[0].location))); in parse() local
2113 ctx.stack_.back()->add(flex_id); in parse()
H A Ddhcp6_hooks.dox160 To be able to use this feature, flex_id hook library is needed.
/dports/net/kea/kea-2.0.1/src/bin/dhcp4/
H A Ddhcp4_parser.yy1124 | flex_id
1147 flex_id: FLEX_ID {
1148 ElementPtr flex_id(new StringElement("flex-id", ctx.loc2pos(@1)));
1149 ctx.stack_.back()->add(flex_id);
H A Ddhcp4_parser.cc2150 ElementPtr flex_id(new StringElement("flex-id", ctx.loc2pos(yystack_[0].location))); in parse() local
2151 ctx.stack_.back()->add(flex_id); in parse()
H A Ddhcp4_hooks.dox157 To be able to use this feature, flex_id hook library is required.
/dports/net/kea/kea-2.0.1/src/bin/keactrl/
H A Dkea-dhcp6.conf.pre347 // Note: flexible identifier requires flex_id hook library to be
H A Dkea-dhcp4.conf.pre399 // Note: flexible identifier requires flex_id hook library to be
/dports/net/kea/kea-2.0.1/doc/sphinx/arm/
H A Dhooks-radius.rst221 Included Hooks: forensic_log flex_id host_cmds subnet_cmds radius host_cache
H A Dhooks.rst132 …Included Hooks: forensic_log flex_id host_cmds subnet_cmds radius host_cache class_cmds cb_cmds …
1471 flex_id: Flexible Identifiers for Host Reservations