Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dtcp6.cpp144 VerifyOrExit(Get<Tcp>().CanBind(aSockName), error = kErrorInvalidState); in Bind()
555 VerifyOrExit(Get<Tcp>().CanBind(aSockName), error = kErrorInvalidState); in Listen()
766 bool Tcp::CanBind(const SockAddr &aSockName) in CanBind() function in ot::Ip6::Tcp
834 if (CanBind(aToBind)) in AutoBind()
843 success = CanBind(aToBind); in AutoBind()
Dtcp6.hpp651 bool CanBind(const SockAddr &aSockName);