Searched refs:tap_can_send (Results 1 – 2 of 2) sorted by relevance
/external/qemu/ |
D | net-android.c | 1183 static int tap_can_send(void *opaque) in tap_can_send() function 1214 qemu_set_fd_handler2(s->fd, tap_can_send, tap_send, NULL, s); in tap_send_completed() 1260 qemu_set_fd_handler2(s->fd, tap_can_send, tap_send, NULL, s); in net_tap_fd_init()
|
D | net.c | 1059 static int tap_can_send(void *opaque) in tap_can_send() function 1090 qemu_set_fd_handler2(s->fd, tap_can_send, tap_send, NULL, s); in tap_send_completed() 1136 qemu_set_fd_handler2(s->fd, tap_can_send, tap_send, NULL, s); in net_tap_fd_init()
|