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

  /external/autotest/client/tests/kvm/tests/
nic_bonding.py 8 Nic bonding test in guest.
10 1) Start guest with four nic models.
35 for vlan, nic in enumerate(params.get("nics").split())]
50 for vlan, nic in enumerate(params.get("nics").split()):
  /external/autotest/client/virt/tests/
ping.py 34 for i, nic in enumerate(nics):
37 logging.error("Could not get the ip of nic index %d: %s",
38 i, nic)
  /libcore/luni/src/test/java/libcore/java/nio/channels/
ServerSocketChannelTest.java 97 NetworkInterface nic = interfaces.nextElement(); local
98 Enumeration<InetAddress> inetAddresses = nic.getInetAddresses();
128 NetworkInterface nic = interfaces.nextElement(); local
129 Enumeration<InetAddress> inetAddresses = nic.getInetAddresses();
  /external/autotest/client/site_tests/power_LoadTest/
power_LoadTest.py 160 ifaces = [ nic.strip() for nic in os.listdir('/sys/class/net/')
161 if ((not os.path.exists('/sys/class/net/' + nic + '/phy80211'))
162 and nic.find('eth') != -1) ]
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 113 if ( $header =~ /^GET \/nic\/update\?([^\s].+) HTTP\/1\.[01]$/ ) {
  /external/autotest/client/virt/
kvm_vm.py 149 nics -- a list of NIC object names, separated by spaces
159 For each NIC in nics:
161 NIC (e.g. e1000)
268 cmd = " -net nic" + netdev_vlan_str
464 # Handle the '-net nic' part
488 # Proceed to next NIC
687 for nic in params.objects("nics"):
690 nic_params = params.object_params(nic)
739 # Physical NIC (PF) assignable devices
    [all...]

Completed in 2777 milliseconds