Home
last modified time | relevance | path

Searched refs:ExecuteCommand (Results 1 – 3 of 3) sorted by relevance

/openthread-3.4.0/src/posix/platform/
Dfirewall.cpp70 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()
Dutils.hpp47 otError ExecuteCommand(const char *aFormat, ...);
Dutils.cpp53 otError ExecuteCommand(const char *aFormat, ...) in ExecuteCommand() function