HomeSort by relevance Sort by last modified time
    Searched full:tap_send (Results 1 - 2 of 2) sorted by null

  /external/qemu/
net-android.c 1208 static void tap_send(void *opaque);
1214 qemu_set_fd_handler2(s->fd, tap_can_send, tap_send, NULL, s);
1217 static void tap_send(void *opaque) function
1260 qemu_set_fd_handler2(s->fd, tap_can_send, tap_send, NULL, s);
    [all...]
net.c 1084 static void tap_send(void *opaque);
1090 qemu_set_fd_handler2(s->fd, tap_can_send, tap_send, NULL, s);
1093 static void tap_send(void *opaque) function
1136 qemu_set_fd_handler2(s->fd, tap_can_send, tap_send, NULL, s);
    [all...]

Completed in 157 milliseconds