Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dncp_base_dispatcher.cpp90 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_NET_IF_UP), in FindGetPropertyHandler()
443 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()
/openthread-latest/src/lib/spinel/
Dspinel.h2282 SPINEL_PROP_NET_IF_UP = SPINEL_PROP_NET__BEGIN + 1, enumerator
Dspinel.c1279 {SPINEL_PROP_NET_IF_UP, "NET_IF_UP"}, in spinel_prop_key_to_cstr()