Home
last modified time | relevance | path

Searched refs:setAddress (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/dhcp/client/
Dinterface.h43 Result setAddress(in_addr_t address, in_addr_t subnetMask);
Dinterface.cpp77 res = setAddress(0, 0); in init()
109 Result Interface::setAddress(in_addr_t address, in_addr_t subnetMask) { in setAddress() function in Interface
Ddhcpclient.cpp447 res = mInterface.setAddress(mDhcpInfo.offeredAddress, in configureDhcp()
466 Result res = mInterface.setAddress(0, 0); in haltNetwork()