OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tap_send
(Results
1 - 2
of
2
) sorted by null
/external/qemu/net/
net-android.c
1187
static void
tap_send
(void *opaque);
1193
qemu_set_fd_handler2(s->fd, tap_can_send,
tap_send
, NULL, s);
1196
static void
tap_send
(void *opaque)
function
1239
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 196 milliseconds