Home
last modified time | relevance | path

Searched refs:ApplyIpAddress (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Ddhcpd_interface.h90 …bool ApplyIpAddress(const std::string &ifaceName, const Ipv4Address &ipv4, const Ipv6Address &ipv6…
H A Ddhcpd_interface.cpp71 if (!ApplyIpAddress(ifaceName, mBindIpv4, mBindIpv6)) { in StartDhcpServerFromInterface()
165 bool DhcpdInterface::ApplyIpAddress(const std::string &ifaceName, const Ipv4Address &ipv4, const Ip… in ApplyIpAddress() function in OHOS::Wifi::DhcpdInterface