Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_mdns.cpp152 struct AddrAndTtl struct
154 …(const AddrAndTtl &aOther) const { return (mTtl == aOther.mTtl) && (mAddress == aOther.mAddress); } in operator ==()
156 Ip6::Address mAddress;
157 uint32_t mTtl;