Searched refs:kSrpServerPortMax (Results 1 – 2 of 2) sorted by relevance
664 static constexpr uint16_t kSrpServerPortMax = OPENTHREAD_CONFIG_SRP_SERVER_UDP_PORT_MAX; member in ot::Ip6::Udp
367 return aPort == Tmf::kUdpPort || (kSrpServerPortMin <= aPort && aPort <= kSrpServerPortMax); in IsPortReserved()