Searched defs:GetUdpPort (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/openthread/src/core/radio/ | ||
H A D | trel_interface.hpp | 265 uint16_t GetUdpPort(void) const { return mUdpPort; } in GetUdpPort() function in ot::Trel::Interface |
/aosp_15_r20/external/openthread/src/core/coap/ | ||
H A D | coap_secure.hpp | 192 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 D | border_agent.cpp | 715 uint16_t BorderAgent::GetUdpPort(void) const { return Get<Tmf::SecureAgent>().GetUdpPort(); } in GetUdpPort() function in ot::MeshCoP::BorderAgent |
H A D | secure_transport.cpp | 247 uint16_t SecureTransport::GetUdpPort(void) const { return mSocket.GetSockName().GetPort(); } in GetUdpPort() function in ot::MeshCoP::SecureTransport |