Home
last modified time | relevance | path

Searched defs:DnsSrpAnycastInfo (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Dnetwork_data_service.hpp58 struct DnsSrpAnycastInfo struct
60 Ip6::Address mAnycastAddress; ///< The anycast address associated with the DNS/SRP servers.
61 …t mSequenceNumber; ///< Sequence number used to notify SRP client if they need to re-register.
62 uint8_t mVersion; ///< Version number.
63 uint16_t mRloc16; ///< The RLOC16 of the entry.
/openthread-latest/src/core/net/
Dsrp_client.hpp79 using DnsSrpAnycastInfo = NetworkData::Service::DnsSrpAnycastInfo; typedef in ot::Srp::Client