Home
last modified time | relevance | path

Searched refs:first_client (Results 1 – 4 of 4) sorted by relevance

/external/qemu/
Dnet-android.c355 for (vc = vlan->first_client; vc; vc = vc->next) in assign_name()
389 pvc = &vlan->first_client; in qemu_new_vlan_client()
398 VLANClientState **pvc = &vc->vlan->first_client; in qemu_del_vlan_client()
416 VLANClientState **pvc = &vlan->first_client; in qemu_find_vlan_client()
432 for (vc = vlan->first_client; vc != NULL; vc = vc->next) { in qemu_can_send_packet()
453 for (vc = sender->vlan->first_client; vc != NULL; vc = vc->next) { in qemu_deliver_packet()
585 for (vc = sender->vlan->first_client; vc != NULL; vc = vc->next) { in qemu_deliver_packet_iov()
2527 for (vc = vlan->first_client; vc != NULL; vc = vc->next) { in net_host_device_remove()
2571 for(vc = vlan->first_client; vc != NULL; vc = vc->next) in do_info_network()
2582 for (vc = vlan->first_client; vc != NULL; vc = vc->next) in do_set_link()
[all …]
Dnet.c322 for (vc = vlan->first_client; vc; vc = vc->next) in assign_name()
356 pvc = &vlan->first_client; in qemu_new_vlan_client()
365 VLANClientState **pvc = &vc->vlan->first_client; in qemu_del_vlan_client()
383 VLANClientState **pvc = &vlan->first_client; in qemu_find_vlan_client()
399 for (vc = vlan->first_client; vc != NULL; vc = vc->next) { in qemu_can_send_packet()
420 for (vc = sender->vlan->first_client; vc != NULL; vc = vc->next) { in qemu_deliver_packet()
552 for (vc = sender->vlan->first_client; vc != NULL; vc = vc->next) { in qemu_deliver_packet_iov()
2423 for (vc = vlan->first_client; vc != NULL; vc = vc->next) { in net_host_device_remove()
2467 for(vc = vlan->first_client; vc != NULL; vc = vc->next) in do_info_network()
2478 for (vc = vlan->first_client; vc != NULL; vc = vc->next) in do_set_link()
[all …]
Dnet.h46 VLANClientState *first_client; member
Dsavevm.c138 for(vc = vlan->first_client; vc != NULL; vc = vc->next) { in qemu_announce_self_once()