Home
last modified time | relevance | path

Searched refs:isIptablesSystemAccess_ (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Diptables_wrapper.cpp36 isIptablesSystemAccess_ = access(IPATBLES_CMD_PATH, F_OK) == 0; in IptablesWrapper()
72 if (isIptablesSystemAccess_ && (ipType == IPTYPE_IPV4 || ipType == IPTYPE_IPV4V6)) { in RunCommand()
137 if (isIptablesSystemAccess_ && (ipType == IPTYPE_IPV4 || ipType == IPTYPE_IPV4V6)) { in RunMutipleCommands()
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Diptables_wrapper.h91 bool isIptablesSystemAccess_ = false; member in OHOS::nmd::IptablesWrapper

Completed in 1 milliseconds