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

  /external/qemu/
net-android.c 1293 int tap_fd, if_fd, ppa = -1; local
1322 TFR(tap_fd = open("/dev/tap", O_RDWR, 0));
1323 if (tap_fd < 0) {
1333 if ((ppa = ioctl (tap_fd, I_STR, &strioc_ppa)) < 0)
    [all...]
net.c 1169 int tap_fd, if_fd, ppa = -1; local
1198 TFR(tap_fd = open("/dev/tap", O_RDWR, 0));
1199 if (tap_fd < 0) {
1209 if ((ppa = ioctl (tap_fd, I_STR, &strioc_ppa)) < 0)
1281 return tap_fd;
    [all...]

Completed in 5412 milliseconds