Home
last modified time | relevance | path

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

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