Lines Matching refs:nic
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
978 Return the address of a NIC of the guest, in host space.
980 If port redirection is used, return 'localhost' (the NIC has no IP
981 address of its own). Otherwise return the NIC's IP address.
983 @param index: Index of the NIC whose address is requested.
985 requested NIC
987 NIC's MAC address
1014 @param nic_index: Index of the NIC.
1047 Return the ifname of a tap device associated with a NIC.
1049 @param nic_index: Index of the NIC
1062 Return the MAC address of a NIC.
1064 @param nic_index: Index of the NIC
1066 requested NIC
1079 Free a NIC's MAC address.
1081 @param nic_index: Index of the NIC
1292 @param nic_index: Index of NIC to access in the VM, when logging in