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

/external/qemu/
H A Dnet-android.c1195 static ssize_t tap_read_packet(int tapfd, uint8_t *buf, int maxlen) function
1206 static ssize_t tap_read_packet(int tapfd, uint8_t *buf, int maxlen) function
1227 size = tap_read_packet(s->fd, s->buf, sizeof(s->buf));
H A Dnet.c1067 static ssize_t tap_read_packet(int tapfd, uint8_t *buf, int maxlen) function
1078 static ssize_t tap_read_packet(int tapfd, uint8_t *buf, int maxlen) function
1099 size = tap_read_packet(s->fd, s->buf, sizeof(s->buf));

Completed in 62 milliseconds