Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dip6.hpp250 void SetReceiveIp6FilterEnabled(bool aEnabled) { mReceiveFilterEnabled = aEnabled; } in SetReceiveIp6FilterEnabled() function in ot::Ip6::Ip6
/openthread-latest/src/core/api/
Dip6_api.cpp118 AsCoreType(aInstance).Get<Ip6::Ip6>().SetReceiveIp6FilterEnabled(aEnabled); in otIp6SetReceiveFilterEnabled()