Searched refs:setAddress (Results 1 – 3 of 3) sorted by relevance
43 Result setAddress(in_addr_t address, in_addr_t subnetMask);
77 res = setAddress(0, 0); in init()109 Result Interface::setAddress(in_addr_t address, in_addr_t subnetMask) { in setAddress() function in Interface
447 res = mInterface.setAddress(mDhcpInfo.offeredAddress, in configureDhcp()466 Result res = mInterface.setAddress(0, 0); in haltNetwork()