Searched refs:kIpsetCommand (Results 1 – 1 of 1) sorted by relevance
54 static const char kIpsetCommand[] = OPENTHREAD_POSIX_CONFIG_IPSET_BINARY; variable70 return ExecuteCommand("%s flush %s", kIpsetCommand, aName); in FlushIpSet()75 return ExecuteCommand("%s add %s %s -exist", kIpsetCommand, aSetName, aAddress); in AddToIpSet()80 return ExecuteCommand("%s swap %s %s", kIpsetCommand, aSetName1, aSetName2); in SwapIpSets()