OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tap_can_send
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
net-android.c
1187
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);
[
all
...]
net.c
1059
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);
[
all
...]
Completed in 236 milliseconds