Home | History | Annotate | Download | only in qemu

Lines Matching refs:first_client

322         for (vc = vlan->first_client; vc; vc = vc->next)
356 pvc = &vlan->first_client;
365 VLANClientState **pvc = &vc->vlan->first_client;
383 VLANClientState **pvc = &vlan->first_client;
399 for (vc = vlan->first_client; vc != NULL; vc = vc->next) {
420 for (vc = sender->vlan->first_client; vc != NULL; vc = vc->next) {
552 for (vc = sender->vlan->first_client; vc != NULL; vc = vc->next) {
2423 for (vc = vlan->first_client; vc != NULL; vc = vc->next) {
2467 for(vc = vlan->first_client; vc != NULL; vc = vc->next)
2478 for (vc = vlan->first_client; vc != NULL; vc = vc->next)
2508 VLANClientState *vc = vlan->first_client;