Home | History | Annotate | Download | only in pppd

Lines Matching full:chindex

192 static int chindex;		/* channel index (new style driver) */
460 if (ioctl(fd, PPPIOCGCHAN, &chindex) == -1) {
464 dbglog("using channel %d", chindex);
471 if (ioctl(fd, PPPIOCATTCHAN, &chindex) < 0) {
472 error("Couldn't attach to channel %d: %m", chindex);