Searched defs:AddrAndTtl (Results 1 – 1 of 1) sorted by relevance
152 struct AddrAndTtl struct154 …(const AddrAndTtl &aOther) const { return (mTtl == aOther.mTtl) && (mAddress == aOther.mAddress); } in operator ==()156 Ip6::Address mAddress;157 uint32_t mTtl;