Searched defs:GetUdpPort (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/src/core/radio/ | ||
D | trel_interface.hpp | 257 uint16_t GetUdpPort(void) const { return mUdpPort; } in GetUdpPort() function in ot::Trel::Interface |
/openthread-latest/src/core/meshcop/ | ||
D | border_agent.cpp | 184 uint16_t BorderAgent::GetUdpPort(void) const { return mDtlsTransport.GetUdpPort(); } in GetUdpPort() function in ot::MeshCoP::BorderAgent |
D | secure_transport.hpp | 639 uint16_t GetUdpPort(void) const { return mSocket.GetSockName().GetPort(); } in GetUdpPort() function in ot::MeshCoP::SecureTransport |