Searched refs:tap_read_packet (Results 1 – 2 of 2) sorted by relevance
/external/qemu/ |
D | net-android.c | 1195 static ssize_t tap_read_packet(int tapfd, uint8_t *buf, int maxlen) in tap_read_packet() function 1206 static ssize_t tap_read_packet(int tapfd, uint8_t *buf, int maxlen) in tap_read_packet() function 1227 size = tap_read_packet(s->fd, s->buf, sizeof(s->buf)); in tap_send()
|
D | net.c | 1067 static ssize_t tap_read_packet(int tapfd, uint8_t *buf, int maxlen) in tap_read_packet() function 1078 static ssize_t tap_read_packet(int tapfd, uint8_t *buf, int maxlen) in tap_read_packet() function 1099 size = tap_read_packet(s->fd, s->buf, sizeof(s->buf)); in tap_send()
|