Searched defs:tap_can_send (Results 1 - 2 of 2) sorted by relevance

/external/qemu/
H A Dnet-android.c1187 static int tap_can_send(void *opaque) function
1218 qemu_set_fd_handler2(s->fd, tap_can_send, tap_send, NULL, s);
1264 qemu_set_fd_handler2(s->fd, tap_can_send, tap_send, NULL, s);
H A Dnet.c1059 static int tap_can_send(void *opaque) function
1090 qemu_set_fd_handler2(s->fd, tap_can_send, tap_send, NULL, s);
1136 qemu_set_fd_handler2(s->fd, tap_can_send, tap_send, NULL, s);

Completed in 66 milliseconds