Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dncp_base_dispatcher.cpp485 OT_NCP_SET_HANDLER_ENTRY(SPINEL_PROP_STREAM_NET), in FindSetPropertyHandler()
Dncp_base_mtd.cpp2352 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_STREAM_NET>(void) in HandlePropertySet()
4446 … spinel_prop_key_t propKey = isSecure ? SPINEL_PROP_STREAM_NET : SPINEL_PROP_STREAM_NET_INSECURE; in SendDatagramMessage()
/openthread-latest/src/lib/spinel/
Dspinel.h3511 SPINEL_PROP_STREAM_NET = SPINEL_PROP_STREAM__BEGIN + 2, enumerator
Dspinel.c1381 {SPINEL_PROP_STREAM_NET, "STREAM_NET"}, in spinel_prop_key_to_cstr()