Home
last modified time | relevance | path

Searched refs:chindex (Results 1 – 1 of 1) sorted by relevance

/external/ppp/pppd/
Dsys-linux.c193 static int chindex; /* channel index (new style driver) */ variable
466 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()