OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_client
(Results
1 - 4
of
4
) sorted by null
/external/qemu/
net.h
46
VLANClientState *
first_client
;
member in struct:VLANState
net-android.c
355
for (vc = vlan->
first_client
; vc; vc = vc->next)
389
pvc = &vlan->
first_client
;
398
VLANClientState **pvc = &vc->vlan->
first_client
;
416
VLANClientState **pvc = &vlan->
first_client
;
432
for (vc = vlan->
first_client
; vc != NULL; vc = vc->next) {
453
for (vc = sender->vlan->
first_client
; vc != NULL; vc = vc->next) {
585
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
...]
savevm.c
138
for(vc = vlan->
first_client
; vc != NULL; vc = vc->next) {
[
all
...]
Completed in 1049 milliseconds