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

  /external/qemu/
tap-win32.c 653 static ssize_t tap_receive(VLANClientState *vc, const uint8_t *buf, size_t size) function
687 s->vc = qemu_new_vlan_client(vlan, model, name, NULL, tap_receive,
net-android.c 1175 static ssize_t tap_receive(VLANClientState *vc, const uint8_t *buf, size_t size) function
1262 s->vc = qemu_new_vlan_client(vlan, model, name, NULL, tap_receive,
    [all...]
net.c 1047 static ssize_t tap_receive(VLANClientState *vc, const uint8_t *buf, size_t size) function
1134 s->vc = qemu_new_vlan_client(vlan, model, name, NULL, tap_receive,
    [all...]

Completed in 54 milliseconds