Searched refs:kMaxHostAddresses (Results 1 – 3 of 3) sorted by relevance
75 …static constexpr uint16_t kMaxHostAddresses = OPENTHREAD_CONFIG_SRP_CLIENT_BUFFERS_MAX_HOST_ADDRES… member in ot::Utils::SrpClientBuffers261 Ip6::Address mHostAddresses[kMaxHostAddresses];
78 kMaxHostAddresses = OPENTHREAD_CONFIG_SRP_CLIENT_BUFFERS_MAX_HOST_ADDRESSES, enumerator
182 otIp6Address addresses[kMaxHostAddresses]; in Process()194 if (arrayLength > kMaxHostAddresses) in Process()196 arrayLength = kMaxHostAddresses; in Process()