Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/net/
Ddhcp6.hpp61 constexpr uint16_t kDhcpClientPort = 546; variable
Ddhcp6_server.cpp349 messageInfo.SetPeerPort(kDhcpClientPort); in SendReply()
Dudp6.cpp559 && aPort != Dhcp6::kDhcpClientPort in ShouldUsePlatformUdp()
Ddhcp6_client.cpp174 IgnoreError(mSocket.Bind(kDhcpClientPort)); in Start()