Home
last modified time | relevance | path

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

/external/openthread/src/posix/platform/
Dudp.cpp367 …bool isDisconnect = memcmp(&aUdpSocket->mPeerName.mAddress, &in6addr_any, sizeof(in6addr_any)) == … in otPlatUdpConnect() local
376 if (!isDisconnect) in otPlatUdpConnect()
417 VerifyOrExit(errno == EAFNOSUPPORT && isDisconnect); in otPlatUdpConnect()