Searched refs:IsIp6AddressUnspecified (Results 1 – 2 of 2) sorted by relevance
76 inline bool IsIp6AddressUnspecified(const otIp6Address &aAddress) { return otIp6IsAddressUnspecifie… in IsIp6AddressUnspecified() function
126 …if (!IsIp6AddressMulticast(aMessageInfo.mSockAddr) && !IsIp6AddressUnspecified(aMessageInfo.mSockA… in transmitPacket()360 …bool isDisconnect = IsIp6AddressUnspecified(aUdpSocket->mPeerName.mAddress) && (aUdpSocket->mPeerN… in otPlatUdpConnect()