tun_fd            161 src/dps8/dps8_fnp2.h         int tun_fd;
tun_fd           1051 src/dps8/fnpuv.c         if (linep->tun_fd <= 0)
tun_fd           1054 src/dps8/fnpuv.c             linep->tun_fd = tun_alloc (a_name);
tun_fd           1055 src/dps8/fnpuv.c             if (linep->tun_fd < 0)
tun_fd           1057 src/dps8/fnpuv.c                 sim_printf ("\r[FNP emulation: dialout TUN tun_alloc returned %d errno %d]\r\n", linep->tun_fd, errno);
tun_fd           1060 src/dps8/fnpuv.c             int flags = fcntl (linep->tun_fd, F_GETFL, 0);
tun_fd           1067 src/dps8/fnpuv.c             int ret = fcntl (linep->tun_fd, F_SETFL, flags);
tun_fd           1356 src/dps8/fnpuv.c     ssize_t nread = read (linep->tun_fd, buffer, sizeof (buffer));