Home
last modified time | relevance | path

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

/device/generic/goldfish/dhcp/common/
Dmessage.cpp85 in_addr_t offeredAddress, in offer() argument
97 message.dhcpData.yiaddr = offeredAddress; in offer()
115 in_addr_t offeredAddress, in ack() argument
126 message.dhcpData.yiaddr = offeredAddress; in ack()
Dmessage.h35 in_addr_t offeredAddress,
42 in_addr_t offeredAddress,
/device/generic/goldfish/dhcp/client/
Ddhcpclient.h87 in_addr_t offeredAddress; member
Ddhcpclient.cpp395 mDhcpInfo.offeredAddress = msg.dhcpData.yiaddr; in configureDhcp()
422 res = mInterface.setAddress(mDhcpInfo.offeredAddress); in configureDhcp()