Home
last modified time | relevance | path

Searched refs:IsPortInUse (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/api/
Dudp_api.cpp135 return AsCoreType(aInstance).Get<Ip6::Udp>().IsPortInUse(port); in otUdpIsPortInUse()
/openthread-latest/src/core/net/
Dudp6.hpp651 bool IsPortInUse(uint16_t aPort) const;
Dudp6.cpp481 bool Udp::IsPortInUse(uint16_t aPort) const in IsPortInUse() function in ot::Ip6::Udp
Dip6.cpp975 VerifyOrExit(!Get<Udp>().IsPortInUse(udp.GetDestinationPort()), error = kErrorNoRoute); in PassToHost()