Home
last modified time | relevance | path

Searched defs:strEndip (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Ddhcp_controller.cpp135 std::string strEndip = ipHead + DEFAULT_STR_ENDIP; in StartDhcpService() local
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_sub_statemachine.cpp735 std::string strEndip = ipHead + "." + endIp; in StartDhcp() local
757 const std::string &strEndip, const std::string &mask) in SetRange()
/ohos5.0/foundation/communication/dhcp/interfaces/kits/c/
H A Ddhcp_result_event.h67 char strEndip[INET_ADDRSTRLEN]; /* dhcp-range end ip */ member
/ohos5.0/foundation/communication/dhcp/interfaces/inner_api/include/
H A Ddhcp_define.h220 std::string strEndip; /* dhcp-range end ip */ member