HomeSort by relevance Sort by last modified time
    Searched refs:tap_read_packet (Results 1 - 2 of 2) sorted by null

  /external/qemu/
net-android.c 1195 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));
    [all...]
net.c 1067 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));
    [all...]

Completed in 26 milliseconds