Home
last modified time | relevance | path

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

/openthread-3.7.0/include/openthread/
Dip6.h289 bool otIp6IsEnabled(otInstance *aInstance);
/openthread-3.7.0/src/core/api/
Dip6_api.cpp71 bool otIp6IsEnabled(otInstance *aInstance) { return AsCoreType(aInstance).Get<ThreadNetif>().IsUp()… in otIp6IsEnabled() function
/openthread-3.7.0/src/posix/platform/
Dnetif.cpp641 SetLinkState(aInstance, otIp6IsEnabled(aInstance)); in UpdateLink()
1417 VerifyOrExit(isUp == otIp6IsEnabled(aInstance), in processNetifLinkEvent()
1423 if (isUp != otIp6IsEnabled(aInstance)) in processNetifLinkEvent()
/openthread-3.7.0/src/ncp/
Dncp_base.cpp2163 if (otIp6IsEnabled(mInstance)) in HandlePropertySet()
Dncp_base_mtd.cpp487 return mEncoder.WriteBool(otIp6IsEnabled(mInstance)); in HandlePropertyGet()
/openthread-3.7.0/src/cli/
Dcli.cpp3093 if (otIp6IsEnabled(GetInstancePtr())) in Process()