Home
last modified time | relevance | path

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

/openthread-latest/src/core/radio/
Dtrel_interface.hpp257 uint16_t GetUdpPort(void) const { return mUdpPort; } in GetUdpPort() function in ot::Trel::Interface
/openthread-latest/src/core/meshcop/
Dborder_agent.cpp184 uint16_t BorderAgent::GetUdpPort(void) const { return mDtlsTransport.GetUdpPort(); } in GetUdpPort() function in ot::MeshCoP::BorderAgent
Dsecure_transport.hpp639 uint16_t GetUdpPort(void) const { return mSocket.GetSockName().GetPort(); } in GetUdpPort() function in ot::MeshCoP::SecureTransport