Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dnetwork_data_service.hpp78 struct DnsSrpUnicastInfo struct
80 Ip6::SockAddr mSockAddr; ///< The socket address (IPv6 address and port) of the DNS/SRP server.
81 uint8_t mVersion; ///< Version number.
82 uint16_t mRloc16; ///< The BR RLOC16 adding the entry.
/openthread-latest/src/core/net/
Dsrp_client.hpp77 using DnsSrpUnicastInfo = NetworkData::Service::DnsSrpUnicastInfo; typedef in ot::Srp::Client