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