Searched refs:getDHCPProp (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-networkd/src/ |
H A D | dhcp_configuration.cpp | 27 ConfigIntf::domainEnabled(getDHCPProp(conf, type, "UseDomains"), true); in Configuration() 28 ConfigIntf::dnsEnabled(getDHCPProp(conf, type, "UseDNS"), true); in Configuration() 29 ConfigIntf::ntpEnabled(getDHCPProp(conf, type, "UseNTP"), true); in Configuration() 30 ConfigIntf::hostNameEnabled(getDHCPProp(conf, type, "UseHostname"), true); in Configuration() 31 ConfigIntf::sendHostNameEnabled(getDHCPProp(conf, type, "SendHostname"), in Configuration()
|
H A D | util.hpp | 72 bool getDHCPProp(const config::Parser& config, DHCPType dhcpType,
|
H A D | util.cpp | 215 bool getDHCPProp(const config::Parser& config, DHCPType dhcpType, in getDHCPProp() function
|