Home
last modified time | relevance | path

Searched refs:otNetDataGetLength (Results 1 – 3 of 3) sorted by relevance

/openthread-3.5.0/include/openthread/
Dnetdata.h162 uint8_t otNetDataGetLength(otInstance *aInstance);
/openthread-3.5.0/src/core/api/
Dnetdata_api.cpp52 uint8_t otNetDataGetLength(otInstance *aInstance) in otNetDataGetLength() function
/openthread-3.5.0/src/cli/
Dcli_network_data.cpp191 OutputLine("%u", otNetDataGetLength(GetInstancePtr())); in Process()