Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dthread_ftd.h327 otError otThreadSetJoinerUdpPort(otInstance *aInstance, uint16_t aJoinerUdpPort);
/openthread-3.6.0/src/core/api/
Dthread_ftd_api.cpp121 otError otThreadSetJoinerUdpPort(otInstance *aInstance, uint16_t aJoinerUdpPort) in otThreadSetJoinerUdpPort() function
/openthread-3.6.0/src/cli/
Dcli.cpp7351 return ProcessGetSet(aArgs, otThreadGetJoinerUdpPort, otThreadSetJoinerUdpPort); in Process()