Home
last modified time | relevance | path

Searched defs:GetUdpPort (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/openthread/src/core/radio/
H A Dtrel_interface.hpp265 uint16_t GetUdpPort(void) const { return mUdpPort; } in GetUdpPort() function in ot::Trel::Interface
/aosp_15_r20/external/openthread/src/core/coap/
H A Dcoap_secure.hpp192 uint16_t GetUdpPort(void) const { return mDtls.GetUdpPort(); } in GetUdpPort() function in ot::Coap::CoapSecure
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dborder_agent.cpp715 uint16_t BorderAgent::GetUdpPort(void) const { return Get<Tmf::SecureAgent>().GetUdpPort(); } in GetUdpPort() function in ot::MeshCoP::BorderAgent
H A Dsecure_transport.cpp247 uint16_t SecureTransport::GetUdpPort(void) const { return mSocket.GetSockName().GetPort(); } in GetUdpPort() function in ot::MeshCoP::SecureTransport