Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dborder_routing.h339 otError otBorderRoutingGetPdOmrPrefix(otInstance *aInstance, otBorderRoutingPrefixTableEntry *aPref…
/openthread-latest/src/core/api/
Dborder_routing_api.cpp102 otError otBorderRoutingGetPdOmrPrefix(otInstance *aInstance, otBorderRoutingPrefixTableEntry *aPref… in otBorderRoutingGetPdOmrPrefix() function
/openthread-latest/src/cli/
Dcli_br.cpp595 SuccessOrExit(error = otBorderRoutingGetPdOmrPrefix(GetInstancePtr(), &entry)); in Process()
/openthread-latest/tests/unit/
Dtest_routing_manager.cpp4053 VerifyOrQuit(otBorderRoutingGetPdOmrPrefix(sInstance, &platformPrefixInfo) == OT_ERROR_NONE); in VerifyPdOmrPrefix()
4061 … VerifyOrQuit(otBorderRoutingGetPdOmrPrefix(sInstance, &platformPrefixInfo) == OT_ERROR_NOT_FOUND); in VerifyNoPdOmrPrefix()