Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dborder_router.h64 otError otBorderRouterGetNetData(otInstance *aInstance, bool aStable, uint8_t *aData, uint8_t *aDat…
/openthread-latest/src/core/api/
Dborder_router_api.cpp44 otError otBorderRouterGetNetData(otInstance *aInstance, bool aStable, uint8_t *aData, uint8_t *aDat… in otBorderRouterGetNetData() function
/openthread-latest/src/cli/
Dcli_network_data.cpp716 error = otBorderRouterGetNetData(GetInstancePtr(), false, data, &len); in OutputBinary()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp715 IgnoreError(otBorderRouterGetNetData(mInstance, in HandlePropertyGet()
727 IgnoreError(otBorderRouterGetNetData(mInstance, in HandlePropertyGet()