Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dfirewall.cpp64 otError AddToIpSet(const char *aSetName, const char *aAddress);
73 inline otError IpSetManager::AddToIpSet(const char *aSetName, const char *aAddress) in AddToIpSet() argument
75 return ExecuteCommand("%s add %s %s -exist", kIpsetCommand, aSetName, aAddress); in AddToIpSet()