Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/net/
Dip6.cpp1273 uint16_t destPort; in HandleDatagram() local
1275 …sOrExit(error = aMessage.Read(aMessage.GetOffset() + Udp::Header::kDestPortFieldOffset, destPort)); in HandleDatagram()
1276 destPort = HostSwap16(destPort); in HandleDatagram()
1280 VerifyOrExit(Get<Udp>().ShouldUsePlatformUdp(destPort), error = kErrorDrop); in HandleDatagram()
/openthread-3.5.0/src/core/thread/
Dmesh_forwarder.cpp1697 uint16_t destPort = headers.GetUdpHeader().GetDestinationPort(); in GetFramePriority() local
1699 if (destPort == Mle::kUdpPort) in GetFramePriority()
1703 …<Tmf::Agent>().IsTmfMessage(headers.GetSourceAddress(), headers.GetDestinationAddress(), destPort)) in GetFramePriority()