Home
last modified time | relevance | path

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

/external/openthread/src/posix/platform/
Dfirewall.cpp58 static const char kIngressAllowDstSwapIpSet[] = "otbr-ingress-allow-dst-swap"; variable
93 SuccessOrExit(error = ipSetManager.FlushIpSet(kIngressAllowDstSwapIpSet)); in UpdateIpSets()
117 SuccessOrExit(error = ipSetManager.AddToIpSet(kIngressAllowDstSwapIpSet, prefixBuf)); in UpdateIpSets()
122 … SuccessOrExit(error = ipSetManager.SwapIpSets(kIngressAllowDstSwapIpSet, kIngressAllowDstIpSet)); in UpdateIpSets()