Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dutil.hpp65 DHCPVal getDHCPValue(const config::Parser& config);
H A Dutil.cpp209 DHCPVal getDHCPValue(const config::Parser& config) in getDHCPValue() function
H A Dethernet_interface.cpp102 auto dhcpVal = getDHCPValue(config); in EthernetInterface()