OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:can_receive
(Results
1 - 4
of
4
) sorted by null
/external/qemu/include/net/
net.h
20
NetCanReceive *
can_receive
;
member in struct:VLANClientState
57
NetCanReceive *
can_receive
,
141
NetCanReceive *
can_receive
,
/external/qemu/hw/core/
qdev.c
371
NetCanReceive *
can_receive
,
379
return qemu_new_vlan_client(nd->vlan, nd->model, nd->name,
can_receive
,
/external/qemu/net/
net-android.c
343
NetCanReceive *
can_receive
,
356
vc->
can_receive
=
can_receive
;
412
/* no
can_receive
() handler, they can always receive */
413
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
...]
Completed in 2379 milliseconds