HomeSort by relevance Sort by last modified time
    Searched refs:setDefaultGateway (Results 1 - 6 of 6) sorted by null

  /device/generic/goldfish/dhcp/client/
router.h 37 Result setDefaultGateway(in_addr_t gateway, unsigned int interfaceIndex);
router.cpp 63 Result Router::setDefaultGateway(in_addr_t gateway, unsigned int ifaceIndex) {
dhcpclient.cpp 434 res = mRouter.setDefaultGateway(mDhcpInfo.gateway, mInterface.getIndex());
  /device/generic/goldfish/wifi/ipv6proxy/
router.h 44 bool setDefaultGateway(const struct in6_addr& address,
router.cpp 111 bool Router::setDefaultGateway(const struct in6_addr& address,
proxy.cpp 212 if (!mRouter.setDefaultGateway(packet.ip()->ip6_src, from.index())) {

Completed in 126 milliseconds