Home
last modified time | relevance | path

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

/openthread-latest/src/core/backbone_router/
Dndproxy_table.cpp138 for (NdProxy &proxy : mProxies) in Clear()
140 proxy.Clear(); in Clear()
154 NdProxy *proxy = FindByAddressIid(aAddressIid); in Register() local
157 if (proxy != nullptr) in Register()
159 VerifyOrExit(proxy->mMeshLocalIid == aMeshLocalIid, error = kErrorDuplicated); in Register()
161 proxy->Update(aRloc16, timeSinceLastTransaction); in Register()
162 NotifyDuaRegistrationOnBackboneLink(*proxy, /* aIsRenew */ true); in Register()
166 proxy = FindByMeshLocalIid(aMeshLocalIid); in Register()
167 if (proxy != nullptr) in Register()
169 TriggerCallback(NdProxy::kRemoved, proxy->mAddressIid); in Register()
[all …]
/openthread-latest/tools/gerrit/
DREADME.md51 8efb3c50e [meshcop] implement commissioning UDP proxy (#2926)
/openthread-latest/etc/cmake/
Doptions.cmake204 …n(OT_DNSSD_DISCOVERY_PROXY OPENTHREAD_CONFIG_DNSSD_DISCOVERY_PROXY_ENABLE "DNS-SD discovery proxy")
249 …ion(OT_SRP_ADV_PROXY OPENTHREAD_CONFIG_SRP_SERVER_ADVERTISING_PROXY_ENABLE "SRP advertising proxy")
/openthread-latest/third_party/mbedtls/repo/programs/
DREADME.md97 * [`test/udp_proxy.c`](test/udp_proxy.c): a UDP proxy that can inject certain failures (delay, dupl…
/openthread-latest/third_party/mbedtls/repo/tests/
Dssl-opt.sh175 --proxy-port)
/openthread-latest/src/cli/
DREADME.md1484 … the preferred NAT64 prefix is unavailable. When testing DNS-SD discovery proxy, the zone is not `…
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto.function38 * This serves as a proxy for checking if the operation is aborted. */