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

  /external/qemu/
net-android.c 1297 int tap_fd, if_fd, ppa = -1; local
1326 TFR(tap_fd = open("/dev/tap", O_RDWR, 0));
1327 if (tap_fd < 0) {
1337 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 21 milliseconds