Searched refs:gateway (Results 1 – 5 of 5) sorted by relevance
46 Result Router::setDefaultGateway(in_addr_t gateway, unsigned int ifaceIndex) { in setDefaultGateway() argument67 addRouterAttribute(request, RTA_GATEWAY, &gateway, sizeof(gateway)); in setDefaultGateway()
357 mDhcpInfo.gateway = in configureDhcp()426 if (property_set(propName, addrToStr(mDhcpInfo.gateway).c_str()) != 0) { in configureDhcp()455 res = mRouter.setDefaultGateway(mDhcpInfo.gateway, in configureDhcp()
37 Result setDefaultGateway(in_addr_t gateway, unsigned int interfaceIndex);
91 in_addr_t gateway; member
120 service dhcpclient_wifi /vendor/bin/dhcpclient -i wlan0 --no-gateway125 service dhcpclient_def /vendor/bin/dhcpclient -i eth0 --no-gateway