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

  /external/toybox/toys/pending/
route.c 245 unsigned int router_addr = ~(unsigned int)(((struct sockaddr_in *)&((rt)->rt_dst))->sin_addr.s_addr); local
253 if (addr_mask & router_addr) perror_exit("conflicting netmask and route address");
  /external/autotest/server/cros/network/
wifi_test_context_manager.py 31 CMDLINE_ROUTER_ADDR = 'router_addr'
193 router_addr=self._cmdline_args.get(self.CMDLINE_ROUTER_ADDR,
  /external/autotest/server/
site_linux_router.py 54 def build_router_proxy(test_name='', client_hostname=None, router_addr=None,
59 Either client_hostname or router_addr must be specified.
63 @param router_addr: string DNS/IPv4 address to use for router host object.
70 router_hostname=router_addr)
    [all...]

Completed in 199 milliseconds