Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Diptables_wrapper.cpp37 isIp6tablesSystemAccess_ = access(IP6TABLES_CMD_PATH, F_OK) == 0; in IptablesWrapper()
80 if (isIp6tablesSystemAccess_ && (ipType == IPTYPE_IPV6 || ipType == IPTYPE_IPV4V6)) { in RunCommand()
142 if (isIp6tablesSystemAccess_ && (ipType == IPTYPE_IPV6 || ipType == IPTYPE_IPV4V6)) { in RunMutipleCommands()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Diptables_wrapper.h84 bool isIp6tablesSystemAccess_ = false; variable