Home
last modified time | relevance | path

Searched refs:otherData (Results 1 – 1 of 1) sorted by relevance

/openthread-2.7.6/src/core/mac/
Dmac_types.cpp186 NameData otherData = aOther.GetAsData(); in operator ==() local
188 return (data.GetLength() == otherData.GetLength()) && in operator ==()
189 (memcmp(data.GetBuffer(), otherData.GetBuffer(), data.GetLength()) == 0); in operator ==()