Home
last modified time | relevance | path

Searched refs:yiaddr (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_message.h56 uint32_t yiaddr; member
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Dmock_custom_func.cpp77 getPacket->yiaddr = uCliIp; in __wrap_GetDhcpRawPacket()
112 getPacket->yiaddr = uCliIp; in __wrap_GetDhcpKernelPacket()
H A Ddhcp_client_state_machine_test.cpp511 packet1.yiaddr = 3226272232; in HWTEST_F()
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_def.h347 uint32_t yiaddr; member
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp940 uint32_t netAddress = reply->packet.yiaddr & srvIns->addressPool.netmask; in ReplyCommontOption()
977 reply->packet.yiaddr = lease->ipAddress; in DiscoverReplyLeaseMessage()
1137 reply->packet.yiaddr = lease->ipAddress; in NotBindingRequest()
1392 reply->packet.yiaddr = bindingIp; in OnReceivedRequest()
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp893 m_requestedIp4 = packet->yiaddr; in DhcpOfferPacketHandle()
1070 DHCP_LOGI("ParseNetworkInfo() recv DHCP_ACK yiaddr: %{private}u->%{public}s.", in ParseNetworkInfo()
1268 DHCP_LOGE("DhcpAckOrNakPacketHandle error, SetLocalInterface yiaddr:%{public}s failed!", in DhcpAckOrNakPacketHandle()
1298 m_requestedIp4 = packet->yiaddr; in ParseDhcpAckPacket()
1366 m_requestedIp4 = packet->yiaddr; in GetDhcpOffer()

Completed in 10 milliseconds