Searched refs:ExecuteCommand (Results 1 – 3 of 3) sorted by relevance
/openthread-3.4.0/src/posix/platform/ |
D | firewall.cpp | 70 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()
|
D | utils.hpp | 47 otError ExecuteCommand(const char *aFormat, ...);
|
D | utils.cpp | 53 otError ExecuteCommand(const char *aFormat, ...) in ExecuteCommand() function
|