Searched refs:isIp6tablesSystemAccess_ (Results 1 – 2 of 2) sorted by relevance
37 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()
84 bool isIp6tablesSystemAccess_ = false; variable