Searched defs:ips (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/server/ |
H A D | tls_socket_server_branch_test.cpp | 592 std::vector<std::string> ips = {"192.168.1.1", "192.168.1.2"}; variable 605 std::vector<std::string> ips = {"192.168.1.1", "192.168.1.2"}; variable 620 std::vector<std::string> ips = {"192.168.1.1", "192.168.1.2"}; variable
|
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/ |
H A D | netfirewall_default_rule_parser.cpp | 89 cJSON *ips = cJSON_GetObjectItem(mem, jsonKey.c_str()); in ParseIpList() local
|
H A D | netfirewall_db_helper.cpp | 904 void NetFirewallDbHelper::FirewallIpToDbIp(const std::vector<NetFirewallIpParam> &ips, std::vector<… in FirewallIpToDbIp() 922 …elper::DbIpToFirewallIp(const std::vector<DataBaseIp> &dbips, std::vector<NetFirewallIpParam> &ips) in DbIpToFirewallIp()
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/ |
H A D | bitmap_manager.cpp | 190 std::vector<Ip4Data> ips; in InsertIp4SegBitmap() local 215 std::vector<Ip6Data> ips; in InsertIp6SegBitmap() local
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
H A D | proxy.rs | 189 ips: Vec<Ip>, field
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/ |
H A D | wifi_hotspot_service_impl.cpp | 883 std::vector ips = {"0.0.0.0", "255.255.255.255", "127.0.0.0"}; in CfgCheckIpAddress() local
|
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/ |
H A D | tls_socket_server.cpp | 1147 …ame(const std::string &hostName, std::vector<std::string> &dnsNames, std::vector<std::string> &ips, in CheckIpAndDnsName() 1234 std::vector<std::string> ips = {}; in CheckServerIdentityLegal() local
|
H A D | tls_socket.cpp | 1582 …sName(const std::string &hostName, std::vector<std::string> dnsNames, std::vector<std::string> ips, in CheckIpAndDnsName() 1669 std::vector<std::string> ips = {}; in CheckServerIdentityLegal() local
|