Home
last modified time | relevance | path

Searched defs:aInfraIfIndex (Results 1 – 6 of 6) sorted by relevance

/external/openthread/examples/platforms/simulation/
Dinfra_if.c174 bool otPlatInfraIfHasAddress(uint32_t aInfraIfIndex, const otIp6Address *aAddress) in otPlatInfraIfHasAddress()
181 otError otPlatInfraIfSendIcmp6Nd(uint32_t aInfraIfIndex, in otPlatInfraIfSendIcmp6Nd()
209 otError otPlatInfraIfDiscoverNat64Prefix(uint32_t aInfraIfIndex) in otPlatInfraIfDiscoverNat64Prefix()
323 uint32_t aInfraIfIndex, in otPlatInfraIfRecvIcmp6Nd()
/external/openthread/src/core/border_router/
Dinfra_if.cpp174 uint32_t aInfraIfIndex, in otPlatInfraIfRecvIcmp6Nd()
185 extern "C" otError otPlatInfraIfStateChanged(otInstance *aInstance, uint32_t aInfraIfIndex, bool aI… in otPlatInfraIfStateChanged()
191 uint32_t aInfraIfIndex, in otPlatInfraIfDiscoverNat64PrefixDone()
Drouting_manager.cpp92 Error RoutingManager::Init(uint32_t aInfraIfIndex, bool aInfraIfIsRunning) in Init()
/external/openthread/src/posix/platform/
Dinfra_if.cpp65 bool otPlatInfraIfHasAddress(uint32_t aInfraIfIndex, const otIp6Address *aAddress) in otPlatInfraIfHasAddress()
95 otError otPlatInfraIfSendIcmp6Nd(uint32_t aInfraIfIndex, in otPlatInfraIfSendIcmp6Nd()
104 otError otPlatInfraIfDiscoverNat64Prefix(uint32_t aInfraIfIndex) in otPlatInfraIfDiscoverNat64Prefix()
218 otError InfraNetif::SendIcmp6Nd(uint32_t aInfraIfIndex, in SendIcmp6Nd()
754 otError InfraNetif::DiscoverNat64Prefix(uint32_t aInfraIfIndex) in DiscoverNat64Prefix()
/external/openthread/src/core/api/
Dborder_routing_api.cpp46 otError otBorderRoutingInit(otInstance *aInstance, uint32_t aInfraIfIndex, bool aInfraIfIsRunning) in otBorderRoutingInit()
/external/openthread/tests/unit/
Dtest_routing_manager.cpp286 bool otPlatInfraIfHasAddress(uint32_t aInfraIfIndex, const otIp6Address *aAddress) in otPlatInfraIfHasAddress()
293 otError otPlatInfraIfSendIcmp6Nd(uint32_t aInfraIfIndex, in otPlatInfraIfSendIcmp6Nd()