Home | History | Annotate | Download | only in net

Lines Matching refs:tap_fd

1272     int tap_fd, if_fd, ppa = -1;
1301 TFR(tap_fd = open("/dev/tap", O_RDWR, 0));
1302 if (tap_fd < 0) {
1312 if ((ppa = ioctl (tap_fd, I_STR, &strioc_ppa)) < 0)
1384 return tap_fd;