Searched refs:kMaxHostAddresses (Results 1 – 5 of 5) sorted by relevance
72 …static constexpr uint16_t kMaxHostAddresses = OPENTHREAD_CONFIG_SRP_CLIENT_BUFFERS_MAX_HOST_ADDRES… member in ot::Utils::SrpClientBuffers242 Ip6::Address mHostAddresses[kMaxHostAddresses];
79 …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()
470 static constexpr uint8_t kMaxHostAddresses = 10; variable489 Ip6::Address mHostAddresses[kMaxHostAddresses];516 for (uint8_t index = 0; index < kMaxHostAddresses; index++) in ServiceCallback()
346 static constexpr uint8_t kMaxHostAddresses = 10; variable365 Ip6::Address mHostAddresses[kMaxHostAddresses];401 for (uint8_t index = 0; index < kMaxHostAddresses; index++) in ServiceCallback()439 Ip6::Address mHostAddresses[kMaxHostAddresses];463 for (uint8_t index = 0; index < kMaxHostAddresses; index++) in AddressCallback()