Searched refs:chindex (Results 1 – 1 of 1) sorted by relevance
191 static int chindex; /* channel index (new style driver) */ variable459 if (ioctl(fd, PPPIOCGCHAN, &chindex) == -1) { in generic_establish_ppp()463 dbglog("using channel %d", chindex); in generic_establish_ppp()470 if (ioctl(fd, PPPIOCATTCHAN, &chindex) < 0) { in generic_establish_ppp()471 error("Couldn't attach to channel %d: %m", chindex); in generic_establish_ppp()