Searched refs:setAddress (Results 1 – 4 of 4) sorted by relevance
43 Result setAddress(in_addr_t address, in_addr_t subnetMask);
76 res = setAddress(0, 0); in init()107 Result Interface::setAddress(in_addr_t address, in_addr_t subnetMask) { in setAddress() function in Interface
430 res = mInterface.setAddress(mDhcpInfo.offeredAddress, mDhcpInfo.subnetMask); in configureDhcp()447 Result res = mInterface.setAddress(0, 0); in haltNetwork()
36939 HSPLandroid/telecom/PhoneAccount$Builder;->setAddress(Landroid/net/Uri;)Landroid/telecom/PhoneAccou…51690 HSPLjava/net/DatagramPacket;->setAddress(Ljava/net/InetAddress;)V