Searched refs:kMaxHostAddresses (Results 1 – 4 of 4) 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];
82 …static constexpr uint8_t kMaxHostAddresses = OPENTHREAD_CONFIG_SRP_CLIENT_BUFFERS_MAX_HOST_ADDRESS… member in ot::Cli::SrpClient
343 otIp6Address addresses[kMaxHostAddresses]; in Process()355 if (arrayLength > kMaxHostAddresses) in Process()357 arrayLength = kMaxHostAddresses; in Process()
409 static constexpr uint8_t kMaxHostAddresses = 10; variable428 Ip6::Address mHostAddresses[kMaxHostAddresses];455 for (uint8_t index = 0; index < kMaxHostAddresses; index++) in ServiceCallback()