Home
last modified time | relevance | path

Searched defs:startIp (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/include/
H A Dnetfirewall_db_helper.h78 in_addr startIp; member
82 in6_addr startIp; member
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/netfirewall/src/context/
H A Dnet_firewall_param_check.cpp163 bool NetFirewallParamCheck::CheckIpAddress(const std::string &startIp, const std::string &endIp, co… in CheckIpAddress()
267 std::string startIp = in CheckMultipleIp() local
H A Dnet_firewall_rule_parse.cpp48 std::string startIp; in ParseIpList() local
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnetfirewall_parcel.h128 in_addr startIp; // Store IP for single IP, and store starting IP for IP end member
132 in6_addr startIp; // Store IP for single IP, and store starting IP for IP end member
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_default_rule_parser.cpp177 cJSON *startIp = cJSON_GetObjectItem(mem, NET_FIREWALL_IP_START.c_str()); in ConvertIpParamToConfig() local
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_sub_statemachine.cpp732 std::string startIp = std::to_string(atoi(ipEnd.c_str()) + 1); in StartDhcp() local
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbitmap_manager.cpp414 int32_t IpParamParser::GetMask(uint32_t startIp, uint32_t endIp) in GetMask()