Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Diptables_wrapper.cpp37 isIp6tablesSystemAccess_ = access(IP6TABLES_CMD_PATH, F_OK) == 0; in IptablesWrapper()
82 if (isIp6tablesSystemAccess_ && (ipType == IPTYPE_IPV6 || ipType == IPTYPE_IPV4V6)) { in RunCommand()
143 if (isIp6tablesSystemAccess_ && (ipType == IPTYPE_IPV6 || ipType == IPTYPE_IPV4V6)) { in RunMutipleCommands()
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Diptables_wrapper.h92 bool isIp6tablesSystemAccess_ = false; member in OHOS::nmd::IptablesWrapper

Completed in 2 milliseconds