Searched refs:SELECT_TABLE_OPTION (Results 1 – 3 of 3) sorted by relevance
30 const std::string SELECT_TABLE_OPTION = "-t "; variable49 oss << SELECT_TABLE_OPTION << tableName_ << NEW_OPTION << chainName_; in CreateChain()61 oss << SELECT_TABLE_OPTION << tableName_; in Add()69 oss << SELECT_TABLE_OPTION << tableName_; in Remove()116 oss << SELECT_TABLE_OPTION << tableName_ << " -n -v -L " << chainName_ << " --line-number"; in GetAll()
27 const std::string SELECT_TABLE_OPTION = "-t "; variable36 oss << SELECT_TABLE_OPTION << tableName_ << " -I OUTPUT -p udp --dport 53 -j " << chainName_; in Init()
26 const std::string SELECT_TABLE_OPTION = "-t "; variable38 …oss << SELECT_TABLE_OPTION << tableName_ << INSERT_OPTION << actualChainName_ << JUMP_OPTION << ch… in Init()