Home
last modified time | relevance | path

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

/dports/net/kea/kea-2.0.1/src/bin/dhcp4/
H A Dctrl_dhcp4_srv.h331 commandStatusGetHandler(const std::string& command,
H A Dctrl_dhcp4_srv.cc716 ControlledDhcpv4Srv::commandStatusGetHandler(const string&, in commandStatusGetHandler() function in isc::dhcp::ControlledDhcpv4Srv
840 return (srv->commandStatusGetHandler(command, args)); in processCommand()
1112 std::bind(&ControlledDhcpv4Srv::commandStatusGetHandler, this, ph::_1, ph::_2)); in ControlledDhcpv4Srv()
/dports/net/kea/kea-2.0.1/src/bin/dhcp6/
H A Dctrl_dhcp6_srv.h331 commandStatusGetHandler(const std::string& command,
H A Dctrl_dhcp6_srv.cc719 ControlledDhcpv6Srv::commandStatusGetHandler(const string&, in commandStatusGetHandler() function in isc::dhcp::ControlledDhcpv6Srv
843 return (srv->commandStatusGetHandler(command, args)); in processCommand()
1132 std::bind(&ControlledDhcpv6Srv::commandStatusGetHandler, this, ph::_1, ph::_2)); in ControlledDhcpv6Srv()