Home
last modified time | relevance | path

Searched refs:getDHCPProp (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Ddhcp_configuration.cpp29 ConfigIntf::domainEnabled(getDHCPProp(conf, type, "UseDomains"), true); in Configuration()
30 ConfigIntf::dnsEnabled(getDHCPProp(conf, type, "UseDNS"), true); in Configuration()
31 ConfigIntf::ntpEnabled(getDHCPProp(conf, type, "UseNTP"), true); in Configuration()
32 ConfigIntf::hostNameEnabled(getDHCPProp(conf, type, "UseHostname"), true); in Configuration()
33 ConfigIntf::sendHostNameEnabled(getDHCPProp(conf, type, "SendHostname"), in Configuration()
H A Dutil.hpp72 bool getDHCPProp(const config::Parser& config, DHCPType dhcpType,
H A Dutil.cpp215 bool getDHCPProp(const config::Parser& config, DHCPType dhcpType, in getDHCPProp() function