Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/
H A Dfirewall_chain_rule.cpp42 srcAddr_ = std::get<FIREWALL_SRCADDR_IND>(firewallTuple); in FirewallChainRule()
48 GetOption(otherOptions_, "source IP range", srcAddr_); in FirewallChainRule()
78 parameterString << IpToParameter(srcAddr_, "-s"); in Parameter()
134 return {direction, action, protocl, srcAddr_, destAddr_, srcPort_, destPort_, appUid_}; in ToFilterRule()
H A Dchain_rule.cpp44 srcAddr_ = source; in ChainRule()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/include/network/rule/
H A Dchain_rule.h51 std::string srcAddr_; variable
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/network/rule/
H A Dchain_rule_test.cpp64 EXPECT_EQ(chainRule->srcAddr_, "192.168.1.1");