Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dsrp_client_buffers.hpp72 …static constexpr uint16_t kMaxHostAddresses = OPENTHREAD_CONFIG_SRP_CLIENT_BUFFERS_MAX_HOST_ADDRES… member in ot::Utils::SrpClientBuffers
242 Ip6::Address mHostAddresses[kMaxHostAddresses];
/openthread-latest/src/cli/
Dcli_srp_client.hpp79 …static constexpr uint8_t kMaxHostAddresses = OPENTHREAD_CONFIG_SRP_CLIENT_BUFFERS_MAX_HOST_ADDRESS… member in ot::Cli::SrpClient
Dcli_srp_client.cpp343 otIp6Address addresses[kMaxHostAddresses]; in Process()
355 if (arrayLength > kMaxHostAddresses) in Process()
357 arrayLength = kMaxHostAddresses; in Process()
/openthread-latest/tests/unit/
Dtest_dns_client.cpp470 static constexpr uint8_t kMaxHostAddresses = 10; variable
489 Ip6::Address mHostAddresses[kMaxHostAddresses];
516 for (uint8_t index = 0; index < kMaxHostAddresses; index++) in ServiceCallback()
Dtest_dnssd_discovery_proxy.cpp346 static constexpr uint8_t kMaxHostAddresses = 10; variable
365 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()