Home
last modified time | relevance | path

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

/external/openthread/src/core/net/
Dudp6.cpp245 else if (ShouldUsePlatformUdp(aSocket)) in Bind()
304 if (ShouldUsePlatformUdp(aSocket)) in Connect()
369 if (ShouldUsePlatformUdp(aSocket)) in SendTo()
492 …VerifyOrExit(!ShouldUsePlatformUdp(aMessageInfo.mSockPort) || IsPortInUse(aMessageInfo.mSockPort)); in HandleMessage()
558 bool Udp::ShouldUsePlatformUdp(uint16_t aPort) const in ShouldUsePlatformUdp() function in ot::Ip6::Udp
574 bool Udp::ShouldUsePlatformUdp(const Udp::SocketHandle &aSocket) const in ShouldUsePlatformUdp() function in ot::Ip6::Udp
576 return (ShouldUsePlatformUdp(aSocket.mSockName.mPort) in ShouldUsePlatformUdp()
Dudp6.hpp613 bool ShouldUsePlatformUdp(uint16_t aPort) const;
628 bool ShouldUsePlatformUdp(const SocketHandle &aSocket) const;
Dip6.cpp1044 VerifyOrExit(Get<Udp>().ShouldUsePlatformUdp(udp.GetDestinationPort()) && in ProcessReceiveCallback()
1282 VerifyOrExit(Get<Udp>().ShouldUsePlatformUdp(destPort), error = kErrorDrop); in HandleDatagram()