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

  /external/qemu/
net.h 21 NetCanReceive *can_receive; member in struct:VLANClientState
58 NetCanReceive *can_receive,
142 NetCanReceive *can_receive,
net-android.c 364 NetCanReceive *can_receive,
377 vc->can_receive = can_receive;
433 /* no can_receive() handler, they can always receive */
434 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 257 NetCanReceive *can_receive,
265 return qemu_new_vlan_client(nd->vlan, nd->model, nd->name, can_receive,

Completed in 7118 milliseconds