Searched refs:aSetName (Results 1 – 1 of 1) sorted by relevance
64 otError AddToIpSet(const char *aSetName, const char *aAddress);73 inline otError IpSetManager::AddToIpSet(const char *aSetName, const char *aAddress) in AddToIpSet() argument75 return ExecuteCommand("%s add %s %s -exist", kIpsetCommand, aSetName, aAddress); in AddToIpSet()