Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dip6.h506 otError otIp6AddUnsecurePort(otInstance *aInstance, uint16_t aPort);
/openthread-latest/src/core/api/
Dip6_api.cpp147 otError otIp6AddUnsecurePort(otInstance *aInstance, uint16_t aPort) in otIp6AddUnsecurePort() function
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp894 SuccessOrExit(error = otIp6AddUnsecurePort(mInstance, port)); in HandlePropertySet()
3445 error = otIp6AddUnsecurePort(mInstance, port); in HandlePropertyInsert()
/openthread-latest/src/cli/
Dcli.cpp6800 error = ProcessSet(aArgs + 1, otIp6AddUnsecurePort); in Process()