HomeSort by relevance Sort by last modified time
    Searched full:old_iface (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/test/pyautolib/chromeos/
suid_actions.py 96 def _Renameif(self, old_iface, new_iface, mac_address):
97 """Renames the interface with mac_address from old_iface to new_iface.
100 old_iface: The name of the interface you want to change.
105 subprocess.call(['ifconfig', old_iface, 'down'])
114 (old_iface, new_iface))
115 elif old_iface in eth_ifaces:
116 raise RuntimeError('Old iface %s is still present' % old_iface)
  /external/dnsmasq/src/
network.c 899 struct irec *old_iface, *new_iface, *prev_interfaces; local
939 for (old_iface = prev_interfaces; old_iface; old_iface=old_iface->next) {
942 if (sockaddr_isequal(&old_iface->addr, &new_iface->addr)) {
950 prettyprint_addr(&old_iface->addr, debug_buff);
954 close_bound_listener(old_iface);
968 for (old_iface = prev_interfaces; old_iface; old_iface = old_iface->next)
    [all...]

Completed in 66 milliseconds