Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Ddhcp_controller.cpp27 static constexpr const char *DEFAULT_STR_ENDIP = ".254"; variable
135 std::string strEndip = ipHead + DEFAULT_STR_ENDIP; in StartDhcpService()