Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dsrp_client_buffers.h85 otIp6Address *otSrpClientBuffersGetHostAddressesArray(otInstance *aInstance, uint8_t *aArrayLength);
/openthread-latest/src/core/api/
Dsrp_client_buffers_api.cpp51 otIp6Address *otSrpClientBuffersGetHostAddressesArray(otInstance *aInstance, uint8_t *aArrayLength) in otSrpClientBuffersGetHostAddressesArray() function
/openthread-latest/src/cli/
Dcli_srp_client.cpp347 … hostAddressArray = otSrpClientBuffersGetHostAddressesArray(GetInstancePtr(), &arrayLength); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp3882 hostAddressArray = otSrpClientBuffersGetHostAddressesArray(mInstance, &hostAddressArrayLength); in HandlePropertySet()