Searched refs:IsIp6AddressMulticast (Results 1 – 3 of 3) sorted by relevance
66 inline bool IsIp6AddressMulticast(const otIp6Address &aAddress) { return (aAddress.mFields.m8[0] ==… in IsIp6AddressMulticast() function
1288 LogInfo("%s [%s] %s%s", isAdd ? "ADD" : "DEL", IsIp6AddressMulticast(aAddress) ? "M" : "U", in logAddrEvent()1297 …LogWarn("%s [%s] %s failed (%s)", isAdd ? "ADD" : "DEL", IsIp6AddressMulticast(aAddress) ? "M" : "… in logAddrEvent()1345 if (!IsIp6AddressMulticast(addr)) in processNetifAddrEvent()1375 if (!IsIp6AddressMulticast(addr)) in processNetifAddrEvent()1562 if (!IsIp6AddressMulticast(addr)) in processNetifAddrEvent()1650 if (!IsIp6AddressMulticast(addr)) in processNetifAddrEvent()
126 …if (!IsIp6AddressMulticast(aMessageInfo.mSockAddr) && !IsIp6AddressUnspecified(aMessageInfo.mSockA… in transmitPacket()