Home
last modified time | relevance | path

Searched refs:tap_read_packet (Results 1 – 2 of 2) sorted by relevance

/external/qemu/
Dnet-android.c1195 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()
Dnet.c1067 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()