Home
last modified time | relevance | path

Searched refs:commandVersionGetHandler (Results 1 – 4 of 4) sorted by relevance

/dports/net/kea/kea-2.0.1/src/bin/dhcp4/
H A Dctrl_dhcp4_srv.h265 commandVersionGetHandler(const std::string& command,
H A Dctrl_dhcp4_srv.cc625 ControlledDhcpv4Srv::commandVersionGetHandler(const string&, ConstElementPtr) { in commandVersionGetHandler() function in isc::dhcp::ControlledDhcpv4Srv
822 return (srv->commandVersionGetHandler(command, args)); in processCommand()
1115 std::bind(&ControlledDhcpv4Srv::commandVersionGetHandler, this, ph::_1, ph::_2)); in ControlledDhcpv4Srv()
/dports/net/kea/kea-2.0.1/src/bin/dhcp6/
H A Dctrl_dhcp6_srv.h265 commandVersionGetHandler(const std::string& command,
H A Dctrl_dhcp6_srv.cc628 ControlledDhcpv6Srv::commandVersionGetHandler(const string&, ConstElementPtr) { in commandVersionGetHandler() function in isc::dhcp::ControlledDhcpv6Srv
825 return (srv->commandVersionGetHandler(command, args)); in processCommand()
1135 std::bind(&ControlledDhcpv6Srv::commandVersionGetHandler, this, ph::_1, ph::_2)); in ControlledDhcpv6Srv()