Home
last modified time | relevance | path

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

/external/openthread/src/core/net/
Dip6.hpp510 const Udp::Header &GetUdpHeader(void) const { return mHeader.mUdp; } in GetUdpHeader() function in ot::Ip6::Headers
/external/openthread/src/core/thread/
Dmesh_forwarder.cpp1765 uint16_t destPort = headers.GetUdpHeader().GetDestinationPort(); in GetFramePriority()