OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:can_receive
(Results
1 - 4
of
4
) sorted by null
/external/qemu/
net.h
20
NetCanReceive *
can_receive
;
member in struct:VLANClientState
57
NetCanReceive *
can_receive
,
141
NetCanReceive *
can_receive
,
net-android.c
368
NetCanReceive *
can_receive
,
381
vc->
can_receive
=
can_receive
;
437
/* no
can_receive
() handler, they can always receive */
438
if (!vc->
can_receive
|| vc->
can_receive
(vc)) {
[
all
...]
net.c
335
NetCanReceive *
can_receive
,
348
vc->
can_receive
=
can_receive
;
404
/* no
can_receive
() handler, they can always receive */
405
if (!vc->
can_receive
|| vc->
can_receive
(vc)) {
[
all
...]
/external/qemu/hw/
qdev.c
371
NetCanReceive *
can_receive
,
379
return qemu_new_vlan_client(nd->vlan, nd->model, nd->name,
can_receive
,
Completed in 55 milliseconds