Home
last modified time | relevance | path

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

/external/openthread/examples/platforms/simulation/
Dinfra_if.c78 static bool addressesMatch(const otIp6Address *aFirstAddr, const otIp6Address *aSecondAddr) in addressesMatch() argument
80 return memcmp(aFirstAddr, aSecondAddr, sizeof(otIp6Address)) == 0; in addressesMatch()