Home | History | Annotate | Download | only in qemu

Lines Matching refs:tap_fd

1297     int tap_fd, if_fd, ppa = -1;
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)
1409 return tap_fd;