Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dnetdata.h165 uint8_t otNetDataGetMaxLength(otInstance *aInstance);
/openthread-latest/src/core/api/
Dnetdata_api.cpp54 uint8_t otNetDataGetMaxLength(otInstance *aInstance) in otNetDataGetMaxLength() function
/openthread-latest/src/cli/
Dcli_network_data.cpp213 OutputLine("%u", otNetDataGetMaxLength(GetInstancePtr())); in Process()