Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dip6.h522 otError otIp6RemoveUnsecurePort(otInstance *aInstance, uint16_t aPort);
/openthread-latest/src/core/api/
Dip6_api.cpp152 otError otIp6RemoveUnsecurePort(otInstance *aInstance, uint16_t aPort) in otIp6RemoveUnsecurePort() function
/openthread-latest/src/cli/
Dcli.cpp6826 error = ProcessSet(aArgs + 1, otIp6RemoveUnsecurePort); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp3536 error = otIp6RemoveUnsecurePort(mInstance, port); in HandlePropertyRemove()