Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dfirewall.cpp54 static const char kIpsetCommand[] = OPENTHREAD_POSIX_CONFIG_IPSET_BINARY; variable
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()