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

  /external/qemu/include/net/
net.h 46 VLANClientState *first_client; member in struct:VLANState
  /external/qemu/net/
net-android.c 330 for (vc = vlan->first_client; vc; vc = vc->next)
364 pvc = &vlan->first_client;
373 VLANClientState **pvc = &vc->vlan->first_client;
391 VLANClientState **pvc = &vlan->first_client;
407 for (vc = vlan->first_client; vc != NULL; vc = vc->next) {
428 for (vc = sender->vlan->first_client; vc != NULL; vc = vc->next) {
560 for (vc = sender->vlan->first_client; vc != NULL; vc = vc->next) {
    [all...]
net.c 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) {
    [all...]
  /external/qemu/
savevm.c 142 for(vc = vlan->first_client; vc != NULL; vc = vc->next) {
    [all...]

Completed in 719 milliseconds