Searched refs:tstfd (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpppoe.c90 int tstfd; /* fd for device being checked */ local
103 tstfd = open(devnam, O_NONBLOCK | O_RDWR, 0);
107 if (tstfd == -1) {
112 retv = strioctl(tstfd, PPPTUN_GDATA, &ptn, 0, sizeof (ptn));
113 (void) close(tstfd);

Completed in 38 milliseconds