Home
last modified time | relevance | path

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

/external/ot-br-posix/src/host/
Dncp_spinel.cpp151 SuccessOrExit(error = SetProperty(SPINEL_PROP_NET_IF_UP, encodingFunc)); in Ip6SetEnabled()
459 case SPINEL_PROP_NET_IF_UP: in HandleValueIs()
709 case SPINEL_PROP_NET_IF_UP: in HandleResponseForPropSet()
710 VerifyOrExit(aKey == SPINEL_PROP_NET_IF_UP, error = OTBR_ERROR_INVALID_STATE); in HandleResponseForPropSet()
/external/openthread/src/ncp/
Dncp_base_dispatcher.cpp90 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_NET_IF_UP), in FindGetPropertyHandler()
459 OT_NCP_SET_HANDLER_ENTRY(SPINEL_PROP_NET_IF_UP), in FindSetPropertyHandler()
Dncp_base_mtd.cpp485 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_NET_IF_UP>(void) in HandlePropertyGet()
490 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_NET_IF_UP>(void) in HandlePropertySet()
/external/openthread/src/lib/spinel/
Dspinel.h2237 SPINEL_PROP_NET_IF_UP = SPINEL_PROP_NET__BEGIN + 1, enumerator
Dspinel.c1280 {SPINEL_PROP_NET_IF_UP, "NET_IF_UP"}, in spinel_prop_key_to_cstr()