Searched refs:ShouldUsePlatformUdp (Results 1 – 3 of 3) sorted by relevance
245 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::Udp574 bool Udp::ShouldUsePlatformUdp(const Udp::SocketHandle &aSocket) const in ShouldUsePlatformUdp() function in ot::Ip6::Udp576 return (ShouldUsePlatformUdp(aSocket.mSockName.mPort) in ShouldUsePlatformUdp()
613 bool ShouldUsePlatformUdp(uint16_t aPort) const;628 bool ShouldUsePlatformUdp(const SocketHandle &aSocket) const;
1044 VerifyOrExit(Get<Udp>().ShouldUsePlatformUdp(udp.GetDestinationPort()) && in ProcessReceiveCallback()1282 VerifyOrExit(Get<Udp>().ShouldUsePlatformUdp(destPort), error = kErrorDrop); in HandleDatagram()