Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dncp_base_mtd.cpp3880 uint8_t hostAddressArrayLength; in HandlePropertySet() local
3882 hostAddressArray = otSrpClientBuffersGetHostAddressesArray(mInstance, &hostAddressArrayLength); in HandlePropertySet()
3883 OT_ASSERT(hostAddressArrayLength <= kSrpClientMaxHostAddresses); in HandlePropertySet()