Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dtrel.h180 uint16_t otTrelGetUdpPort(otInstance *aInstance);
/openthread-latest/src/core/api/
Dtrel_api.cpp83 uint16_t otTrelGetUdpPort(otInstance *aInstance) { return AsCoreType(aInstance).Get<Trel::Interface… in otTrelGetUdpPort() function
/openthread-latest/src/cli/
Dcli.cpp7257 OutputLine("%hu", otTrelGetUdpPort(GetInstancePtr())); in Process()