Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
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;